@charset "UTF-8";
/* CSS Document */

/*Positionierungen*/	
#head { 
		margin-left:auto;
		margin-right:auto;
		border-bottom:thin #333333;
		border-top:thin #333333;
		width:800px;
}

#spare {
		height:20px;
		margin-left:auto;
		margin-right:auto;
		top:120px;
		border-top:thin #333333;
		border-bottom:thin #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:#003366;
		width:200px;
		top:2000px;
}
.con {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 14px; 
	font-style: normal; 
 font-weight: 300; 
	color:#000000;
}

/* Listen mit eigenem Aufz‰hlungszeichen */
ul {list-style-image:url(mcplanet-web01.png);}

/*Link Deko*/
a:link {color:#0000CC; text-decoration: none; font-weight:600;}
a:visited {color:#000066; text-decoration: none; font-weight:600;}
a:hover {color:#0033FF; text-decoration: none; font-size:16px; font-weight:600;}
a:active {color:#000033; text-decoration: none; font-size:16px; font-weight:600;}
a:focus {color:#0000CC; text-decoration: none; font-size:16px; font-weight:600;}

h, h1, h2, h3 {
	color:#000066;
	font-size:16px;
	text-decoration:underline;
}

/*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;   
}

	
