@charset "UTF-8";
/* CSS Document */

/*Positionierungen*/	
#head { 
		margin-left:auto;
		margin-right:auto;
		border-bottom:thin solid #333333;
		width:800px;
                height:120px;
}

#spare {
		height:20px;
                width:800px;
		margin-left:auto;
		margin-right:auto;
		border-bottom:thin solid #333333;
}



#footer {
		margin-left:auto;
		margin-right:auto;
		width:800px;
		border-top:thin #333333;		
}
/*div der nav und con umschliesst*/
#frame {
		background:#FFFFFF;
		margin-left:auto;
		margin-right:auto;
		width:800px;
}
/*Inhaltsklassen*/
.navi {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:500;
		color:#003399;
                width:200px;
                line-height:20px;
}
.con {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
        font-weight: 300; 
        padding-right:50px; 
	font-style: normal; 
	color:#000000;
}

/* Ausblendung des Listenstils// Kommentar enthält Pfeil als Listenzeichen
ul {list-style-image:url(mcplanet-web01.png);}{content:url(mcplanet-web01.png);}*/
ul {list-style: none;}

/*Link Deko*/
a:link {color:#0000CC; text-decoration: none;}
a:visited {color:#003399; text-decoration: none;}
a:hover:before {color:#003399; text-decoration: underline; content:url(mcplanet-web01.png);}   
a:active {color:#003399; text-decoration: underline;}
a:focus {color:#0000CC; text-decoration: none; }

h1 {
	color:#003399;
	font-size:18px;
	text-decoration:underline;
}

h2 {
	color:#003399;
	font-size:16px;
}
h3 {
       color:#000000;
       font-size:14px;
}
/*Verlauf*/
body {
		  background-color:#FFFFFF;
		  background-image:url(kachel.png);
		  background-repeat:repeat-x;
		  margin:0;
}
/*Error Handling fÔøΩr Forms*/

.required {
    background: #B2B1D9;   
}


.error {
    background: red;   
}
