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

/*  -----------------------------------------------------------------
    |  RESET BROWSER DEFAULTS
    -----------------------------------------------------------------  */

body, div, p, h1, h2, h3,h4, img, a, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


body {
	background: #000000 url(../images/bg.png)  repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:  #000000;
}




/*  -----------------------------------------------------------------
    |  GENERAL STRUCTURE
    -----------------------------------------------------------------  */
  
    

/*  --- CENTER PAGE ---  */

#all{
	text-align: center; /* wichtig fÃ¼r IE 5.x */
}

#page{
	text-align: left;
	width: 962px;
	margin: 0px auto;
	overflow: hidden;
}


	
		
			
	/*  ---  HEAD ---  */
			
	#header{
			width: 962px;
			position:relative;
			padding-top:15px;
			}
			
		#logo{
				position:absolute;
				
				top: 15px;
				left: 0px;
				
				/*top:35px;*/
				/*left: 700px;*/
				}
				
	#mainnav{
			
			border-left: #FFFFFF solid 2px;
			border-right: #FFFFFF solid 2px;
			width: 958px;
			height: 35px;
			
					}	

	#content{
				width: 962px;
				background: #FFFFFF url(../images/bg_content.png) top left no-repeat;
				overflow:auto;
				}
				
		#leftcol{
				width:180px;
				margin-top: 40px;
				margin-left: 30px;
				float:left;
				}
				
		#centercol{
				width: 450px;
				margin-top: 40px;
				margin-left: 255px;
				}
				
		#rightcol{
				width: 160px;
				margin-top: 2px;
				margin-right: 2px;
				float:right;
				}
			
	/*  ---  FOOTER ---  */
			
	#footer{
			width: 962px;			
			height: 280px;
			background: url(../images/footer.png) top left no-repeat;
			margin-bottom:80px;
			padding-top:180px;
			}
		
		#footerleft {
			 	width:180px;
				margin-left: 30px;
				float:left;
				}
		
		#footerright {
				width: 515px;
				margin-left: 255px;
			}
			

				

/*  -----------------------------------------------------------------
    |  STYLES
    -----------------------------------------------------------------  */


	h1 {
		font-size: 24px;
		line-height: 28px;
		font-weight: normal;
		font-style: normal;
		
		margin-bottom: 12px;
		letter-spacing: 0px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
		font-style: normal;
		
		margin-bottom: 6px;
	}
	
	h3 {
		font-size: 11px;
		line-height: 18px;
		font-weight: bold;
		text-transform:uppercase;
	}
	
	h4 {
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		font-style: normal;
		text-transform:uppercase;
		
		letter-spacing:0.8px;
		
		color:#0060A9;
		margin-bottom: 24px;
	}
	
	p {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	
	td {
		font-size: 11px;
		line-height: 18px;
		vertical-align:top;
		padding-right:10px;
	}
	
	
	a:link, a:visited { 
		text-decoration:underline;
		color:#0060A9;
		}
	
	a:hover { 
		text-decoration:none; 
		color:#0060A9;
		}

	
	.red { color:#0060A9;}
	
	
	
/*  ---  LEFTCOL ---  */
	
	
	#leftcol a	{ 
			display:block;
			margin-top:8px;
			letter-spacing:0.6px;
			}
			
	#leftcol a:link, #leftcol a:visited	{ 
			text-decoration:none; 
			color:#666666;
			}
			
	#leftcol a:hover {
			text-decoration:underline; 
			color:#0060A9;
			}
	
	
	/*  ---  MAINNAV ---  */
	
	#mainnav {
			background: url(../images/nav_bg_a.png) top left repeat-x;
			
			}
	
	.left{
			/*float:left;*/
			position:absolute;
				}
	
	
	#mainnav a {
			font-size: 12px;
			line-height: 35px;
			font-weight: normal;
			letter-spacing:1.2px;
			
			display:block;
			float:left;

			height: 35px;
			padding-right:24px;
			padding-left: 27px;
			
			margin-right:-24px;
			}
		
		
	#mainnav a:link, #mainnav a:visited	{ 
			text-decoration:none; 
			color:#FFD444; 
			background: url(../images/nav_bg3.png) top left no-repeat;
			}
	
	#mainnav a:hover{
			text-decoration:none; 
			color:#0060A9; 
			background: url(../images/nav_bg_h3.png)  top left no-repeat;
			}
			
	#mainnav .active a{
			text-decoration:none; 
			color:#0060A9; 
			background: url(../images/nav_bg_h3.png)  top left no-repeat;
			}
	
	#mainnav  .start a:link, #mainnav .start a:visited	{ background: url(../images/nav_bg3_start.png)  top left no-repeat;}
	#mainnav  .start a:hover { background: url(../images/nav_bg_h3_start.png)  top left no-repeat;}
	
	#mainnav  .active_start a { text-decoration:none; color:#0060A9; background: url(../images/nav_bg_h3_start.png)  top left no-repeat;}
	

	
	
	/*  --- FOOTER ---  */

	
	#footer{
			font-size: 10px;
			line-height: 16px;
			letter-spacing: 0.6px;
			color:#666666; 
	}
	
	#footer p {
			padding-left:30px;
			margin-bottom:0px;
			}
	
	#footerleft {
			color:#0060A9;
			}
			
	#footerright {
			text-align:right;
			text-transform:uppercase;
			}

	#footerright a:link, #footerright a:visited	{ 
			text-decoration:none; 
			color:#666666;
			margin-left:10px;
			}
			
	#footerright a:hover {
			text-decoration:underline; 
			color:#666666;
			margin-left:10px;
			}
			

/*  --- MAILFORM ---  */
.formu {
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
border: 0px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-top: 2px;
margin-bottom: 5px;
color: #C0C0C0;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}