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


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

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

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





/* EMOTION - BILDER */

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

#logo2 {
	position: absolute;
	bottom: 25px;
}


#main {
	width: 925px;
	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: #000;
	font-size: 16px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

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

.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: #000;
	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: #EE980B;
}

/* 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_ecke04.gif) no-repeat;
	color: #fff;
}

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

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

#sidebar .box .boxContent a,
#columnRight .box .boxContent a {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
	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: 670px;
	float: left;
	margin: 0px 0px 0px 15px;
	overflow: hidden;
}

#content a {
	color: #2D588E;
	text-decoration: underline;
}

#content a:hover {
	color: #2D588E;
	text-decoration: underline;
}





/* FOOTER */

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

#footer .logo {
	width: 166px;
	height: 46px;
	position: absolute;
	left: 15px;
	bottom: 45px;
	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;
}



#SecureBar {
	/* display: none; */
	visibility: visible;
}


