html {
	width: 			1000px;
	margin:			0px;
	padding:		0px;
}

body {
	width: 			100%;
	margin: 		0px;
	padding: 		0px;
	font-family: 	Arial, Helvetica, sans-serif;
/*	font-size: 		9pt; */
	font-size: 		12px;
	color: 			#7E8283;
}

td {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		9pt;
	margin:0px;
	padding:0px;
}

img {
	border:			none;
}

.site {
	width: 			1000px;
}

.toplinks {
	height:			25px;
	width:			970px;
	text-align:		right;
	color: 			#676F71;
}

.toplinks a {
	color: 			#676F71;
	text-decoration:none;
}

.left {
	position: 		absolute;
	width:			135px;
	left:			30px;
}

.left .navigation {
	text-transform: uppercase;
}

.left .navigation .itemNormal {
	background-image:url('images/menu_divider_inactive.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:		7px;
	padding-bottom:		7px;
}

.left .navigation .itemNormal a {
	color: 				#949494;
	text-decoration: 	none;
	font-weight: 		bold;
}

.left .navigation .itemActive {
	background-image:url('images/menu_divider_active.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:		7px;
	padding-bottom:		7px;
}

.left .navigation .itemActive a {
	color: 				#00368A;
	text-decoration: 	none;
	font-weight: 		bold;
}

.left .navigation .menu2lvl .itemNormal {
	background:			none;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		15px;
}

.left .navigation .menu2lvl .itemNormal a {
	color: 				#949494;
	text-decoration: 	none;
	font-weight: 		bold;
}

.left .navigation .menu2lvl .itemActive {
	background:			none;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		15px;
}

.left .navigation .menu2lvl .itemActive a {
	color: 				#00368A;
	text-decoration: 	none;
	font-weight: 		bold;
}

.itemActive a {
	color: 				#175CA1;
	text-decoration: 	none;
	font-weight: 		bold;
}

.middle {
	position: 		absolute;
	left: 			185px;
	top:			192px;
/*	width: 			450px; */
/*	width:			525px; */
	width:			510px;
	padding-bottom:	30px;
}

.headline {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #00368A;
}

.logos {
	height: 		60px;
}

.logos .medicteam {
	margin-left: 	30px;	
	margin-right:	30px;
}


.contentHeader {
	position: 		absolute;
	left: 			185px;
/*	overflow:		visible; */
	background-color: #5083BA;
	width: 			786px;
	border-bottom: 	1px solid #165AA3;
}

.right {
	position:		absolute;
	left:			760px;
	width:			210px;
/*	top:			200px; */
	top:			185px;
}

.middle h1 {
	font-size:		14px;
	font-weight:	normal;
	color: 			#00368A;
	text-transform: uppercase;
}

.middle h2 {
	font-size:		13px;
	font-weight:	normal;
	color: 			#00368A;
	text-transform: uppercase;
}

.middle h3 {
	font-size:		12px;
	font-weight:	normal;
	color: 			#00368A;
	text-transform: uppercase;
}

.middle h4 {
	font-size:		12px;
	font-weight:	bold;
	color: 			#00368A;
/*	text-transform: uppercase; */
}

.middle h5 {
	font-size:		12px;
	font-weight:	bold;
	color: 			#00368A;
}


.csc-firstHeader {
	font-size:		13pt;
	color: 			#00368A;
	text-transform: uppercase;
}

fieldset {
	border: none;
}


.csc-mailform-field {
	padding-bottom:	10px;
}

.csc-mailform-field .mf-textarea {
	border: 1px solid #175CA1;
}

.csc-mailform-field .mf-input {
	border: 1px solid #175CA1;
}

.csc-mailform-field .mf-select {
	border: 1px solid #175CA1;
	width: 264px;
}

.csc-mailform-field .mf-select option {
/*	border: 1px solid #175CA1;  */
}

.csc-mailform-field .text  {
	border: 1px solid #175CA1;
}

.tx-medicteam-text-uebersicht-image-teasertext td {
	background-color: white;
	padding-bottom: 5px;
}

.medicteam-textelemente-single-teasertext td {
	background-color: white;
	padding-bottom: 5px;
}

.medicteam-textelemente-single-volltext td {
	background-color: white;
	padding-right:	15px;
	padding-bottom: 7px;
}

.medicteam-textelemente-single-volltext table {
	margin-top: 	15px;
	padding-top: 	15px;
	border-top:	1px solid #CFCFCF;
	margin-bottom: 	15px;
	padding-bottom: 15px;
	border-bottom:	1px solid #CFCFCF;

}

ul {
	list-style-type:disc;
	margin-left: 0px;
	padding-left: 20px;
}

ol {
	margin-left: 0px;
	padding-left: 35px;
}

ul li {
/*	background-color: red; */
	margin-left: 0px;
	padding-left: 0px;
}