@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
a{
	font: Georgia;
	font-size: 14px;
	text-decoration: none;
	color: #f93631;
	font-weight: bold;
	}

a:hover{
	font-weight: bolder;
	color: #a8100d;
	text-decoration: underline;
	}
	
h1{
	color: #f93631;
	font-size : 14px;
	text-decoration : none;
	font: Georgia;
	font-style: normal;
	font-weight: bold;
	}
	
h2{
	color: #f93631;
	font-size : 14px;
	text-decoration : none;
	font: Georgia;
	font-style: normal;
	font-weight: bold;
	}
	
h3{
	color: #f93631;
	font-size : 14px;
	text-decoration : none;
	font: Georgia;
	font-style: normal;
	font-weight: bold;
	margin:5px 0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
	}
	
img{
	border:0px;
	}

#wrapper{
	margin:0 auto;
	width:970px;
	}
	
#top{
	width:970px;
	float:left;
	}
	
#top_comment{
	height:81px;
	float:right;
	width:720px;
	padding-left:15px;
	}
	
#top ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	height:20px;
	}
	
#top li{
	display:block;
	float:left;
	height:26px;
	width:100px;
	background-image:url(../Bilder/menu-a.jpg);
	border-left:1px solid #CCCCCC;
	padding-top:7px;

	}
	
#top li a{
	text-decoration: none;
	padding: 0 15px;
	color: #000000;
	font-weight:bold;
	font-size:14px;
	}
	
#top li a:hover{
	color:#FFFFFF;
	}
	
.logo{
	width:218px;
	height:109px;
	float:left;
	border-bottom:5px solid #f93631;
	}
	
#image{
	margin-left:218px;
	}
	
#infobox{
	width:218px;
	float:left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	}
	
#onbox{
	width:218px;
	float:left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	}

.widget{
	padding-left:25px;
	}
	
#content{
	width:730px;
	border:1px solid #CCCCCC;
	float:left;
	padding:5px;
	}
	
#bottom{
	float:left;
	width:740px;
	border-top:10px solid #f93631;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
#footer{
	font-size:10px;
	padding:4px;
	float:left;
	width:740px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
#footer a{
	font: Georgia;
	font-size: 10px;
	text-decoration: none;
	color: #f93631;
	font-weight: bold;
	}

#footer a:hover{
	font-weight: bolder;
	color: #a8100d;
	text-decoration: underline;
	}