/* CSS Flashback - www.RH-Productions.ch, masone */

/* Basics */
html{
	margin:0px;
}
body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height: 18px;
	margin:0px;
}
a{
	text-decoration:none;
	color:#999999;
}
a img{
    border-style: none;
}
a:hover{
	color:#000000;
}
a:visited{
}
a:active{
}

/* Positionierung */
#container{
    width:320px;   
	padding-bottom:20px;
	margin-left:auto;          
	margin-right:auto;
	background-color:#FFFFFF;
} 
#header{
	position:absolute;
	top:0px;	
	width:335px;
	height:400px;
    margin-bottom:20px;
    
	background-image:url(gfx/header.jpg);
	background-repeat:no-repeat;
}
#title{
	font-weight:bold;
	font-size:13px;
	margin-bottom:20px;
}
#content{
	position:relative;
	margin-top:228px;
	width:100%;
		
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-bottom:15px;	
	
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
/* Menu */
#menu{
	position:relative;	
	top:200px;
	left:235px;
	width:100px;
		
	text-align:right;
	line-height: 14px;	
	
	color:#000000;
}

#menu a{
	color:#999999;
}
#menu a:hover{
	color:#000000;
	background-image:url(gfx/menu_bg1.jpg);
}  
#submenu a{   
	color:#999999; 
}
#submenu a:hover{   
	color:#000000;
	background-image:url(gfx/menu_bg2.jpg);
}

/* Footer */
#footer{
	position:relative;	
	width:340px;
	margin-top:5px;     /* Gleicher Wert wie Content top */
	padding-top:3px;
	padding-bottom:3px;	
		
    text-align:center;
	font-size:9px;
	color:#d0d0d0;
}
#footer a{
	color:#999999;
}
#footer a:hover{
	color:#000000;
}

/* Content Formatierung */
table.centered{
    text-align:center;
    width:100%;
	margin-left:auto;
    margin-right:auto;
}
p.block{
	text-align:justify;
}
#little{
	font-size:9px;
}
.noborder{
    border-style:none;
}
img.border{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}
.block_center{
	margin-left:auto;
	margin-right:auto;
	width: 300px;
}
.align_center{
	text-align:center;
}
.align_right{
	text-align:right;
}
.align_left{
	text-align:left;
}
.error{
	color:#A41313;
}
input{
	font-family:courier;
	font-size: 13px;	
	color: #000000;	
	
	border-style:none;	  		/* Achung: Notwendig */
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
}
input#nl_email{
	font-family:courier;
	font-size: 13px;	
	color: #000000;	
	
	border-style:none;	  		/* Achung: Notwendig */
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
input.button{
	font-family:verdana;
	font-size: 11px;	
	color: #000000;	
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
}
textarea{
	color:#000000;
	font-size: 13px;
	
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
div.formular{
    margin-bottom:10px;
}


