/* CSS zu www.aph-sunnmatt.ch */

html
{								/*Hauptformatierung*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: normal;
	background-color:#669966;
}

.navigation						/*Navigationsformatierung*/
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 70px 80px 30px 20px;
	margin-top: 5px;
}

table							/*Tabllenformatierung*/
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	padding-left: 20px;
	font-weight: normal;
}

h1								/*Seitentitel*/
{
	color:#669966;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	padding-bottom:20px;
	padding-top:10px;
}

h2								/*Kleiner Untertitel*/
{	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

h3								/*Texte*/
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	text-align:justify;
	padding-left:20px;
	padding-right:50px;
}

h4								/*Texte unter Bilder*/
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	padding-left:20px;
}

p								/*Navigationstext*/
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	padding-left:20px;
	padding-right:50px;
	
	
}

img						/*Bilder*/
{
	border: none;
	padding-left: 20px;	
}

label					/*Feldbeschriftung*/
{			
	display: block;			
	width: 200px;
	float:left;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:5px 20px 5px 0;
}

input					/*Textfelder*/
{
	display:block;			
	width: 200px;
	float:left;
	margin-bottom: 10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:5px 20px 5px 0;
}

br								/*Neue Zeile*/						
{
	clear:left;				
}

ul
{
	color:#000000;				/*Aufzählung*/
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

li								/*Aufzählung*/
{
	color:#000000;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a:link							/*Unbesuchter Link*/
{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a:active						/*Geklickte Link - unverändert zu a: Link*/
{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited						/*Besuchter Link - unverändert zu a: Link*/
{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{								/*Rollover*/
	color:#ee9b55;
	font-weight: bold;
	text-decoration: none;
}


#hauptbox						/*Befindet sich hinter den anderen Boxen*/
{
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 1000px;
	height:800px;
	background-color:#FFFF99;
	z-index: 1;
}

#header							/*Kopfteil für Border*/
{
	position: absolute;
	top: 0px;
	left:0px;
	width:1000px;
	height: 150px;
	border-bottom:double;
	color:#ee9b55;
	background-repeat:no-repeat;
	background-position:center;
	z-index: 2;
}

#logo						/*Logo*/
{
	position:absolute;
	right: 260px;
	top: 0px;
	width:457px;
	height:147px;
	background-image:url(../images/logo_sunnmatt.jpg);
	background-repeat:no-repeat;
	z-index:3;

}	

#roselinks					/*Seerose*/
{
	position:absolute;
	left:-99px;
	top:80px;
	width:200px;
	height:133px;
	background-image:url(../images/seeroseneu_klein1.jpg);
	z-index: 3; 
}	

#navigation					/*Navigation*/
{
	position: absolute;
	top: 148px;
	left: 0px;
	width: 90px;
	height: 547px;
	background-color:#FFFF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-right:double;
	color:#ee9b55;
	z-index: 2;
}

#content					/*Inhalt*/
{
	position: absolute;
	top: 158px;
	right: 0px;
	width: 800px;
	height: 630px;
	margin-left:50px;
	background-color:#FFFF99;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 2;
	overflow: auto;
}

#copyright					/*Copyright*/
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	height: 20px;
	margin: -20px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 2;
	font-size: 7pt;
}

