
body {
	width : 100%;
	height : 100%;
	margin : 0;
    padding : 0;
	font : 12px/18px Arial, Verdana, sans-serif;
	color : #000;
	letter-spacing : 0.5px;
	background-repeat : no-repeat;
}

#wrapper{
	width : 880px;
    margin : 0 0;
	text-align : center;
	background: transparent;
	border : 0px solid red;
}

*html #wrapper{
	width : 920px;
}

/*
/
/
	NAVIGATION
/
/
*/

#navi{
	text-align : left;
	float : left;
	width : 220px;
	background: transparent;
	border : 0px solid red;
}
	#navi img{
		border : 0;
	}
	
	#navi .lnk_startseite{
		margin-bottom : 30px;
	}
	
	#navi ul{
		margin : 0;
		padding : 0 0 20px 0;
		width : 100%;
		float : left;
		list-style : none;
		text-align : right;
	}
	
		#navi ul li, #navi ul li a{
			width : 100%;
			float : left;
			text-decoration : none;
			color : #000;
			font : 14px/25px Arial, Verdana, sans-serif;
		}
	
		#navi ul li a:hover{
			width : 100%;
			float : left;
			font-weight : bold;
		}
	
		#navi ul li .sub{
			font-style : italic;
		}
		
			#navi ul li ul{
				margin : 0 0 0 0;
				padding : 0 10px 0 0;
				width : 190px;
				float : right;
				list-style : none;
				text-align : right;
				background: transparent url(../images/site/white.png);
				border-bottom : 1px solid #000;
			}
		
			*html #navi ul li ul{
				margin : 0 0 0 0;
				padding : 0 10px 0 0;
				width : 190px;
				float : right;
				list-style : none;
				text-align : right;
				background: white url(../images/site/white.png);
				border-bottom : 1px solid #000;
			}
		
/*
/
/
	CONTENT
/
/
*/

a{
	color : #000;
	text-decoration : underline;
	outline-style : none;
}

a:hover{
	color : #000;
	text-decoration : none;
	font-style : italic;
}

.deluecks a{
	text-decoration:none;
}

p{
	padding : 10px 10px 0 10px;
	margin : 0;
}

h1,h2,h3,h4,h5{
	margin : 0;
	padding : 20px 10px 0 10px;
	text-transform : uppercase;
}

h1{
	font-size : 14px;
}

h5{
	text-align : right;
	font-size : 14px;
	font-weight : normal;
}

table{
	margin : 0;
	padding : 0 10px 0 10px;
	border : 0px solid red;
}

.w_micro table{
	width : auto;
	margin : 0 0 0 0px;
	padding : 0 10px 0 10px;
	border : 0px solid red;
	letter-spacing : 0px;
}

*html .w_micro table{
	width : 177px;
	margin : 0 0 0 10px;
	padding : 0 10px 0 10px;
	border : 0px solid red;
	letter-spacing : 0px;
}

	.w_micro table .jahr{
		width : auto;
		padding-right : 10px;
	}

	.w_micro table .ort{
		width : auto;
	}

	*html table .w_micro .jahr{
		width : auto;
		padding-left : 8px;
	}

	*html table .w_micro .ort{
		width : auto;
		padding-right : 10px;
	}
	
td{
	vertical-align : top;
	border-bottom : 1px solid #d2d2d2;
	padding : 10px 0 10px 0;
}

#content{
	text-align : left;
	float : left;
	width : 660px;
	background: transparent;
	border : 0px solid red;
	padding-top : 90px;
}

*html #content{
	margin-left : -15px;
	width : 680px;
}


.w_micro{
	width : 193px;
}
	
	.w_micro .start_description {
		float : right;
		text-align : right;
		padding : 0 10px 0px 10px;
		border : 0px solid red;
	}

.w_single{
	width : 300px;
}
	
	.w_single .start_description {
		float : right;
		text-align : right;
		padding : 0 10px 0px 10px;
	}
	
.w_double{
	width : 620px;
}
	
.w_double_extended{
	width : 640px;
}

	#content .col{
		float : left;
		border : 0px solid blue;
		margin-left : 20px;
	}
	
		#content .col .box{
			float : left;
			width : 100%;
			padding : 0 0 20px 0;
			background-color : #fff;
			margin : 30px 0 0 0;
			border-top : 1px solid #000;
			background: transparent url(../images/site/white.png);
		}
	
		#content .col .galerie{
			float : left;
			width : 100%;
			padding : 0 0 0 0;
			background-color : transparent;
			margin : 30px 0 0 0;
		}
		
.gal_img{
	float : left;
	width : 140px;
	height : 140px;
	overflow : hidden;
	margin : 0 20px 20px 0;
	border-top : 1px solid #000;
	text-align : center;
}

	.gal_img a:link{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity:1.0;
		filter:alpha(opacity=100);
		-webkit-transition:opacity .2s ease-out;
	}

	.gal_img a:hover{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity:0.4;
		filter:alpha(opacity=40);
	}

	.gal_info{
		float : left;
		width : 300px;
		height : 140px;
		overflow : hidden;
		margin : 0 20px 20px 0;
		border-top : 1px solid #000;
		text-align : left;
		background: transparent url(../images/site/white.png);
	}
	
img{
	border : 0;
}

	
/*
/
/
	FOOTER
/
/
*/

#footer{
	text-align : left;
	float : left;
	width : 880px;
	background: transparent;
	border : 0px solid red;
	margin : 20px 0 0 0;
	text-indent : 240px;
	font-size : 10px;
}