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

* {
    margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background-color: #FFFFFF;
	}
	
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
	}
	
p.italic {
	font-style: italic;
}

p.bold {
	font-weight: bold;
	padding: 0;
}
	
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #E31937;
	padding: 0;
	margin: 0;
	}   
	
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin: 0;
	}  
	
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #E31937;
	}   
	
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
	}  
	
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E31937;
	text-decoration: underline;
	}
	
	a:hover {
	    color: #666666;
	    }  
		
ul {
    padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	padding-bottom: 12px;
	}
      
#grey-box {
    background-color: #CCCCCC;
	position: relative;
	width: 770px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	}
	
#head-box {
	background-color: #FFFFFF;
	background-image: url(../bilder/headbanner.jpg);
	position: relative;
	width: 770px;
	height: 55px;
	padding-top: 120px;
	z-index: 1;
	}
	
#menu-box {
	background-color: #FFFFFF;
	position: relative;
	width: 770px;
	height: 38px;
	z-index: 2;
	line-height: 38px;
	text-align: center;
	}
	
#white-box {
    background-color: #FFFFFF;
	position: relative;
	width: 750px;
	height: auto;
	z-index: 1;
	padding: 26px 0 65px 20px;
	} 
	
/*#text-box-header {
	position: relative;
	width: 400px;
	height: 26px;
	top: 26px;
	z-index: 2;
	}*/
	
#text-box {
	position: relative;
	width: 420px;
	height: auto;
	z-index: 2;
	border-right: solid 1px #ccc;
	padding-right: 30px;
	}
	
#language {
	background-color: transparent;
	height: 20px;
	margin-bottom: 20px;
	width: 420px;
}

#language img {
	float: left;
	margin: 5px 10px 0 0;
}

#language p {
	float: left;
}

#language a:link, #language a:active, #language a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: undeline;
}

#language a:hover {
	color: #E31937;
}
	
/*#up-scroll-box {
	position: absolute;
	width: 12px;
	height: 10px;
	left: 50%;
	margin-left: 55px;
	top: 66px;
	z-index: 3;
	}

#down-scroll-box {
	position: absolute;
	width: 12px;
	height: 10px;
	left: 50%;
	margin-left: 55px;
	top: 336px;
	z-index: 3;
	}*/

	
#headline-box {
	background-color: #FFFFFF;
	position: absolute;
	width: 280px;
	height: 48px;
	left: 50%;
	margin-left: 105px;
	top: 26px;
	z-index: 2;
	line-height: 20px;
	}
	
#image-box {
	background-color: #FFFFFF;
	position: absolute;
	width: 280px;
	height: 240px;
	left: 50%;
	margin-left: 105px;
	top: 60px;
	z-index: 2;
	}
	
#headline-box2 {
	background-color: #FFFFFF;
	position: absolute;
	width: 273px;
	height: 48px;
	left: 50%;
	margin-left: 105px;
	top: 308px;
	z-index: 2;
	line-height: 20px;
	clear: both;
	}  
	
#footer {
    background-color: #CCCCCC;
	position: relative;
	width: 770px;
	height: 30px;
	z-index: 1;
	}  
	
.text-footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 30px;
	} 
	
.menulink {
	}
	
	.menulink a {
	    background-color: #FFFFFF;
	    color: #E31937;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
		font-style: normal;
		font-weight: normal;
	    text-decoration: none;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 11px;
		padding-right: 11px;
		}
		
   .menulink a:hover {
	    background-color: #E31937;
	    color: #FFFFFF;
		}
		
.menuactive a {
	background-color: #E31937;
	color: #FFFFFF;
	}
		
.bottomlink {
	}
	
	.bottomlink a {
	    border: none;
	    color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 9px;
		font-style: normal;
		font-weight: normal;
	    text-decoration: underline;
		}
		
   .bottomlink a:hover {
	    color: #E31937;
		}
