
/***** HTML *****/

html {
	margin: 0px;
	background-color: #ffffff;
	background-image:  url(/images/top.gif);
	background-repeat: no-repeat;
}

body {
	font-family: Verdana; 
	font-size: 11px; 
	line-height:16px;
	margin: 0px; 
	color: #666; 
	margin-left: 60px;
}

h1 {
   font-family: Verdana;
   font-size: 13px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 6px;
   text-align: left;
   color: #666666;
   font-weight: bold;
}

h2 {
   font-family: Verdana;
   font-size: 14px;
   line-height:20px;
   margin:0px; 
   margin-bottom: 6px;
   text-align: left;
   color: #666666;
   font-weight: bold;
}

p{
   font-size: 11px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 12px; 
   text-align: left;
}

a {
   color: #666; 
   text-decoration: none;
}

a:hover {
   color: #000000;
   text-decoration: underline;
}

ul {
   line-height: 160%; 
   text-align: justify;
}

img {
   border: 0px;
}

.balken { 
	background:#950002;
}

/***** HEADER *****/ 

#header {
    width: 730px;
    height: 140px;
}

#headline{
   width: 330px;
   margin-top: 68px;
   margin-right: 0px;
   text-align:right; 
   float: right;
   overflow: hidden;
}

#header_nav {
	margin-top: 4px;
	line-height:12px;
	font-size: 10px;
	color: #950002;
	width: 720px;
    margin-right: 0px;
    text-align:right; 
    float: right;
	white-space: nowrap;
	overflow: hidden;
}


#header_nav a {
	line-height:12px;
	font-size: 10px;
	color: #950002;
	text-decoration: none;
}

#header_nav a:hover {
	line-height:12px;
	font-size: 10px;
	color: #950002;
	text-decoration: underline;
}

#header_text {
	float: left;
	margin-top: 70px;
	line-height:12px;
	font-size: 10px;
	color: #333333;
	width: 320px;
	white-space: nowrap;
	overflow: hidden; 
}

/***** FOOTER *****/

#footer {
	clear:both;
	width: 730px;
	height: 30px;
	border-top: 1px solid #999999;
	color: #717171;
	font-size: 10px;
}

#footer li {
	display: inline; 
	padding-right: 6px; 
}

#footer a {
   color: #666; 
	text-decoration: none;
}

#footer a:hover {
   color: #666; 
	text-decoration: underline;
}

#bottom_nav {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	
}

/***** CONTENT *****/

#content{
	width: 730px;
	line-height: 170%;
}

#content_left{
   width: 430px;
   float: left;
}


#content_right{
   width: 245px;
   float: right;
   overflow: hidden;
}

/***** BOXEN *****/

.box_main{
   width: 490px;
   margin-bottom: 15px;
}

.box_detail{
   margin-right: 15px;
   margin-bottom: 15px;
   float: left;
}

.box_main ul {
 margin-left: 12px;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 padding: 0px;
}

.box_main a{
   color: #666;
   text-decoration: underline;
}

.box_detail  a{
   color: #666;
   text-decoration: underline;
}

.box_cross{
   width: 230px; 
   margin-left: 15px;
   margin-bottom: 15px;
}

.box_cross a{
   color: #950002;
   text-decoration: underline;
}

.box_cross img {
	 float:right; 
	 margin-left:3px;
	 margin-bottom:3px;
}

/***** TRENNER *****/
.border{
   width: 100%;
   height: 1px;
   overflow: hidden;
   background-color: #999999;
   margin-bottom: 15px;
}

#partner_links_nav {
	position:relative;
	margin-top: 60px;
	left: 0px;
	font-size: 10px;
	color: #999999;
    width: 730px;
    text-align:center; 
	font-weight: strong;
	/* border: 1px; border-color: #999999; border-style: solid; */
}


