* { padding: 0px; margin: 0px; }
img, img a { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000;
	background-color: #9fa0a4;
	margin-top: 50px;
}

#wrapper
{
	width: 905px;
	margin: 0 auto;
}

#background
{
	width: 900px;
	float: left;
}

#left
{
	width: 605px;
	float: left;
}

#left_top
{
	width: 605px;
	float: left;
	background-image: url(images/head_l.jpg);
	background-repeat: no-repeat;	
	height: 50px;
}

#left_main
{
	width: 605px;
	float: left;
	background-image: url(images/startfoto.jpg);
	background-repeat: no-repeat;	
	height: 551px;
}

#left_background
{
	width: 605px;
	float: left;
	background-image: url(images/startfoto.jpg);
	background-repeat: no-repeat;	
	
}

#right
{
	width: 295px;
	float: right;
	background-color: #fff;
	height: 601px;
	background-image: url(images/bottom_r.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#right_top
{
	width: 295px;
	float: left;
	background-image: url(images/head_r.jpg);
	background-repeat: no-repeat;
	height: 200px;
	
}

#menus
{
	width: 295px;
	float: left;
}

#menu_left
{
	width: 150px;
	float: left;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;	
	height: 200px;
	
	padding-left: 10px;
	padding-top: 50px;
	padding-right: 10px;
}

#menu_left
{
	text-transform: lowercase;
}

#menu_left li
{
	list-style-type: none;
	display: block;
}

#menu_left li a
{
	color: #000;
	text-decoration: none;
	
	display: block;
	text-align: right;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_left li a:hover
{
	text-decoration: underline;
}

#menu_left li.curr a
{
	font-weight: bold;
}

#menu_right
{
	width: 120px;
	float: right;
	padding-top: 48px;
}

#menu_right li
{
	list-style-type: none;
	display: block;
}

#menu_right li a
{
	display: block;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}

#menu_right li.curr a
{
	text-decoration: underline;
}

#weiter
{
	float: left;
	width: 300px;
	position: relative;
}

#weiter img
{
	position: absolute;
	left: 612px;
	top: -54px;
	width: 77px;
	height: 36px;
}

#subnav
{
	float: right;
	width: 140px;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

#subnav li
{
	list-style-type: none;
	display: block;
}

#subnav li a
{
	color: #000;
	text-decoration: none;
	
	display: block;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav li a:hover
{
	text-decoration: underline;
}

#subnav li.curr a
{
	font-weight: bold;
}

#content
{
	float: left;
	width: 400px;
	margin-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	height: 430px;
	overflow: auto;
	overflow-x: hidden;
	/*background-color: #fff;*/
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	margin-left: 10px;
	
    /*
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70;
	opacity: 0.7;
    */
	
	display: inline;
}

/* für den Content */
#content { line-height: 1.5em; }

#content li { list-style-position: inside; }
#content li li { padding-left: 20px; }
#content ul { padding-bottom: 10px; }

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

p { padding-bottom: 10px; padding-top: 5px; }
hr { height: 9px; border: none; border-top: 1px solid #000; margin-top: 10px; margin-bottom: 10px; color: #fff;}

h1 { font-size: 1.3em; color: #000; padding-bottom: 7px; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size: 1.1em; color: #000; padding-bottom: 5px; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size: 1em; color: #000; padding-bottom: 3px; font-family: Arial, Helvetica, sans-serif; }



/*--------------------------------------------csc-mailform------------------*/

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 13px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
}

input, textarea, select
{
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

textarea
{
	height: 200px;	
	border: 1px solid #333;
	background:#FFF;
	padding:1px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;

}

fieldset
{
	border: none;	
}



.tx-ttnews-browsebox
{
	border: none;
	background: none;
	text-align: center;
}

.tx-ttnews-browsebox-SCell
{
	background-color: #F3F3F3;
	border: none;
}

.tx-ttnews-browsebox table p
{
	padding: 5px;
}

.tx-ttnews-browsebox table p a
{
	text-decoration: none;	
	color: #5E5E5E;
}

.tx-ttnews-browsebox table p a:hover
{
	text-decoration: underline;
}

.tx-ttnews-browsebox  p
{
	padding: 0px;
}


.clear{
    clear: both;
    }

#address{
    padding: 10px;
    font-weight: bold;
    }
