/*Class für Tabellenzeile, hier: .td-txt;
Class für Textzeile, hier: .textzeile;
Class für Textfeld, hier: .textfeld;
Class für Button, hier: .button;*/

a:link {
	color: #444444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
a:visited {
	color: #444444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
a:hover {
	color: #444444;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
a:active {
	color: #444444;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
/*-------------------------------------------------------------*/
ul a:link {
	color: #444444;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
	
}
ul a:visited {
	color: #444444;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
}
ul a:hover {
	color: #ff0000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
}
ul a:active {
	color: #444444;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
	text-transform: uppercase;
	line-height: 12px;
}


/*-------------------------------------------------------------*/

body {
	background-color: #262e6f;
	color: #444444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	scrollbar-3dlight-color: #444444;
	scrollbar-arrow-color: #FF0000;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #c3c6f6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #B0D4D3;
	scrollbar-track-color: #F3F3F3;
}
h3 {
	color: #778899;
	font-size: 24px;
	margin-top: 5px;
}
li{
	margin-bottom: 2px;
	margin-top: 2px;
}
p,h1,pre {
	margin: 10px 10px 10px 10px;
}
select {
	background: #c3c6f6;
	border: #BB0000;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid;
	border-top-width: thin;
	color: #444444;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 250px;
}
table {
	color: #444444;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
td {
	color: #444444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
ul{
	line-height: 100%;
	/*list-style-image: url(../layout/icons/einfachpfeil-rechts.gif);*/
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 4px;
	margin-top: 0px;
	
}
ul ul{
	border-top: 1px dotted #292e6f;
	border-bottom: 1px dotted #292e6f;
	border-right: 1px dotted #292e6f;
	line-height: 100%;
	padding-left: 5px;
	margin-left: 5px;
	list-style: outside;
	list-style-type: circle;
	margin-bottom: 2px; 
	margin-top: 0px;
	margin-right: 10px;
	background-color: #FFFFF0;
}
.areatext_1 {
	color: #444444;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	height: 150px;
	width: 250px;
}
.ausw_klein {
	font: normal 8px Verdana, Arial, Helvetica, sans-serif;
}
.banner {
	border-bottom: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #444444;
	text-align: center;
}
.banner h3 {
	color: #888888;
	font-size: 20px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
.blocksatz {
	color: #444444;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.button{
	background: #FFF0F5;
	border: 1px solid #222222;
	cursor: hand;
	float: right;
	height: 20px;
	width: auto;
}
.centercontent {
	height: auto;
	padding: 5px;
	text-align: left;
	line-height: 150%;
	border-right: 1px solid #292e6f;
	border-left: 1px solid #292e6f;
	border-top: 1px solid #292e6f;
}
.centercontent td {
	line-height: 150%;
}
.centercontent td img{
	margin: 5px;
}

/*.centercontent a[href]:before {
	content: url(../img/layout/icons/gruener_punkt.gif);
}
.centercontent a[href]:img:before {
	content: url(../img/layout/icons/spacer.gif);
}*/
.footer{
	background: #292e6f;
	color: #ffffff;
	font-size: 9px;
	height: 14px;
	text-align: center;
}


.footer a:link {
color: #ffffff;
}
.formtext_1 {
	color: #444444;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 250px;
}
.headline{
	background: #F3F3F3;
	color: #292e6f;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
.headline:first-letter{
	color: #292e6f;
	font-size: 120%;
	font-weight: bold;
}
.leftcontent {
	color: #444444;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width:20%;
	background-image: url(../../neu/img/layout/backgrounds/inhi.gif);
}
.leftcontent img{
	border: 0px solid #000000;
	margin-top: 0px;
}
.mainframe{
	border: solid 1px #292e6f;
	border-right: solid 1px #292e6f;
	width: 100%;
}
.partner{
	border: 0px solid #444444;
	height: 106px;
	margin: auto;
	margin-top: 5px;
	padding: 3px;
	width: 90%;
}
.referenz{
	border: 1px solid #444444;
	height: 106px;
	margin: auto;
	margin-top: 5px;
	padding: 3px;
	width: 90%;
}
.rightcontent {
background-image: url(../../neu/img/layout/backgrounds/inhi.gif);
	text-align: left;
	width: 20%;
}
.rightcontent img{
	border: 1px solid #000000;
	margin-top: 2px;
}
.rightcontent p{
	background-color: #fffff0;
	border-color: #292e6f;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	margin-top: 2px;
	text-align: left;
}
.td-txt{
	color: #444444;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.textfeld{
	background: #ffffff;
	border: 1px solid #222222;
	float: left;
	height: 150px;
	text-align: left;
	width: 100%;
	margin: 1px;
}
.textfeld_klein{
	background: #ffffff;
	border: 1px solid #222222;
	float: left;
	height: 72px;
	text-align: left;
	width: 100%;
	margin: 1px;
}
.textzeile{
	background: #ffffff;
	border: 1px solid #222222;
	height: 18px;
	text-align: left;
	width: 100%;
	margin: 1px;
}
.textzeile_kurz{
	background: #ffffff;
	border: 1px solid #222222;
	height: 18px;
	text-align: left;
	width: 50%;
	margin: 1px;
}
.wichtig {
	color: #292e6f;
}
.wichtig_2{
	border: 1px solid #444444;
	margin: auto;
	margin-top: 5px;
	padding: 3px;
	width: 90%;
}
.wichtig_3{
	background: #F3F3F3;
	border: 1px solid #444444;
	margin: auto;
	margin-top: 5px;
	padding: 3px;
	width: 90%;
}
.wichtig_4{
	font-size: 9px;
	background: #F3F3F3;
	border: 1px solid #444444;
	margin: auto;
	margin-bottom: 10px;
	padding: 3px;
	width: 90%;
	}
.wichtig_4 a[href]:before {
	content: no-open-quote;
}
.dat_upload {
	background: #63c6f6;
	border: #BB0000;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid;
	border-top-width: thin;
	color: #444444;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 250px;
}
#head{height:80px;
background-image: url(../img/layout/header_tttv_nord.jpg);
background-repeat:repeat-x;

}
#sponsoren{
	height:50px;
	padding: 3px;
	text-align:center;
	background-image: url(../../neu/img/layout/backgrounds/inhi.gif);
}
#sponsoren img{
	border: 1px solid #000000;
	margin-top: 1px;}
#bezirke {
	background-image: url(../../neu/img/layout/backgrounds/inhi.gif);
	
	}