/* CSS Document gesichtzeigen-vb.de TYPO3*/
fieldset, form, label, legend, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

body {
	margin: 0;
	text-align:center;
	background: url(img/bg.gif) repeat-y #DCDCDC center;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 948px;
	margin: 0 auto;
	text-align:left;
	font-size: 1.2em;
}
#header {
	background:url(img/header.jpg) no-repeat;
	height: 85px
}
#menuWrap {
	background:url(img/header2.jpg) no-repeat;
	min-height:300px;
	float: left;
	width: 182px;
	margin-right: 20px;
}
#header2 {
	background:url(img/header2.jpg) no-repeat #FFF;
	padding-bottom:15px;
	height: 156px;
}
#content {
	width: 720px;
	padding-top: 20px;
	float: left;
	line-height:150%;
}
#footer {
	height:1px;
	padding-top: 5px;
	clear:both;
}

/*
 * Menu Styles
 */
#menuWrap ul {margin:0; padding:0; list-style:none;}
ul.menu {line-height: 3em;}

ul.menu li {
	border-bottom: 1px solid #FFF;
	display:block;
}
ul.menu li a {
	background:url(img/menu_liststyle.gif) no-repeat 0 1.24em;
	margin-left: 2em;
	padding-left: 1em;
	color:#000000;
	text-decoration:none;
	display:block
}
li.active{color: #003366; font-weight:bold;}
.menu li:hover, .menu li a:hover, .menu li a:focus {
	background-color: #E89A68;
}

/*
 * Typo
 */
h1 {
	color: #C00;
	font-size: 1.6em;
	margin-top: 0;
}
h2, h3, h4, h5, h6 {
	color: #C00;
	font-size: 1.3em;
}
td {
	vertical-align:top;
	font-size:1em;
}
#content a:link, #content a:visited {
	color: #C00;
	text-decoration:underline;
}
#content a:hover, #content a:active, #content a:focus {
	color: #c00;
	text-decoration:none;
}
/*
 * Formularstyles 
 */

label, select, input[type=checkbox], input[type=radio], 
input[type=button], input[type=submit] {
 cursor: pointer;
}

#content label, 
.left {
	float:left;
	width:20em;
	text-align:right;
	margin: 0.3em 0;
}

#content input, 
#content textarea,
#content select {
	float:left;
	width: auto;
	margin: 0.3em;
}
#content input[type=submit], #content .right {
	margin-left: 20.3em;
	width: auto;
}
.csc-mailform {
	border: 0 none;
}
#content form br {
clear: both;
}
