html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #7A7A7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
} 

h1, h2, h3, h4, h5, strong {
	margin: 0;
	color: #494E6C;
}

h1, h2, h3 {
	margin-bottom: 10px;
}

h1 {
	font-size: 150%;
	color: #A33538;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	color: #A33538;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

ul, ol {
	color: #494E6C;
	font-size: 100%;
	margin-bottom: 10px;
}

ul ul, ol ol, ul ul ul, ol ol ol {
	margin-bottom: 0;
}

div#leftcol li ul {
	margin: 0;
	padding: 0;
	background-color: #FFFF00;
}

p {
	margin: 0;
	color: #494E6C;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 10px;
	text-align: justify;
}

table, tr, td {
	color: #494E6C;
	font-size: 100%;
	line-height: 140%;
}

input, select, textarea {
	color: #494E6C;
	font-size: 100%;
}

pre {
	color: #494E6C;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 10px;
}

.predefined {
	color: #494E6C;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
	border: 1px dashed #494E6C;
	font-family: "Courier New", Courier, mono;
}

a, a:link, a:active {
	color: #494E6C;
	text-decoration: underline;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

p img {
	margin: 10px;
}

#pagewidth{ 
	width: 725px; 
	text-align: left; 
	min-width: 500px;
	margin-left: auto; 
	margin-right: auto;
} 
 
#header { 
	width: 100%;
	height: 92px;
	margin: 0;
	padding: 0;
	border-top: 5px solid #5E7485;
	border-bottom: 15px solid #5E7485;
}

#header img { 
	margin: 0;
	padding: 0;
}
 
#leftcol{
	width: 175px; 
	float: left; 
	position: relative; 
	margin-left: -175px; 
	margin-right: 1px;
	border-right: 5px solid #4B5C69;
	background-color: #5E7485;
}

#outer {
	margin-left: 5px;
	border: solid #eeeeee 0px; 
	/*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #CED5DA;  /*  left column colour */ 
	border-left-style: solid; 
	background-color: #FFFFFF;  /* center column colour */ 
	width: auto;
} 
 
#footer{
	width: 720px; 
	background-color: #5E7485;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 5px solid #7A7A7A;
} 
 
#inner{
	margin:0; 
	width:100%;
}
 
#maincol { 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 -6px;
	border-top: 5px solid #4B5C69;
}
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{ clear:both; }
 
.content{ padding: 5px; } /*padding for content */ 
 
#header .content { padding: 0; } /*padding bottom 0 to remove space in IE5 Mac*/ 
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol {
	display: none;
}
 
#outer {
	border-left: 0;
}

#maincol {
	width: 100%;
}

}

#upper_menu {
	width: 725px;
	background-color: #CED5DA;
	text-align: right;
	color: #4B5C69;
	padding: 0;
	margin: 0;
}

#upper_menu a, #upper_menu a:link, #upper_menu a:active {
	font-size: 90%;
	color: #4B5C69;
}

#upper_menu a:hover {
	font-size: 90%;
	color: #993300;
	text-decoration: none;
}

#maincol .content {
	padding: 5px 5px 5px 10px;
}

#bottom_nav {
	border-left: 5px solid #7A7A7A;
	border-right: 5px solid #4B5C69;
	background-color: #4B5C69;
	height: 5px;
	font-size: 5px;
}

#leftcol #navlist {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	width: 175px;
}

#leftcol ul
{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4B5C69;
	width: 156px;
	border-top: 1px solid #FFFFFF;
}

#leftcol ul ul
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B5C69;
	border: none;
	font-weight: normal;
}

