* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #bdbdbd url(img/background.gif) repeat-y center;
}

/*Seitenparameter*/

#main {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	color: #838383;
	font: 13px/20px 'Lucida Grande', 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
}

/*Headslogan dimensionieren*/

#headslogan {
	width: 100%;
	height: 100px;
}

/*Headimage dimensionieren*/

#headimage {
	width: 100%;
	height: 180px;
	position: relative;
}

#keyvisual {
	width: 750px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#infobox {
	width: 249px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 750px;
	background-color: #ebebeb;
	border-left: 1px solid #f74000;
}

#infobox h1 {
	font-size: 15px;
	color: #f74000;
	padding-top: 4px;
	padding-botton: -2px;
	padding-left: 10px;
}

#infobox h1 a {
	color: #f74000;
	text-decoration: none;
}

#infobox p {
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
	padding-botton: 0px;
	padding-left: 10px;
}

/*Hauptspalte dimensionieren*/

#leftcolumn {
	width: 750px;
	float: left;
}

/*Hauptmenu*/

.menu {
 	float: left;
 	margin-right: -1px;
 	width: 147px;
 	height: 26px;
 	border: 1px solid #dedede;
 	text-align: center;
 	display: block;
 	margin-top: 10px;
 	margin-bottom: 20px;
 	padding-top: 5px;
 	font-size: 14px;
 	font-weight: bold;
 	background: #bdbdbd url(img/menu.png) repeat-x;
 	/*text-shadow: #7d7d7d 1px 1px 0;*/
}

.menu a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #ffffff;
  	text-decoration: none;
  	/*text-shadow: #7d7d7d 1px 1px 0;*/
}

.menu a:hover {
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: #bdbdbd url(img/menuhover.png) repeat-x;
}

.menuactive {
  	float: left;
  	margin-right: -1px;
  	width: 147px;
  	height: 26px;
  	border: 1px solid #dedede;
  	text-align: center;
  	display: block;
  	margin-top: 10px;
  	margin-bottom: 20px;
  	padding-top: 5px;
  	font-size: 14px;
  	font-weight: bold;
  	background-color: #f74000;
  	background: #bdbdbd url(img/menuactive.png) repeat-x;
}

.menuactive a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #ffffff;
  	text-decoration: none;
}

/*Submenu Level 1*/

#subnavigation {
	margin-top: 0px;
	margin-bottom: 10px;
}

.sub1menu {
  	margin-top: -1px;
  	width: 230px;
  	/*min-height: 30px;*/
  	border-top: 1px solid #dedede;
  	text-align: left;
  	display: block;
  	font-size: 16px;
  	font-weight: bold;
	padding: 8px 10px;
}

.sub1menu a {
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-decoration: none;
  	/*color: #838383;*/
  	color: #f74000;
}

.sub1menu a:hover {
	display: block;
  	width: 240px;
  	height: 100%;
  	color: #f74000;
  	margin-left: -10px;
  	margin-right: 0px;
  	padding-left: 10px;
}

.sub1menuactive {
  	margin-top: -1px;
  	width: 230px;
  	/*min-height: 30px;*/
  	border-top: 1px solid #dedede;
  	text-align: left;
  	display: block;
  	font-size: 16px;
  	font-weight: bold;
	padding: 8px 10px;
}

.sub1menuactive a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #f74000;
  	text-decoration: none;
}

/*Submenu Level 2*/

.sub2menu {
  	margin-top: -1px;
  	width: 220px;
  	/*min-height: 30px;*/
  	text-align: left;
  	display: block;
  	font-size: 12px;
  	font-weight: bold;
	padding: 3px 10px;
}

.sub2menu a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #838383;
  	text-decoration: none;
}

.sub2menu a:hover {
	display: block;
  	width: 230px;
  	height: 100%;
  	color: #f74000;
  	margin-left: -20px;
  	margin-right: 0px;
  	padding-left: 20px;
}

.sub2menuactive {
  	margin-top: -1px;
  	width: 220px;
  	/*min-height: 30px;*/
  	text-align: left;
  	display: block;
  	font-size: 12px;
  	font-weight: bold;
	padding: 3px 10px;
}

.sub2menuactive a {
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #f74000;
  	text-decoration: none;
}

/*Submenu Level 3*/

.sub3menu {
  	margin-top: -1px;
  	width: 210px;
  	/*min-height: 20px;*/
  	text-align: left;
  	display: block;
  	padding-left: 20px;
  	padding-right: 10px;
  	font-size: 12px;
  	font-weight: bold;
}

.sub3menu a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #838383;
  	text-decoration: none;
}

.sub3menu a:hover {
	display: block;
  	width: 220px;
  	height: 100%;
  	color: #f74000;
  	margin-left: -30px;
  	margin-right: 0px;
  	padding-left: 30px;
}

