@charset "utf-8";
/* CSS Document */


/* GENERAL FIXING */

html {height:100%;}

body {
	background:url(../_gfx/navigation/header_background.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
}


/* DIVS Positioning */

#wrapper {
	width:975px;
	margin:auto;
	height: 100%;
}

#header {height:134px;}

#logo {
	width:270px;
	height:55px;
	float:left;	
}

#metanavigation {
	float:right;
	margin-top:15px;	
}

#navigation {
	width:454px;
	margin-left:240px;
	clear:both;
	padding-top:12px;
	
}


#body {
	width:975px;
	height: 100%;	
}

#sidenavigation {
	width:178px;
	float:left;
	margin-right:10px;
	margin-top: 11px;
}

#content {
	width:522px;
	min-height: 100%;
	float:left;
	margin-right:10px;
	margin-top: 11px;
	background-color:#e9e9e9;
	padding: 10px 10px 20px 10px;
}

#teaser {
	width:193px;
	margin-top: 11px;
	float:left;
	padding:0 10px 10px 10px;
	background-color:#f8f8f8;
	border:solid #e9e9e9 11px;	
}


/* FONTS - HEADLINE STYLES*/

#content h1 {
	font-size:21px;
	color:#085757;
	line-height:21px;
	margin:18px 0 0 0;
	padding:0 7px 0 11px;
}

#content h2 {
	font-size:16px;
	color:#085757;
	font-weight:normal;
	line-height:18px;
	margin:12px 0 24px 0;
	padding:0 7px 0 11px;
}

#content h3 {
	font-size:12px;
	color:#085757;
	font-weight:bold;
	line-height:14px;
	margin:14px 7px 0 11px;
	padding:0 7px 5px 0;
	text-transform:uppercase;
	border-bottom:solid #085757 1px;
}

#content h4 {
	font-size:12px;
	color:#085757;
	font-weight:bold;
	line-height:14px;
	margin:14px 7px 0 11px;
	padding:0 7px 5px 0;
	text-transform:uppercase;
	border-bottom:solid #085757 1px;
}

#teaser h1 {
	font-size:17px;
	color:#085757;
	line-height:20px;
	margin:22px 0 0 0;
	padding:0 10px 0 0;
}

#teaser h2 {
	font-size:13px;
	color:#085757;
	line-height:17px;
	margin:22px 0 0 0;
	padding:0 10px 0 0;
}

#teaser h3 {
	font-size:11px;
	color:#085757;
	font-weight:normal;
	line-height:12px;
	margin:4px 0 0 0;
	padding:0 10px 0 0;
}
	

	

/* FONTS - PARAGRAPH STYLES */ 

#content p {
	font-size:12px;
	color:#085757;
	line-height:18px;
	margin:12px 7px 0 11px;
	padding:0 0 5px 0;
	clear:both;
/*	border-bottom:solid #085757 1px;*/
}

.sidenavigation p {
	font-weight:normal;
	font-size:12px;
	padding: 0 10px 0 20px;
	margin: 8px 0 0 0;
}
	
#teaser p {
	font-size: 12px;
	color: #085757;
	line-height: 17px;
	margin: 19px 0 0 1px;
/*	border-bottom: solid #085757 1px;*/
}
	


/* LINK STYLES */

:link, :visited {
	font-size:12px;
	color:#085757;
	line-height:18px;
	text-decoration:underline;
	}

:link:hover, :visited:hover, :link:active, visited:active {
	font-size:12px;
	color:#033;
	line-height:18px;
	text-decoration:underline;
	}

.metanav :link, .metanav :visited {
	color:#FFF;
	text-decoration:none;
}

.metanav :link:hover, .metanav :visited:hover, .metanav :link:active, .metanav :visited:active {text-decoration:underline;}

.sidenavigation :link, .sidenavigation :visited  {
	font-size:14px;
	color:#085757;
	text-decoration:none;
	}
	
.sidenavigation :link:hover, .sidenavigation:visited :hover, .sidenavigation :link:active, .sidenavigation :visited:active {text-decoration:underline;}

a.contentlink:link, a.contentlink:visited {
	font-size:24px;
	font-weight: normal;
	color:#085757;
	line-height:18px;
	text-decoration:none;
	/* margin:15px 0 5px 445px; */
	display:block;
	text-align:right;
	}
	
a.contentlink:link:hover, a.contentlink:visited:hover, a.contentlink:link:active, a.contentlink:visited:active {
	font-size:24px;
	font-weight: bold;
	color:#085757;
	line-height:18px;
	text-decoration:none;
	/* margin:15px 0 5px 445px; */
	display:block;
	text-align:right;
	}
	
a.teaserlink:link, a.teaserlink:visited {
	font-size:16px;
	font-weight: normal;
	color:#085757;
	line-height:18px;
	text-decoration:none;
	/* margin:15px 0 0 145px; */
	padding-top:15px;
	display:block;
	text-align:right;
	}
	
a.teaserlink:link:hover, a.teaserlink:visited:hover, a.teaserlink:link:active, a.teaserlink:visited:active {
	font-size:16px;
	font-weight: bold;
	color:#085757;
	line-height:18px;
	text-decoration:none;
	/* margin:15px 0 0 145px; */
	padding-top:15px;
	display:block;
	text-align:right;
	}

/* IMAGE STYLES */

#content p>img {
	margin-right:20px;
	/* float:left; */
	}
	
#teaser img {
	margin-top:10px;
	}


/* LIST STYLES */

#content ul {
	font-size:12px;
	color:#085757;
	line-height:17px;
	margin:5px 1px 0 30px;
	padding:0 0 5px 0;
	list-style:square;}


#content li {margin:0 0 15px 0;}
	
.liste ul {
	list-style-type: square;
	list-style-image: url(../_gfx/navigation/square.gif);
	/* padding-left: 40px; */
}

.liste li {margin:0 0 15px 0;}

.listeGross ul {
	list-style-type: square;
	list-style-image: url(../_gfx/navigation/square.gif);
	font-size:16px;
	/* padding-left: 40px; */
}

.listeGross li {margin:0 0 25px 0;}

ul.metanav, .metanav ul, ul.mmHide_hauptnav, .mmHide_hauptnav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.metanav, ul.mmHide_hauptnav{
	display: table;
}
ul.metanav>li{
	display: table-cell;
	position: relative;
	padding: 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

ul.mmHide_hauptnav>li{
	display: table-cell;
	position: relative;
	padding: 0px 2px;
}


/* CLASSES */

.sidenavigation {
	font-size:14px;
	color:#085757;
	width:138px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 5px;
	background:url(../_gfx/navigation/navi_bg.gif) 0px 12px no-repeat #e9e9e9;
}

.sidenavigationcategory {
	font-size:14px;
	color:#085757;
	width:158px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	background-color:#e9e9e9;
}


/* CONTRIBUTE OVERRIDE STYLES (ALWAYS THE LAST TO COME) */

.left {float:left!important}
