/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#77797d;
	background: #b6bdc4;
}
* {
	outline:none;
}
a {
	color:#b6bdc4;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.45em;
}
form {
	margin:15px 0;
}
table {
	font-size:11px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:0px 0;
}
b, strong {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:15px;
	color:#b6bdc4;
	font-family:"Times New Roman", Times, serif;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}
* { font-weight:normal;}
/*ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	background:url('file:///D|/Wenth/Dr. Mayrl/images/bull.gif') no-repeat 0 7px;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left; margin-left:0; margin-right:0; margin-top:0
}*/

address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea, input[type="password"], select {
	border:1px solid #bfc3c9;
	padding:2px 5px;
}
select {padding:0;}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
.size8 {font-size:8px;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}

.white {color:#FFF;}
.black {color:#000;}
.noUdl {text-decoration:none;}
.udl {text-decoration:underline;}
.foat-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}
.menu ul, .menu li, .menu {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

#site {
	margin: 0 auto;
	width: 924px;
	font-weight: normal;
}

#header {
	position:relative;
	height: 75px;
}
#logo {
	position:absolute;
	bottom:0;
	left:0;
}

#printlogo {
	display: none;
}

#printnav {
	position:absolute;
	right:-3px;
	top:33px;
}
#printnav img {
	padding:0 2px;
}

#topmenu {
	position:absolute;
	top: 57px;
	right: -3px;
	color:#FFF;
}
#topmenu a {
	color: #fff;
	padding:0 3px;
	text-transform:uppercase;
}
#topmenu a:hover, #topmenu a.active {
	color:#d2d9e0;
}
#topmenu ul li {
	float:left;
}
#bereichsbild {
	border: #fff 10px solid}
	
#container-left {
	padding-top:35px;
	width: 470px;
	float:left;
}
h1#title {
	color:#FFF !important;
	font-size:36px;
	margin:0;
}

#container-right {
	margin-top: 10px;
	padding: 0 15px 0 15px;
	float:right;
	width: 424px;
	background: #d2dae0;
	background:#e9ebed;
}

#container-right ul li{
	list-style: square;
}

#container-right .csc-sitemap ul li {
	list-style:none;
	background: url(../images/sitemap_list.png) 0 2px no-repeat;
	padding-left:13px;
	padding-bottom:4px;
}

.large #container-right {
	width:670px;
}
#content {
	margin:15px 0;
}

#footer {
	padding: 32px 0 10px;
	color: #fff;
	text-align:right;
	clear:both;
}
#footer a {
	color:#FFF;
}

.teamWrap {
	position:relative;
	height:200px;
	margin-bottom:25px;
}
.teamIMG img {
	border:10px solid #FFF;
}
.teamRight {
	position:absolute;
	right:0;
	bottom:0;
	width:505px;
}
.teamDW {
	text-align:right;
	margin-bottom:0px;
	color:#FFF;
	font-size:40px;
	font-family:"Times New Roman", Times, serif;
}
.teamTXTWrap {
	background:#FFF;
	overflow:hidden;
}
.teamTXT {
	margin:15px;
	position:relative;
	font-size:10px;
}
.teamTXT h1 {
	margin-bottom:-12px;
}
.teamTXT .teamMail {
	position:absolute;
	right:0px;
	top:0px;
	margin:0;
}



/* FCE col*/
.colWrap {
	overflow:hidden;
}
* html .colWrap {
	height:1%;
	overflow:visible;
}
.fce2col .colLeftWrap {
	float:left;
	width:50%;
}
.fce2col .colRightWrap {
	float:right;
	width:50%;
}
.colLeftContent {
	padding-right:10px;
}
.colRightContent {
	padding-left:10px;
}


/* typo3 mailform */


#mailform label {
	min-width:110px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
	padding:0;
	margin:0;
}
#mailform legend {
	display:none;
}
#mailform .csc-mailform-label {
	padding:2px 5px;
	border-bottom:2px solid #bdd665;
	font-weight:bold;
	display:block;
	margin:10px 0 5px;
}
#mailform .csc-mailform-submit {
	/*margin-left:110px;*/
	margin-top:7px;
}
#mailform .csc-mailform-radio label {
	float:none;
	display:inline;
	padding-left:7px;
}
#mailform textarea {
	width:410px;
}
#mailform input[type="text"] {
	width:300px;
}

.tx-indexedsearch-searchbox table {
	border-spacing:5px;
}