#leftcol ul a
{
	display: block;
	padding: 4px 4px 4px 15px;
	width: 156px;
	background-color: #CBD2D7;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../_img/more_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol ul ul a
{
	display: block;
	padding: 4px 4px 4px 25px;
	width: 146px;
	background-color: #D6E2EA;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../_img/more_menu_l1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol ul a:link, #leftcol ul a:visited
{
	color: #4B5C69;
	text-decoration: none;
}

#leftcol ul ul a:link, #leftcol ul ul a:visited
{
	color: #4B5C69;
	text-decoration: none;
}

#leftcol ul a:hover
{
	background-color: #96B1C5;
	color: #FFFFFF;
	background-image: url(../_img/more_menu_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol ul ul a:hover
{
	background-color: #96B1C5;
	color: #FFFFFF;
	background-image: url(../_img/more_menu_l1_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol ul #current {
	background-image: url(../_img/more_menu_active.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 20px;
	width: 151px;
	border-top: 1px solid #FFFFFF;
}

#leftcol ul ul #current {
	background-image: url(../_img/more_menu_l1_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 25px;
	width: 146px;
}

.zeile_2er {
	padding: 5px;
}

.links_2er {
	width: 250px; 
	float: left; 
	position: relative;
	margin-bottom:20px;
}

.rechts_2er {
	float: right;
	width: 250px; 
	display: inline; 
	position: relative; 
	margin-bottom:20px;
}

.links_2er strong, .rechts_2er strong {
	margin: 0;
}

.links_2er, .rechts_2er {
	line-height:280%;
}

.zeile_1er {
	padding: 5px;
}

img.spacer-gif, .spacer-gif {
	display: none;
}



div.tx-thmailformplus-pi1 fieldset {
	margin: 0;
	margin-bottom: 20px;
	padding: 10px 5px 20px 5px;
	border: 2px solid #666666;
	background-color: #EDEDED;
	}

div.tx-thmailformplus-pi1 legend {
	margin: 0 0 0 5px;
	padding: 0 3px 0 3px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	line-height: 140%;
	font-size: 95%;
	}

div.tx-thmailformplus-pi1 label {
	font-weight: normal;
	line-height: 140%;
	font-size: 92%;
	}

div.tx-thmailformplus-pi1 label span {
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	}

.m {
	width: 230px;
	}

.xxl {
	width: 440px;
	}

.bor {
	border-style: inset;
	border-width: 1px;
	padding: 1px 2px;
	border-color: #333;
	}

div.tx-thmailformplus-pi1 input[type="submit"] {
	border-style: outset;
	border-width: 1px;
	padding: 1px 40px;
	border-color: #333;
	background-color: transparent;
	}

div.tx-thmailformplus-pi1 input[type="submit"]:focus {
	border: 2px inset #000000;
	background-color: #fff;
	}

div.tx-thmailformplus-pi1 input[type="text"] {
	padding: 2px;
	}

div.tx-thmailformplus-pi1 input[type="text"]:hover { 
	border: 1px solid #333333; 
	background-color: #ffffff;
	border-style: outset;
	}

div.tx-thmailformplus-pi1 input[type="text"]:focus {
	border: 2px inset black; 
	background-color: #fff;
	}

div.tx-thmailformplus-pi1 textarea {
	padding: 2px;
	}

div.tx-thmailformplus-pi1 textarea:hover { 
	border: 1px outset #333333; 
	background-color: #fff;
	}

div.tx-thmailformplus-pi1 textarea:focus {
	border: 2px inset #000000;
	background-color: #fff;
	}

.error {
	border: 1px outset #666;
	background-color: #FF3300;
	color: #FFF;
	margin: 5px 5px 5px 0;
	padding: 1px 3px;
	line-height: 140%;
	font-size: 90%;
	font-weight: bold;
}


div.csc-frame-rulerBefore {
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 1px;
	clear: both;
	float: none;
}

div.csc-frame-rulerAfter {
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1px;
	clear: both;
	float: none;
}

div.abstand_danach, div.abstand_davor, div.co {
	height: 1.3em;
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
}

div.csc-sitemap ul {
	background:transparent;
	list-style: none;
}

div.user-vertreter-pi1-listrow{
}

div.user-vertreter-pi1-listrow table{
	width: 500px;
}

h3 span.optional{
	font-size: 70%;
	color: #494E6C;
}
