@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border::none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	text-align: center;
	background-color: #D4CBC4;
	width: 100%;
	}
	
#wrap {
	width: 660px;
	margin: 30px auto 0;
	text-align: left;
	/*background-image: url(../pics/Tracs.jpg);*/
   }	 
	
h1 {
	font-size:15px;
	color:#AA1C31;
	font-weight: normal;
	margin: 1px 0 5px 13px;
	}

h2 {
	font-size:24px;
	color:#fff;
	font-weight: normal;
	margin: 51px 0 0 13px;
	}
	 
a {color: #FFFFFF;}	
a:hover {color: #F59F78;}	
a.current {color: #F59F78;}

.topPic {
	border-left: 13px solid #fff;
	border-right: 128px solid #fff;
	border-bottom: 13px solid #fff;
	}
	 

#hauptnavi { /* ---------------------------------- Hauptnavigation */
	background-image: url(../pics/LOGO.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

#hauptnavi ul {
	height: 146px;
	width: 509px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #CA001E;
	border-left: 13px solid #fff;
	border-top: 13px solid #fff;
	}
	
#hauptnavi ul li {
	display: inline;
	margin-right: 12px;
	font-size: 14px;
	padding-right: 15px;
	background-image: url(../pics/navPFEIL.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 150%;
	}
	
#content { /* ----------------------------------------------- content */
	padding:25px 30px 20px 0;
	margin-left: 13px;
	width:488px;
	border-top: 1px #FFFFFF;
	border-top-style: dashed;
	/*line-height:130%;*/
	color: #4E4253;
	font-size: 12px;
	}

#content a {color: #4E4253;}	
#content a:hover {color: #AA1C31;}

.copy {
	margin-bottom: 15px;
	line-height: 155%;
	}

.copybold {
	font-weight: bold;
	}

.copyredbold {
	color: #AA1C31;
	font-weight: bold;
	}

#content ul {
	margin-top: -10px;
	margin-bottom: 18px;
	}
#content li {
	margin-left:16px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 170%;
}
	
#footer {/* ----------------------------------------------- footer */
	clear:both;
	margin-left: 1px;
}

#footer a:hover {color: #AA1C31;}

#footer p{ 
	border-top:1px dashed #FFF;
	margin-top: 16px;
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	}
	 
#footer a {
	font-size: 11px;
	font-weight: normal;
}
.footerPIC {
	margin-right:10px;
	margin-top: 10px;
}
a.impressum {
	float:right;
	}
