/* CSS Document */

body {
	font-size: 62.5%;
	font-family: verdana, arial;
	border-bottom: 2px dotted #cccccc; 
	margin: 0px;
	padding-left: 100px;
	color: #555555;
	background-image: url(../pics/back_grau.gif);	
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #6699ff;
	text-decoration: underline;
	background-color: #E6F7FF;
}


#gesamt {
	background-image: url(../pics/hintergrund_unten2.gif);
	background-repeat: no-repeat;
	background-position: bottom center;

}

#logo_top {
	width: 592px;
	height: 226px;
	background: url(../pics/background_logo2.gif) no-repeat;
	display: block; 
	
}

.highlighted {
	color: #6699ff;
	background-color: #E6F7FF;
}

#navi_top {
	position: absolute;
	left: 360px;
	top: 180px;
	border-top: 1px solid #cccccc;
	
}

#navi_top a {
	font-size: 1.2em;
	padding-right: 3px;
	padding-left: 3px;
	color: #0000CC;
	text-decoration: none;
		
}

#navi_top a:hover {
	color: #6699ff;
	text-decoration: underline;
		
}

#navi_top span {
	font-size: 1.2em;
	padding-right: 3px;
	padding-left: 3px;
	color: #6699ff;
	background-color: #E6F7FF;

}

#content {
	font-size: 1.1em;
	text-align: justify;
	margin-left: 150px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px; /*bringt Abstand von der blauen border unten*/
	padding-left: 10px; /*bringt Abstand von der blauen border links*/	
	/*border-left: 3px solid #0000cc;*/
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #EFEFEF;
	width: 480px;
	background-color: #f3f3f3;

}

h1 {
	margin-left: 150px;
	margin-bottom:3px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333333;

				
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
				
}

h3 {
	font-size: 1em;
	color: #888888;
				
}

h2 span {
	display: none;

}

#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
				
}

#float_right {
	float: right;
	width: 100px;
	height: 100px;
	margin: 10px;
	border: 3px solid white;
	text-align: left;


}

ul {
	font-weight: bold;
}

li {
	list-style-type: square;
	line-height: 1.4em;
	font-weight: normal;
	
}


#footer {
	border-top: 2px dotted #cccccc;
	text-align: center;
	margin-top: 50px;
	padding: 5px;
	color: #444444;
	font-weight: bold;
}


/* Die ganzen Table Definitionen */

table {
	margin-top: 0px;
	border: white;
}

table td{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #EBEBEB;
}

table td.score{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #EBEBEB;
	color: white;
	font-weight: bold;
}


table a:link {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}


table th {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 3px;
}



/* Formularformatierung 

fieldset{

	margin: 0em;

}

label{

	display: block;
	
	text-align: right;
	
	margin: 1em;

}

label input{

	margin-left: 0.5em;
	width: 12em;

}

#anreden input{

	width: 1em;
	margin-right: 0.4em;

}

#anreden label{

	text-align: left;
	margin-left: 5.5em;
}

#message label{

	text-align: left;

}

#auswahl label{

	text-align: left;
	margin-top: 0px;

}

#auswahl select{
	margin-top: 5px;
}


textarea{

width: 15em;
height: 7em;

}

form{

	width: 46em;
	margin: auto;

}


input.box{

	border: none;
	width: 15px;
	background-color: #990000;
}



*/






















