@charset "utf-8";

/************************** GLOBAL **********************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-attachment: fixed;
	background-color: #c1c1c1;
	background-image: url(../../images/bg_site.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/************************** TYPO, COLORS, LINKS **********************************/

a, a:active, a:visited, a:link {
	color: #763f35;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}	

.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	}
	
.scroller {
	width: 610px;
	overflow: auto;
	height: 346px;
	}	
	
.content h1 {
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	font-size: 18px;
	color: #838383;
	}	
	
p, form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.new, .quickfinder {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	}

.quickfinder select {
	width: 200px;
	background-color: #ded4d2;
	}

/************************** NEU IM PROGRAMM **********************************/

.new {
	font-size: 10px;
	}
	
	

/************************** NAVI TOP **********************************/

.navi {
	padding: 0 0 0 0;	
	margin: 0 0 0 0;	
	height: 45px;
	background-image: url(../../images/bg_navi.gif);
	background-repeat: repeat-x;
	}

.navi a, .navi a:active, .navi a:visited, .navi a:link {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding-left: 28px;
	padding-right: 14px;	
	background-image: url(../../images/bg_navi_dots.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	}
	
.navi a:hover {
	color: #eda193;
	text-decoration: none;
	}	
				
/************************** NEWSLETTER **********************************/
		
.newsletter {
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 65px;
	text-align: left;
	}
	
.newsletter input {	
	width: 120px;
	padding-left: 5px;
	font-size: 11px;	
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #333333;		
	border-bottom: 1px solid #333333;	
	margin-bottom: 5px;
	}

/************************** TEASER **********************************/

.teaser {
	padding-top: 10px;
	padding-right: 5px;
	color: white;
	font-size: 10px;
	}	

.teaser h2 {
	color: #4e4c4f;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	
	
/************************** LOGO **********************************/	
	
.logo {
	padding-top: 14px;
	padding-left: 30px;
	color: #666666;	
	font-size: 10px;
	line-height: 14px;
	}
	
.logo h2 {
	color: #cccccc;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 3px;
	}
	
.logo p strong {
	font-size: 14px;
	}
	
	
/************************** BOTTOM **********************************/	
			
.copyright {
	color: #666666;
	font-size: 10px;
	padding-top: 13px;	
	padding-left: 10px;
	}
	
.bottomnavi {				
	color: #666666;
	font-size: 11px;
	padding-top: 13px;	
	padding-right: 10px;		
	}		

.bottomnavi a, .bottomnavi a:active, .bottomnavi a:visited, .bottomnavi a:link {
	color: white;
	text-transform: uppercase;

	}		
	
/************************** CONTENT UND FORMS **********************************/		

.content td.strich {
	border-left: 1px solid #cccccc;
	}
	
.content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	padding-left: 5px;
	font-size: 11px;	
	background-color: #e2e2e2;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #333333;		
	border-bottom: 1px solid #333333;	
	margin-bottom: 5px;
	}
	
.content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 252px;
	height: 90px;	
	padding-left: 5px;
	font-size: 11px;	
	background-color: #e2e2e2;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #333333;		
	border-bottom: 1px solid #333333;	
	margin-bottom: 5px;
	overflow: auto;
	}		
