body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	background-color: 5A585D;
	text-align: center;
	background-image: url(img/layout_background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}
	a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#FRAME{
	width:1000px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background: #FAFAFA url(img/blackbar.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#TOP_MENU{
	position:absolute;
	width:1000px;
	color: #FFFFFF;
	z-index:2;
}

#TOP_MENU a:hover{
	text-decoration: underline;
}

#LAYOUT_HEAD{
	margin:0;
	width:1000px;
	height:365px;
	background-image: url(img/layout_head.gif);
	background-repeat: no-repeat;
}

#LAYOUT_MENUBAR{
	display:block;
	width:1000px;
	height:25px;
	background-image: url(img/layout_menubar.gif);
	background-repeat: no-repeat;
	text-align: center;
	position:absolute;
	top:245px;
	z-index:2;
}

#LAYOUT_MENUFRAME{
	width:1000px;
	height:25px;
	margin: 0 auto; 
}

#LAYOUT_MENUFRAME div:hover {
	background-color: #6D7C83;
	background-image: url(img/layout_barborder.gif);
	background-repeat: repeat-x;
}

#CONTENT{
	width:1000px;
	height:auto;
	min-height:400px;
	background-color: #FAFAFA;
	background-image: url(img/layout_content_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	padding-top:3px;
}

#CONTENT ul{
	padding-left:44px;
}

#CONTENT_LEFT{
	float:left;
	width:180px;
	height:auto;
	min-height:350px;
	border-right: 1px solid #EBEBEB;
	margin:10 5 10 0;
	padding:0 9 10 10;
	text-align:left;
}
#CONTENT_LEFT .bodytext{
	margin-left:0;
	font-size: 9px;
	
}
#CONTENT_LEFT a:link{
	color: #605D4E;
	text-decoration: underline;
}
#CONTENT_LEFT a:visited{
	color: #605D4E;
	text-decoration: underline;
}
#CONTENT_LEFT a:hover{
	color: #605D4E;
	text-decoration: underline;
}
#content_wrap {
	float:right;
	width:575px;
	text-align:left;
}
#CONTENT_RIGHT{
	float:right;
	width:180px;
	height:auto;
	min-height:350px;
	border-left: 1px solid #EBEBEB;
	margin:10 0 10 10;
	padding:0 10 5 10;
	text-align:left;
	margin-bottom: 45px;	
}
#CONTENT_RIGHT .bodytext{
	margin-left:0;
}
*html #CONTENT{
	height:400px;
}

.bodytext {
	line-height: 1.3;
	margin-left:35px;
	text-align:justify;
	padding: 0px;
	margin: 0px;
}

.contenttable .bodytext{
	margin-left:0px;
}

.contenttable ul{
	padding-left:20px;
}

#content_wrap a{
	color:#333333;
	text-decoration:underline;
}

#content_wrap h1{
	margin-bottom:12px;
	margin-top: 0px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #605D4E;
}
#content_wrap li{
	margin-bottom:12px;
	margin-left:2px;
	list-style-type: disc;
}

#bodybottom{
	clear:both;
}

#LAYOUT_FOOTER{
	width:1000px;
	height:80px;
	background-color: #FAFAFA;
	background-image: url(img/layout_footer.gif);
	background-repeat: no-repeat;
}


#top_nav{
	margin-right:20px;
}

#top_nav li{ 
	display:block;
	float:right;
	width:auto;
	margin-left:-1px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right:20px;
	text-align: center;
	cursor:hand;
	cursor:pointer;
	margin-right:0px;
}

#top_nav li a{ 
	margin-left:5px;
	margin-right:5px;
}

#nav{
	height:25px;
	border-left:1px solid #FFFFFF;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li{ 
	display:block;
	float:left;
	height:25px;
	margin-left:-1px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-smooth:always;
	text-align: center;
	line-height: 23px;
	cursor:hand;
	cursor:pointer;
}

.activeCat {
	background: #222222 url(img/layout_barborder.gif) repeat-x;
}
.activeSub {
	background: #222222;
}

#nav li a:hover{
	background: #333333 url(img/layout_barborder.gif) repeat-x;
}

#nav li ul {
	color: #FFFFFF;
	position: absolute;
	width: 160px;
	left: -999em;
	background: #605D4E;
	border-bottom:1px solid #FFFFFF;
}

*html #nav li ul{
	border-left:1px solid #FFFFFF;
	margin-left:-1px;
}

#nav li ul li{
	font-weight: normal;
	text-align: left;
	height:23px;
}

#nav li ul a {
	border-top:1px solid #FFFFFF;
	font-size:10px;
	padding-left:10px;
	height:22px;
	width:150px;
}

*html #nav li ul a {
	width:160px;
}

#nav li ul a:hover{
	background: #333333;
}

