@import url("/se_data/global/css/menu_horizontal.css");
@import url("vorlagen.css");


#body {
	background: #b3c9dc;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 955px;
	background: #fff;
	margin: auto;
	position: relative;
	z-index: 1;
}

#columnLeft {
	width: 755px;
	float: left;
}

#columnRight {
	width: 200px;
	float: left;
	overflow: hidden;
}

#columnRight #kliniken {
	width: 200px;
	float: right;
	margin: 10px 0px 25px 0px;
}

#header {
	width: 755px;
	height: 68px;
	position: relative;
	z-index: 1;
}

#header .logo {
	width: 143px;
	position: absolute;
	top: 10px;
	left: 15px;
	z.index: 2;
}

#header .logo img {
	width: 143px;
}

/*Das Menü wird aus der menu_horizontal inkludiert und hier nur angepasst*/

.Menu {
	border-left: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: 200px;
	z-index: 100;
}

.Menu ul li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.Menu ul li a {
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	display: block;
	padding: 5px 15px;
}

.Menu ul li a:hover,
.Menu ul li.on a,
.Menu ul li.hover a {
	background: #7D8889;
	color: #fff;
}

.Menu ul li ul {
	background: #7D8889;
	width: 280px;
}

.Menu ul li ul li {
	border: none;
}

.Menu ul li ul li a {
	border-top: 1px solid #fff;
	color: #fff;
}

.Menu ul li ul li a:hover {
	background: #fff;
	color: #333;
}

/* EMOTION - BILDER */

#emotion {
	width: 740px;
	margin: 0px 0px 0px 15px;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
}

#emotion .left {
	background: url(/gfx/bg.gif) no-repeat;
	float: left;
	width: 178px;
	height: 105px;
	padding: 25px 0px 0px 0px;
	text-align: center;
}

#emotion .right {
	float: right;
	width: 547px;
	margin: 0px 15px 0px 0px;
	overflow: hidden;
}

#main {
	width: 725px;
	padding: 15px;
	overflow: hidden;
}

/* UNTERNAVIGATION */

.subNav ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.subNav ul li a {
	display: block;
	width: 181px;
	padding: 6px 0px;
	color: #333;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

.subNav ul li a:hover,
.subNav ul li.on a {
	color: #0066cc;
}

.subNav ul li ul {
	margin: 0px 0px 4px 10px;
}

.subNav ul li ul li a,
.subNav ul li ul li.off a {
	display: block;
	width: 171px;
	padding: 3px 0px;
	color: #333;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
}

.subNav ul li ul li a:hover,
.subNav ul li ul li.on a {
	color: #0066cc;
}

.subNav ul li ul li ul {
	margin: 0px 0px 4px 10px;
}

.subNav ul li ul li ul li a,
.subNav ul li ul li ul li.off a {
	display: block;
	width: 171px;
	padding: 3px 0px;
	color: #333;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
}

.subNav ul li ul li ul li a:hover,
.subNav ul li ul li ul li.on a {
	color: #0066cc;
}

/* BOXEN IN DER SIDEBAR */

#sidebar {
	width: 181px;
	float: left;
	margin: 0px 0px 110px 0px;
}

#sidebar .box,
#columnRight .box {
	width: 181px;
	margin: 0px 0px 15px 0px;
}

.grey {
	background: #aebdbf url(/gfx/box_ecke.gif) no-repeat;
}

.blue {
	background: #0066cc url(/gfx/box_ecke02.gif) no-repeat;
	color: #fff;
}

.orange {
	background: #EE980B url(/gfx/box_ecke03.gif) no-repeat;
	color: #fff;
}

.film {
	margin-left: 15px;
}

#sidebar .box .boxHeader,
#columnRight .box .boxHeader {
	width: 171px;
	color: #fff;
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	padding: 17px 0px 17px 10px;
}

#sidebar .box .boxContent,
#columnRight .box .boxContent {
	width: 161px;
	padding: 10px;
}

#sidebar .box .boxContent a,
#columnRight .box .boxContent a {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
	text-align: right;
	font-weight: bold;
}


#sidebar .box .boxContent a:hover,
#columnRight .box .boxContent a:hover {
	text-decoration: underline;
}

#sidebar .box .boxContent ul,
#columnRight .box .boxContent ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#sidebar .box .boxContent ul li,
#columnRight .box .boxContent ul li {
	list-style-type: square;
}

#sidebar .box .boxContent ul li a,
#columnRight .box .boxContent ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
}

#sidebar .box .boxContent ul li a:hover,
#columnRight .box .boxContent ul li a:hover {
	text-decoration: underline;
}

#sidebar .box .boxContent .input,
#columnRight .box .boxContent .input {
	width: 90px;
	font-size: 12px;
	margin: 0px 5px 0px 0px;
}

#sidebar .box .boxContent .submit,
#columnRight .box .boxContent .submit {
	font-size: 12px;
}

/* INHALTSBEREICH */

#content {
	width: 529px;
	float: left;
	margin: 0px 0px 0px 15px;
	overflow: hidden;
}

#content a {
	color: #0066CC;
	text-decoration: underline;
}

#content a:hover {
	color: #0066CC;
	text-decoration: underline;
}


/* FOOTER */

#footer {
	background: #c9d0d1;
	width: 927px;
	font-size: 12px;
	color: #fff;
	padding: 4px 13px 4px 15px;
	position: relative;
}

#footer .baum {
	width: 150px;
	height: 110px;
	position: absolute;
	left: 15px;
	bottom: 30px;
	z-index: 100;
}


#footer .copyright {
	float: left;
}

#footer .autor {
	float: left;
	margin: 0px 0px 0px 100px;
}

#footer .autor a {
	color: #E5EAEA;
	text-decoration: none;
}

#footer .autor a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .footerNav {
	float: right;
}

#footer .footerNav a {
	color: #153076;
	text-decoration: none;
	margin: 0px 2px 0px 5px;
	padding: 0px 0px 0px 15px;
	line-height: 13px;
}

#footer .footerNav a.imprint {
	background: url(/gfx/symbol1.gif) no-repeat left center;
}

#footer .footerNav a.print {
	background: url(/gfx/symbol2.gif) no-repeat left center;
}

#footer .footerNav a.contact {
	background: url(/gfx/symbol3.gif) no-repeat left center;
}

#footer .footerNav a:hover {
	text-decoration: underline;
}






