@charset "utf-8";
/* ===========================================================================================================
Datum: 22.01.2008
Autor: Werner
Thema: Gestaltung der Eintrittsseite
Datei: Begruessung.css

Aufbau:	1. allgemeine Styles
		2. Styles für Layoutbereiche
		3. sonstige Styles
====================================Stylesheet der Eintrittsseite=============================================== */




/*====================================allgemeine Styles================*/
	body { 
	background-color: #4B5057;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

	h1 { font-size: 150%; }
	h2 { font-size: 130%; }
	

	#wrapper {
	background-color: #c5f7f0;
	width: 850px;
	height: 1000px;
	margin: 10px auto;
	}
	
	#kopfbereich {
	background-color: #c5f7f0;
	
	}
			
	#begrbilder { 
	background-color: #c5f7f0;
	margin-bottom: 20px;
	}

	#pushbuttonbereich { 
	background-color: #c5f7f0;
	margin: 20px auto;
	}
	
	a {
	text-decoration: none;
	border-left: 0px;
	border-bottom: 0px;
	}
	

	 
 	
/*=================================Ende allgemeine Styles=============*/




/*================================Styles für Layoutbereiche===========*/
	
		
	#begrwerner {
	float: left;
	border-right: 4px solid #999999;
	border-top: 5px solid #999999;
	border-left: 5px solid #999999;
	border-bottom: 5px solid #999999;
	margin-left: 15px;
	cursor: default;
	 }
	 
	#begrandrea {
	float: right;
	border-right: 4px solid #999999;
	border-top: 5px solid #999999;
	border-left: 5px solid #999999;
	border-bottom: 5px solid #999999;
	margin-right: 15px;
	cursor: default;
	 }
			
	#wernertxt {
	background-color: #c5f7f0;
	float: left;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 3px solid;
	border-top: 3px solid;
	margin-left: 15px;
	padding-left:5px;
	padding-right: 5px;
	visibility: hidden;
	}

	#andreatxt {
	background-color: #c5f7f0;
	float: right;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 3px solid;
	border-top: 3px solid;
	margin-right: 15px;
	padding-left:5px;
	padding-right: 5px;
	visibility: hidden;
	}
/*================================Ende Styles für Layoutbereiche=======*/





/*====================================sonstige Styles=================*/
	#startbereich #wrapper #pushbuttonbereich img {
	position: relative;
	top: 10px;
	right: auto;
	width: auto;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	}
	
	
/*====================================Ende sonstige Styles============*/