#nav li ul ul { 
	margin: -23 0 0 151;
}

*html #nav li ul ul { 
	margin: -23 0 0 150;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#titles {
	float:left;
	width:1000px;
	margin-left:auto;
	margin-bottom:18px;
	text-align:left;
	font-size:11px;
	color:#666666;
}

#titles a{
	color:#666666;
	text-decoration:none;
}

#titles a:hover{
	color:#000000;
	text-decoration:underline;
}

#cat_title {
	margin-left:15px;
	margin-right:2px;
}

#my_title {
	margin-left:2px;
	margin-right:2px;
}

.tx-thmailformplus-pi1 legend {
	font-size:11px;
	font-weight:bold;
}

.tx-thmailformplus-pi1 form {
	margin:0;
}
.tx-thmailformplus-pi1 fieldset{
	clear:both;
	width:600px;
	margin:auto;
	padding:10px;
	border:1px solid #CCCCCC;
	background:#FAFAFA;
}

*html .tx-thmailformplus-pi1 fieldset{
	width:620px;
}

.tx-thmailformplus-pi1 fieldset input, select{
	margin-top:3px;
	margin-bottom:4px;
	padding:0;
	display:block;
	width:180px;
	float:left;
	border:none;
	border-bottom:1px solid #6D7C83;
	font-family: Courier New, Courier, mono;
	font-size:12px;
	background:#FAFAFA;
}

.tx-thmailformplus-pi1 label{
	margin-top:5px;
	display:block;
	width:80px;
	float:left;
	text-align:left;
	margin-left:20px;
}

.tx-thmailformplus-pi1 textarea{
	width:483px;
	bottom:4px;
	font-family: Courier New, Courier, mono;
	font-size:12px;
	border:2px dotted #6D7C83;
	background:#FAFAFA;
}

*html .tx-thmailformplus-pi1 textarea{
	width:463px;
}

.tx-thmailformplus-pi1 form br { 
	clear: left;
}

#submit {
	clear:left;
	width:622px;
	margin:0;
	padding:0;
	border:1px solid #999999;
	background:#FAFAFA;
	cursor:pointer;
	font-size:11px;
	font-weight: bold;
}
*html #submit{
	width:620px;
	margin-left:0px;
	margin-top:10px;
	cursor:hand;
}
#name_label, #telefon_label , #email_label {
	margin-left:45px;
}
*html #name_label, #telefon_label , #email_label {
	margin-left:20px;
}
#mailform_error {

	color: #990000;
	font-weight: bold;
	text-align:left;
}

#mailform_error ul{
	list-style-type: circle;
}

.csc-textpic-caption{
	font-size:9px;
}

.news-latest-date,
.news-list-date, .news-single-timedata {
	font-size:9px;
	font-weight: normal;
	color:#000000;
}

.news-single-title,
.news-list-title
{
	color:#605D4E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:10px;
	font-weight: bold;
}


.news-latest-title
{
	color:#605D4E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:10px;
}

.news-latest-morelink a,
.news-list-morelink a, news-single-author a, news-single-backlink a{
	font-size:10px;
	color:#999999;
}

.news-latest-morelink a:hover,
.news-list-morelink a:hover {
	color:#999999;
	}

#content_right_wrap .csc-subheader-0 {
	font-size: 12px,
	color: #605D4E;
	font-weight: bold;
}

#content_left_wrap h1 {
	font-size: 12px;
	color: #605D4E;
}

.news-latest-item h3,
.news-list-item h3 {
	color: #605D4E;
}

.news-latest-date,
.news-list-date {
	display: block
}

.news-latest-item h3,
.news-list-item h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.news-latest-item hr.clearer,
.news-single-item hr.clearer, 
.news-list-item hr.clearer
{
margin: 10px 0 7px 0;
margin-top: 10px;
margin-bottom: 7px;
border: 1px 0 0 0;
border-top: 1px solid #aaaaaa;
border-right: 0;
border-bottom: 0;
border-left: 0;
}

p.news-single-author {
margin: 6px 0 3px 0;
font-size: 0.9em;
}

.news-single-item h3 {
margin: 5px 0;
font-size: 12px;
}

#newsspalte { /* Spaltenüberschrift */
font-size: 1.1em;
color: #605D4E;
margin-top: 2em;
}

#sponsorenspalte { /* Spaltenüberschrift */
font-size: 0.9em;
color: #605D4E;
margin: 1em;
text-align: right;
}

#content_right_wrap h1 {
	font-size: 12px;
	color: #605D4E;
	margin-left: 5px;
}

.news-latest-item h3 {
font-size: 11px;
}

.news-latest-container h2 {
color:#605D4E;
font-size:12px;
margin-top: 3px;
}

.tx-ttnews-browsebox table {
font-size: 0.8em;
}
