/*Allgemeine Styles*/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: url(/fileadmin/style/template/template_1/img/hintergrund.jpg) repeat-x;
	background-position: top;*/
	background: #FFFFFF;
	font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6F6F6F;
}

/*Allgemeine Angaben*/

a img {
 	border:none;
}

/*Content Styles*/


#content p {
	margin: 0px;
	line-height: 20px;
	color: #6F6F6F;
	font-style: normal;
	margin-bottom:20px;
}


#content ul li {
	margin: 0px;
	line-height: 20px;
	color: #6F6F6F;
	font-style: normal;
}


#content ol li {
	margin: 0px;
	line-height: 20px;
	color: #6F6F6F;
	font-style: normal;
}

#content .contenttable {
	padding-bottom: 30px;
}

#content a {
	text-decoration: none;
	text-transform: none;
	color: #003399;
	outline: none;
}

#content a:hover {
	border-bottom: 2px solid #003399;
}

#divider-dotted {
	background-image: url(/fileadmin/style/template/template_1/img/border_dotted.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:5px;
	margin-bottom:10px;
	margin-top:10px;
	
}


#divider-line{
	border-bottom: 1px solid #6F6F6F;
	width:100%;
	height:5px;
	margin-bottom:10px;
	margin-top:10px;
	
}

.csc-textpic-clear {
	margin-bottom:20px;
}

.csc-textpic-imagewrap {
	margin-bottom:20px;
}

.csc-textpic-text {
	margin-bottom:20px;
}

/*Überschriften*/
#content h1 {
	font-size:16px;
	color: #3f3f3f;
	margin:0px;
	margin-top:-5px;
	margin-bottom:20px;
}

#content h2 {
	font-size:14px;
	color: #3f3f3f;
	margin:0px;
	margin-top:-5px;
	margin-bottom:0px;
}

/*Imagecaption*/

.csc-textpic-caption {
	color: #6F6F6F;
	font-style: normal;
	font-size:10px;
	margin-top:5px;
}

/*Styles*/
#wrapper {
}

#header {
}

#header-logo {
	position: absolute;
	left:0px;
	height:120px;
	width:270px;
	background-image:url(/fileadmin/style/template/template_1/img/SPIEGLHOFmedia.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#breadcrumb {
	position:relative;
	left:320px;
	top:108px;
	width:550px;
}

#breadcrumb a {
	color: #6F6F6F;
	text-decoration:none;
}

#main {
	display: block;
	width: 550px;
	margin: 0 0 0 320px;
	padding: 160px 0 50px 0;
}

#content {
	min-height:250px;
}

#left {
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	width: 270px;
	padding: 0;
	text-align:right;
}

* html #left {
	position: absolute;
	top:150px;
}

#container-left{
	margin-top:20px;
}

#footer {
	background-image: url(/fileadmin/style/template/template_1/img/border_dotted.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:10px;
	padding-bottom:0px;
	width:550px;
}

.footerimage {
	float:right;
	margin-top:-30px;
}


/*Navigation*/

#navigation-left a {
	/*color: #6F6F6F;*/
	color: #003399;
	text-decoration: none;
}
/*1. Ebene */

.nav1 {
	padding-bottom:4px;
	padding-top:4px;
}

.nav1 a {
	/*font-size:16px;*/
	font-size:14px;
}

.nav1 a:hover {
	border-bottom: 2px solid #003399;
}

.nav1_act {
	border-bottom: 2px solid #003399;
}

/*2. Ebene*/
#nav2 {
	margin-top:5px;
	margin-bottom:5px;
	/*margin-right:15px;*/
}

.nav2 {
	margin-top:2px;
	margin-bottom:2px;
}

.nav2 a {
	/*font-size:14px;*/
	font-size:12px;
}

.nav2 a:hover {
        border-bottom:2px solid #003399;
}

.nav2_act {
	border-bottom: 2px solid #003399;
}


/*Footermenu*/
#fnav a {
	font-size:14px;
	/*color: #6F6F6F;*/
	color: #003399;
	text-decoration: none;
	margin-right:10px;
}

.fnav1_no a {
}

.fnav1_no a:hover {
	border-bottom: 2px solid #003399;
}

#fnav .fnav1_act a {
	border-bottom: 2px solid #003399;
}