/********************************/
/**********Allgemeines***********/

.templ_2sp_left {
	float: left;
	width: 49%;
	max-width:49%;
}
.templ_2sp_right {
	float: right;
	width: 49%;
	max-width:49%;
}



.onlyprint {
	display:none;
}

.noprint {}

html{
	height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ccc;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	margin:0px;
	background: #2c623c /* url(carbon.gif)*/ ;
}

a:link,
a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ffec00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ffec00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}
a:focus {
	outline: none;
}
td,
tr,
th,
h1,
h2,
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
sub{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
hr{
	border-top: 1px dotted #ffec00;
	border-right: 1pt solid #000;
	border-bottom: 1pt solid #000;
	border-left: 1pt solid #000;
}


/********************************/
/**********Schriften*************/




.schriften {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.schriftenklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.titel,
.title {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	background: /*url(title.jpg)*/ repeat-x;
	height:20px;
	border-bottom: 1px #ffec00 solid;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
	color: #ffec00;
}
.title2 {
	height:20px;
	border-bottom: 1px #ffec00 solid;
	margin-bottom:6px;
	font-weight: bold;
	color: #ffec00;
}


#blackTop {
	position: absolute;
	left:0;
	top:0;
	background-color:#2c623c;
	width:100%;
	height:125px;
	z-index:-1;
	border-bottom:5px #ffec00 solid;
}

#ContentTD {
	width:100%;
	background: #191919;
}

#Content {
	width:99%;
	min-height:420px;
	padding: 5px;
	padding-bottom:20px;
	background: #191919;
}

#navcontent{
	margin-top:5px;
	margin-right:10px;
}


/********************************/
/***********Subnavi**************/
.servicelinks a:link,
.servicelinks a:hover,
.servicelinks a:active,
.servicelinks a:visited{
	float:right;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#ff0000;
	text-decoration:none;
	padding-left:10px;
}











/********************************/
/**********Containers************/
.container {
	width:200px;
	margin:0px;
	margin-bottom: 4px;
}
.containertitle {
	border-bottom:1px solid #ff0000;
	padding-left:7px;
	padding-top:3px;
	width: 193px;
	max-width: 200px;
	height:16px;
	max-height:19px;
}
.containercontentText {
	padding: 4px;
}
.containerfoot {
	text-align: right;
	padding: 4px;
	border-bottom:1px solid #ff0000;
}
.containerfoot span {
	cursor: pointer;
}

.containerclosed .containercontent {
	display:none;
}
.containerclosed .containerfoot {
	display:none;
}