* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	font-family: verdana , arial , sans-serif;
	font-size: 11px;
	color: #575757;
	width:100%;
}

body{
	width:100%;
	text-align: center;
	background: url(../images/site_bg.gif) repeat-y center;
}

html>body{
	height: 100%;
	width: auto;
	min-width: 1000px;
}
/*##################################################################*/
/* Struktur
/*##################################################################*/
#center {
	width:1000px;
	height:100%;
	position: relative;
	margin: 0px auto;
	
}

html>body #center{
	height: auto;
	min-height:100%;
}

#page {
	float:left;
	height: auto;
	min-height:100%;
	width:1000px;
	overflow:hidden;
	text-align:left;
	background: url(../images/site_bg.gif) left repeat-y;
}
	/*##############################################################*/
	/* left
	/*##############################################################*/
	#left {
		float:left;
		width:878px;
		overflow:hidden;
	}
	
	html>body #left{
		height:auto;
		min-height:100%;
	}

	/*################################################################*/
	/* head
	/*################################################################*/
	#head {
		position: relative;
		float:left;
		width:876px;
		height:98px;
		margin: 0 1px 0 0;
		background: url(../images/header_bg.png) no-repeat left top;
		border-right:1px solid #FFF;
	}
	
	.head-menu{
		position:absolute;
		list-style:none;
		right:20px;
		bottom: 30px;
	}
	
	.head-menu li{
		float:left;
	}
	
	.head-menu li a{
		color:#696969;
	}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	#torso {
		float:left;
		width:876px;
		overflow:hidden;
		padding-bottom:30px;		
	}
	
		/*################################################################*/
		/* menu
		/*################################################################*/
		#menu{
			float:left;
			height:196px;
			width:362px;
			background: url(../images/menu_bg.jpg) no-repeat left top;
			border-right: 1px solid #FFF;
			padding: 30px 5px 10px 76px;
		}
		
		#main-menu {
			float: left;
			list-style:none;
			display:block;
			font-size:1.45em;
			font-family: "Futura Lt BT" , verdana , arial , sans-serif;
			font-weight:bold;
			width:350px;
			margin:0px;
		}
		
		#main-menu li{
			clear:left;
			float:left;
			/*position:relative;*/
			display:block;
			width:350px;
			height:23px;
			overflow:hidden;
		}
		
		#main-menu li a{
			color:#575757;
			/*position:relative;*/
			display:block;
			overflow:hidden;
		}
		
		#main-menu li a:hover{
			color:#996;
			text-decoration:none;
			/*position:relative;*/
			display:block;
			overflow:hidden;
			margin-left: -350px;
		}
		
		#main-menu li.active a{
			color:#E52526;
		}
		
		/*##############################################################*/
		/* flash
		/*##############################################################*/
		.flash{
			float:left;
			height: 236px;
			width: 432px;
			background: url(../images/flash_ani.jpg);
		}
		
		/*##############################################################*/
		/* content
		/*##############################################################*/		
		#content {
			float:left;
			overflow:hidden;
			width:790px;
			padding:18px 10px 25px 76px;
		}
		
		.content-left{
			float: left;
			width:190px;
			overflow:hidden;
			color: #996;
		}

		.content-left p{
			margin: 5px;
			margin-right:10px;
		}
		
		#content a,
		#content a:hover{
			color: #F00;
			text-decoration:none;
		}
		
		.csc-frame-frame1{
			border-bottom:1px dashed #996;
			padding: 10px 5px;
		}
		
		.csc-frame-frame1 h3{
			color:#996;
			font-weight:normal;
		}
		
		.csc-frame h3{
			margin-bottom:10px;
		}
		
		.csc-frame-frame1 .csc-textpic-imagewrap{
			vertical-align:middle;
			width: 120px;
		}

		
		.csc-frame-frame2{
			border-bottom:1px dashed #996;
			width:270px;
			height: 165px;
			float:left;
			padding: 5px;
		}
		
		.csc-frame-frame2 h3{
			color:#996;
			font-weight:normal;
		}
		
		.csc-frame-frame2 a.mail{
			font-size: 9px;
		}
		
		
		.csc-frame-frame2 .csc-textpic-imagewrap{
			vertical-align: middle;
			width: 100px;
			margin-right: 5px;
		}
	/*##############################################################*/
	/* right
	/*##############################################################*/		
	#right {
		float:left;
		text-align:center;
		width: 112px;
		padding:5px;
		padding-top: 80px;
		/*background-color:#996;*/
		overflow:hidden;
	}


	html>body #right{
		height:auto;
		min-height:100%;
	}
	
	.random-logo{
		margin-bottom:20px;
	}
	/*################################################################*/
	/* foot
	/*################################################################*/
	#foot {
		clear:left;
		text-align: left;
		position: relative;
		margin: 0 auto;
		width:1000px;
		height: 0px;
	}
	
	.foot-menu{
		position: absolute;
		height: 30px;
		background-color: #FFF;
		width: 776px;
		bottom: 0px;
		left: 0px;
		padding-left:100px;
		list-style:none;
		font-family: verdana , arial , sans-serif;
		font-size: 0.91em;
		margin:0px;
	}
	
	.foot-menu li a{
		color: #F00;
	}
/*##################################################################*/
/* globale Tags	
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0.5em 3.5em;
}

option {
	margin-right: 6px;
}

h3{
	font-size: 1.82em;
	font-family: verdana , arial , sans-serif; /*"Futura Lt BT" ,*/
	color:#F00;
}
p{
	margin-bottom: 0.7em;
}
/*##################################################################*/
/* globale Klassen		
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -999em;
	width: 0px;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.blocksatz{
	text-align:justify;
}
/*##################################################################*/
.tx-lumogooglemaps-pi1{
	padding-left:40px;
}

