* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family: verdana, arial, trebuchet;
	font-size: 12px;
	color: #66797D;	
	background-color: #ACB9BE;
	background-image: url("../gfx/body_bgr.jpg");
	background-repeat: repeat-x;
}	

a {
	color: #66797D;
	text-decoration: none;
	font-weight: bold !important;
}


#bgr {
	background-color: #ACB9BE;
	background-image: url("../gfx/body_bgr.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;	
}

#page {	
	width: 770px;
	position: relative;
	background-color: #97A6AB;
	background-image: url("../gfx/page_bgr2.jpg");	
	background-repeat: repeat-y;	
	background-position: center;
	margin: auto;
	text-align: left;	
	min-height: 100%;
}

#white {	
	background-image: url("../gfx/page_bgr.jpg");
	background-repeat: repeat-x;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
} 

#head {	
	height: 185px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}

#headerbild {
	height: 200px;	
	overflow: hidden;
	border-bottom: 20px solid #C1C9CA;
}

#menu ul {
	padding-left: 0px;
	list-style: none;
	padding-bottom: 50px;
}

#menu ul li {
	height: 35px;		
}

#menu ul li a {	
	font-size: 15px;
	padding-left: 35px;	
	border-left: 5px solid #E8EBEC;
	padding-top:3px;
	padding-bottom:3px;
	display: block;
}

#menu ul li.act a, #menu ul li a:hover {
	border-left: 5px solid #FFA001;
}

#content {
	background-image: url("../gfx/content_bgr.jpg");
	background-repeat: repeat-y;
	background-color: #E8EBEC;
	border-top: 20px solid #E8EBEC;
	padding-top: 10px;
	border-bottom: 25px solid #E8EBEC;
}

#content ul { margin-bottom:15px; }
#content ul li, #content ol li { margin-bottom:5px; text-align:left; }

#content #left {
	float: left;
	width: 205px;	
}

#content #center {
	float: left;
	width: 235px;
	min-height: 1px;	
}

#content #right {
	float: left;
	width: 245px;
	padding-left: 45px;		
}

#content #right ul { margin-left:25px; }

#content #right div.csc-textpic-imagewrap dt a {
	border: 1px solid #C1C9CA;
	display: inline-block;	
	padding: 10px;
	background-color: #FFFFFF;
		
}

#content #right div.csc-textpic-imagewrap dt img {	
	display: inline-block;
}

div.csc-textpic-imagewrap {
	padding-bottom: 15px;
}

#content #right dd.csc-textpic-caption {
	margin-top: 15px;
	margin-bottom: 15px;	
	padding-left: 10px;		
	font-size: 10px;
}

#footer {
	background-color: #FFFFFF;
	height: 130px;
	padding-top: 20px;
	font-size: 10px;
	background-image: url("../gfx/footer_bgr.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_text {
	float: left;
	padding-left: 30px;
}

#footer_menu {	
	float: right;
	margin-right: 25px;
	text-align: right;
}

div.tx-wecmap-pi1 {
	padding-bottom: 25px;	
}

div.tx-wecmap-pi1 td.map {
	width: 223px !important;
	padding: 10px !important;
	background-color: #FFFFFF;
	border: 1px solid #C1C9CA;	
}

div.tx-wecmap-pi1 span {
	font-size: 5px;	
}

#content p {
	padding-bottom: 15px;
	line-height: 140%;
}

#right div.vcard {
	position:absolute;
	left:-1000px;
	padding-left: 10px;
	padding-bottom:30px;
}

#content #right p, #content #right h1 {
	padding-left: 10px;
}

#content h1 {
	font-size: 12px;
	padding-bottom: 15px;
	font-weight:bold !important;
}

#content a {
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#center ul {
	margin-left:15px; 
}

#center ol {
	margin-left:17px;
}

#center ol ul {
	margin-bottom:7px;
	margin-top:7px;
}

#menu ul li a { text-decoration:none !important; font-size:15px; }
