html
{
	width:768px;
}

body {
	height:100%;
	font-family:sans-serif;
	overflow-y:scroll;
	font-size:13px;
	width:768px;
	/*background-image: url('grafics/bgr_body.png');
	background-repeat: repeat-x;*/
	}

#landing_table a
{
	color:white;
	font-weight: bold;
}

	td.preis_aktiv
	{
		border:0px solid black;
		padding:5px;
		text-decoration:none;
		cursor:help;
	}
	
	td.preis
	{
		padding:5px;
		cursor:help;
	}
	
	#info{
		position:absolute;
		top:40px;
		left:210px;
		width:300px;
		border:1px dotted #d3d3d3;
		color:#b1b1b1;
		padding:5px;
		text-decoration:none;
			
	}

	#left{
		position:absolute;
		top:-10px;
		border:1px solid black;
		border-bottom:0px;
		width:200px;
		height:80px;
		float:left;
		background-color:#20bc33;
		z-index:1;
	}
	
		#middle{
		position:absolute;
		top:-10px;
		left:201px;
		border:1px solid black;
		border-bottom:0px;
		width:200px;
		height:80px;
		float:left;
		background-color:#3341fb;
		z-index:1;
	}
	
		#right{
		position:absolute;
		top:-10px;
		left:402px;
		border:1px solid black;
		border-bottom:0px;
		width:200px;
		height:80px;
		float:left;
		background-color:#ffa000;
		z-index:1;
	}
	

#menutable{
	background-color:#D3D3D3; 
	border:1px solid black;
	border-radius: 3px;
	width:140px;
}

a.link_blank{
	text-decoration:none;
	color:white;
	border:0px;
	outline:0px;
}

div.header_unhover{
	position:relative;
	top:60px;
	width:200px;
	height:20px;
	border:1px solid black;
	vertical-align:bottom;
	text-align:center;
	float:left;
	margin-right:-1px;
	z-index:2;
	font-weight:bold;	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

div.header_hover{
	position:relative;
	top:20px;
	width:200px;
	height:60px;
	border:1px solid black;
	vertical-align:bottom;
	text-align:center;
	float:left;
	margin-right:-1px;
	z-index:2;
	background-color:white;
	cursor:pointer;
	line-height:98px;
	font-weight:bold;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}



#header_div{
	position:absolute;
	left:190px;
	border:0px solid black;
	font-size:15px;
}

#menu_div{
	border:0px solid black;
	/*border-bottom:0px;
	height:300px;*/
	width:auto;
	position:absolute;
	left:20px;
	top:92px;
	background-color:transparent;
	z-index:2;

}

#content{
	position:absolute;
	left:189px;
	top:89px;
	border:0px solid black;
	border-left:0px solid black;
	width:595px;
	line-height:25px;
	font-size:12px;
	background-color: transparent;
	/*background-image:url('grafics/bgr_mtb.png');*/
	background-repeat:repeat-x;
	padding-top: 20px;
	padding-left: 10px;
	min-height: 300px;
}



td.menu_unhover{
	border-bottom:1px dotted white;
	width:197px;
}


td.menu_hover{
	border-bottom:1px dotted white;
	background-color:white;
	width:197px;
	cursor:pointer;
}

a:active, a:focus, a:hover, a:link, a:visited{
	border:0px;
	color:#FFFFFF;	/* schriftfarbe für header-text */
}

a.menu_unhover{
	border-bottom:1px dotted white;
	width:auto;
	display:block;
	color:black;
	text-decoration:none;
	padding:5px;
	outline:0px;
	color:white;
}


a.menu_hover{
	border-bottom:1px solid black;
	background-color:white;
	/*width:100px;*/
	display:block;
	cursor:pointer;
	color:black;
	text-decoration:none;
	padding:5px;
	outline:0px;
}




span.header_color{
	color:white;
}


#news{
	position:relative;
	top:0px;
	border:1px solid black;

	
	padding:5px;
	z-index:2;
	background-color:transparent;
	margin-top:10px;
	width:130px;
	font-size:11px;
	/*background-image:url("grafics/news_bgr.gif");
	background-repeat:repeat-y;*/
	border-radius:5px;
}

a.bottom_link{
border:0px;
color:black;
font-size:11px;	
}

#bild{
position:absolute;
top:0%;
left:0%;
width:100%;
height:100%;
left:0%;
border:0px solid black;
background-color: transparent;
background-image: url('grafics/grey.png');
z-index:3;
display:none;
margin-left: auto;
margin-top: auto;
}

#grayed_start{
position:absolute;
top:0%;
left:0%;
width:100%;
height:100%;
left:0%;
border:0px solid black;
background-color: transparent;
background-image: url('grafics/grey_start.png');
z-index:4;
display: block;
margin-left: auto;
margin-top: auto;
}

strong.bigger{
font-size: 15px;
color: darkblue;
cursor: pointer;
text-decoration: underline;
}

p.step_1
{
	font-size: 1.6em;
	line-height: 2em;
}
p.step_2
{
	font-size: 1.4em;
	line-height: 2em;
}