.sub3menuactive {
  	margin-top: -1px;
  	width: 210px;
  	/*min-height: 20px;*/
  	text-align: left;
  	display: block;
  	padding-left: 20px;
  	padding-right: 10px;
  	font-size: 12px;
  	font-weight: bold;
}

.sub3menuactive a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	color: #f74000;
  	text-decoration: none;
}

/*Introtext*/

#introtext {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#introtext h1 {
	font-size: 16px;
	color: #f74000;
}

#introtext a {
	color: #f74000;
	text-decoration: underline;
}


/*Formatierung Rahmenbox grau*/

#doctores {
	border: 1px solid #dedede;
	padding: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#doctores h1 {
	padding: 0px;
	padding-left: 2px;
	margin-top: -3px;
	margin-bottom: -3px;
	font-size: 12px;
	color: #f74000;
}

#doctores h1 a{
	color: #f74000;
}

#doctores p {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 12px;
	padding-left: 10px;
}

/* #doctores a {
	color: #838383;
	text-decoration: underline;
}*/

/*Aktuelles*/



#aktuell {
	border: 1px solid #dedede;
	padding: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#aktuell h1 {
	padding: 0px;
	padding-left: 2px;
	margin-top: -3px;
	margin-bottom: -3px;
	font-size: 12px;
	color: #f74000;
}

#aktuell h1 a{
	color: #f74000;
}

#aktuell p {
	padding: 0px;
	margin-bottom: 5px;
	/*font-size: 11px;*/
	line-height: 18px;
	padding-left: 2px;
}

#aktuell a {
	color: #838383;
	text-decoration: underline;
}


/*Formatierung rechte Spalte*/

#rightcolumn {
	width: 250px;
	float: right;
}

/*Hauptinhalt*/

#content {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#content h1 {
	font-size: 16px;
	color: #f74000;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content p {
	margin-bottom: 15px;
	padding-left: 15px;
}

#content a {
	color: #f74000;
	text-decoration: none;
}

#content .bodytext a:before {
	content:"\00BB\00A0";
}

#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	/*margin-left: 0px;*/
	
}

#content li {
	/*margin-left: 15px;*/
	word-spacing: 3px;
	padding-left: 5px;
	list-style-type: square;
	margin-left: 38px;
}

/*#content .csc-default li {
	margin-left: 30px;
}*/



#content .csc-textpic-caption {
	color: #f74000;
	font-size: 12px;
}

#content .csc-textpic-imagewrap {
	padding-left: 15px;
}

#mmswf4c2db9cec9684 {
	padding-left: 15px;
	padding-bottom: 25px;
}

#mmswf4c2db9cecc563 {
	padding-left: 15px;
	padding-bottom: 25px;
}

#mmswf4c2db9cecf443 {
	padding-left: 15px;
	padding-bottom: 25px;
}

/*Definition Zweispalten-Container*/

#zweispalten {
	display: block;
	width: 740px;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	position: relative;
	clear: both;
}

#zweispalten:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#zweilinks {
	display: block;
	float: left;
	width: 360px;
	min-width: 360px;
	max-width: 360px;
	overflow: hidden;
	padding: 0px 20px 0px 0px;
}

#zweirechts {
	display: block;
	float: right;
	width: 360px;
	min-width: 360px;
	max-width: 360px;
}

#zweiclear {
	width: 740px;
	height: 0px;
	clear: both;
	display: block;
}

/*Ausrichtung drei Affen*/

#apelogo {
	margin-top: 50px;
}

/*Footer*/

#footer {
	width: 1000px;
	clear: both;
	text-align: center;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #838383;
}

#footer a:hover {
	color: #f74000;
}

/* Relaunch Box rechts*/
.uniinfobox {
	width: 230px;
	height: 290px;
	margin-top: 5px;
	/* background-color: #d6fdeb; */
	
}

.uniinfo1sym {
	float: left;
	width: 30px;
	height: 39px;
}

.uniinfo1txt {
	float: left;
	width: 180px;
	height: 39px;
	color: #f74000;
	font: 13px/15px 'Lucida Grande', 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-left: 10px;
}

.uniinfo2sym {
	float: left;
	width: 30px;
	height: 40px;
}

.uniinfo2txt {
	float: left;
	width: 180px;
	height: 32px;
	color: #f74000;
	font: 13px/13px 'Lucida Grande', 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	margin-top: 8px;
	margin-left: 10px;
}

.uniinfo2txt a {
	text-decoration: none;
	color: #f74000;
}

.uniinfo3sym {
	float: left;
	width: 30px;
	height: 30px;
}

.uniinfo3txt {
	float: left;
	width: 180px;
	height: 40px;
	color: #f74000;
	font: 13px/13px 'Lucida Grande', 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	margin-top: 8px;
	margin-left: 10px;
}

.uniinfotable {
	float: left;
	font: 13px/13px 'Lucida Grande', 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	margin-top: -15px;
	margin-left: -3px;
	color: #838383;
}

.uniinfotable tr {
	height: 20px;
}
