@charset "utf-8";
body {
	background-color: #e2001a;
	text-align:center;
}

#total {
	text-align:center;
	width:600px;
}


#totalcontent {
	text-align:left;
	width:730px;
}

.navPoint {
	width:113px;
	height:15px;
	background-color:#FFFFFF;
	border:1px solid #eeeeee;
	cursor:pointer;
	clear:both;
	padding:5px;
	margin-top:3px;
	padding-top:1px;
	}
	
.navPointaktiv {
	width:113px;
	height:15px;
	background-color:#e2001a;
	border:1px solid #eeeeee;
	cursor:pointer;
	clear:both;
	padding:5px;
	margin-top:3px;
	padding-top:1px;
	color:#FFFFFF;
	font-style:italic;
	}

.navPoint a, .navPoint a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e2001a;
	text-decoration:none;
	}
	
.navPoint a:hover {
	color:#FFFFFF;
	font-style:italic;
	}
	

.navPointaktiv a, .navPointaktiv a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-decoration:none;
	}
	
.navPoint a:hover {
	color:#FFFFFF;
	font-style:italic;
	}
	
.navPointaktiv a:hover {
	color:#ffffff;
	font-style:italic;
	}
	


#content {
	width:580px; 
	float:right; 
	padding-left:20px; 
	padding-top:0px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
h1 {
	font-size:24px;
	width:100%;
	border-bottom:1px solid #FFFFFF;
	color:#FFF;
	}

h2 {
	font-size:16px;
	}
	
#content a {
	color:#000000;
	text-decoration:none;
	}
	
#content a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
input {
	width:100%;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dotted #FFFFFF;
	background-color:#e2001a;
	color:#FFFFFF;
	}
	




	
