/*
* ethority 2009
*
* @author Daniel Lange <mail@lange-daniel.de>
* @copyright ethority GmbH & Co. KG
* @version 3.0
*
*/


/* Basics Anfang */
html{
	height: 100%;
}
body{
	width:  100%;
	height:  100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #6e607d;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:  center;
	background-color: #ffffff;
}
a{
	color: #6e607d;	
}
a:hover{
	cursor: pointer;
}
a img{
	border: none;
}
#bg_verlauf{
	width: 100%;
	min-height: 122px;
	_height: 122px;
	background: url(../assets/images_html/bg_verlauf.gif) repeat-x;
	background-color: #ffffff;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.center{
	width: 902px;
	margin: 0 auto;
	text-align: left;
}
#container{
	min-height: 100%;
	_height: 100%;
	margin-bottom: 33px;
	float: left;
	width: 100%;
}
/* Basics Ende */

/* Layouts Anfang */

#leftCol { width:228px; float:left }

#leftCol .col1,#leftCol .col2,#leftCol .col3{ width: 228px; float: left; }

#midCol { width:438px; float:left; margin-left: 4px; }

#midCol .col1,#midCol .col2,#midCol .col3{ float: left; width:438px;  }

#rightCol { width:228px; float:left; margin-left: 4px; }

#rightCol .col1,#rightCol .col2,#rightCol .col3{ width: 228px; float: left; }

#rightCol .content, #leftCol .content { width:212px }

#midCol .content { width:422px; }

#midCol .content a { text-decoration:none; }

#contactinfo h4 { margin:0; padding:0; font-weight:bold; font-size:11px; }

#contactinfo img { border:1px solid #CCC }

.blog_pubDate { color:#f79912 }

.one_col_b, .two_cols_bs, .two_cols_mm, .three_cols_s{
	width: 902px;
	float: left;
}

.three_cols_sms{
	clear:both;	
}

/* 1-Spalten Layout (Big) */
.one_col_b .col1{
	width: 902px;
	float: left;
}
.one_col_b .col1 .box .middle .content{
	width: 886px;
}
/* 2-Spalten Layout (Big / Small) */
.two_cols_bs .col1{
	width: 600px;
	float: left;
}
.two_cols_bs .col1 .box .middle .content{
	width: 584px;
}
.two_cols_bs .col2{
	width: 298px;
	float: right;
}
.two_cols_bs .col2 .box .middle .content{
	width: 282px;
}

/* 2-Spalten Layout (Medium / Medium */
.two_cols_mm .col1{
	width: 449px;
	float: left;
}
.two_cols_mm .col2{
	width: 449px;
	float: right;
}
.two_cols_mm .box .middle .content{
	width: 433px;
}

/* 3-Spalten Layout (Small / Small / Small) */
.three_cols_sms .col1{
	width: 228px;
	float: left;
}
.three_cols_sms .col2{
	width: 438px;
	float: left;
	margin-left: 4px;
}
.three_cols_sms .col3{
	width: 228px;
	float: left;
	margin-left: 4px;
}
.three_cols_sms .col1 .box .middle .content{
	width: 212px;
}
.three_cols_sms .col2 .box .middle .content{
	width: 422px;
}
.three_cols_sms .col3 .box .middle .content{
	width: 212px;
}

/* 3-Spalten Layout (Small / Small / Small) */
.three_cols_s .col1{
	width: 298px;
	float: left;
}
.three_cols_s .col2, .three_cols_s .col3{
	width: 298px;
	float: left;
	margin-left: 4px;
}
.three_cols_s .box .middle .content{
	width: 282px;
}

/* Layouts Ende */

/* Boxen Anfang */
.box{
	width: 100%;
	float: left;
	padding-bottom: 7px;
}
.box .left_border{
	width: 100%;
	float: left;
	background: url(../assets/images_html/box_content_left_border.gif) repeat-y left top;
}
.box .right_border{
	width: 100%;
	float: left;
	background: url(../assets/images_html/box_content_right_border.gif) repeat-y right top;
}
.box .top{
	width: 100%;
	height: 39px;
	float: left;
	background: url(../assets/images_html/box_top_center.gif) repeat-x left top;
}
.box .top span{
	font-weight: bold;
	color: #6e607d;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 13px;
	float: left;
}
.box .top .left_corner{
	height: 39px;
	float: left;
	width: 100%;
	background: url(../assets/images_html/box_top_left_corner.gif) no-repeat left top;
}
.box .top .right_corner{
	height: 39px;
	width: 100%;
	float: left;
	background: url(../assets/images_html/box_top_right_corner.gif) no-repeat right top;	
}
.box .top .center{
	width: 100%;
	float: left;
	height: 39px;
}
.box .middle{
	width: 100%;
	float: left;
	overflow: hidden;
}
.box .middle .content{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 8px;
	_margin-left: 4px;
	_font-size: 12px;
}
.box .bottom{
	width: 100%;
	height: 36px;
	float: left;
	background: url(../assets/images_html/box_bottom_center.gif) repeat-x left top;
}
.box .bottom .left_corner{
	width: 100%;
	height: 36px;
	float: left;
	background: url(../assets/images_html/box_bottom_left_corner.gif) no-repeat left top;
}
.box .bottom .right_corner{
	width: 100%;
	height: 36px;
	float: left;
	background: url(../assets/images_html/box_bottom_right_corner.gif) no-repeat right top;	
}
.box .bottom .more{
	float: right;
	width: 95px;
	height: 30px;
	margin-right: 8px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../assets/images_html/box_bottom_more_button.gif) no-repeat right top;
	display: block;
}
.box .bottom .more span{
	float: left;
	margin-top: 7px;
	margin-left: 15px;
}
/* Boxen Ende */

/* Text Formatierungen Anfang */
h1, h2, h3, h4{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 12px;
	font-weight: bold;
	color: #6e607d;
}
h1{
	font-size: 18px;	
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}
/* Text Formatierungen Ende */

/* Sitemap Anfang */
#sitemap .inner{
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}
#sitemap ul{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-left: 20px;
	list-style: none;
	margin-top: 20px;
	_width: 150px;
}
#sitemap ul.first{
	margin-left: 60px;
	_margin-left: 10px;
	_width: 130px;
}
#sitemap ul ul{
	width: 100%;
	margin-top: 0;
	clear: both;
}
#sitemap ul li{
	clear: both;
	text-align: left;
	font-size: 14px;
	float: left;
	_width: 150px;
}
#sitemap ul ul li{
	font-size: 12px;
	margin-bottom: 1px;
	background: url(../assets/images_html/ulli.gif) no-repeat left top;
}
#sitemap ul ul ul li{
	font-size: 12px;
}
#sitemap ul li a{
	text-decoration: none;
	margin-bottom: 11px;
	float: left;
}
#sitemap ul ul li a{
	margin-bottom: 0;
	margin-left: 10px;
}
#sitemap .sitemap_seperator{
	float: left;
	width: 50px;
	margin-left: 20px;
	background: url(../assets/images_html/sitemap_trenner.gif) repeat-y center top;
	height: 20px;
	_width: 30px;
}
/* Sitemap Ende */

/* Topline Anfang */
#topline{
	width: 100%;
	height: 35px;
	background: url(../assets/images_html/topbar_bg.gif) repeat-x left top;
	float: left;
}
#topline #sitemap{
	width: 100%;
	background-color: #ffffff;
	float: left;
}
#topline #main_top{
	width: 100%;
	height: 28px;
	margin-top: 7px;
	float: left;
}
#topline #main_top div.left{
	height: 22px;
	margin-top: 6px;
	float: left;
	text-align: left;
}
#topline #main_top div.right{
	height: 22px;
	float: right;
	text-align: left;
	position: absolute;
	right: 0;
}
#topline #main_top div.right div.seperator{
	height: 28px;
	width: 16px;
	background: url(../assets/images_html/top_bar_seperator.gif) no-repeat center center;
	float: right;
}
#topline #main_top a.searchbutton{
	float: right;
	margin-top: 4px;
}
#topline #main_top input.search{
	float: right;
	border: 1px solid #d8d8d8;
	background-color: #ececec;
	font-size: 11px;
	color: #6e607d;
	width: 118px;
	height: 15px;
	margin-top: 4px;
	margin-right: 2px;
	padding-top: 2px;
	padding-left: 4px;
}
#topline #main_top div.left a.button{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_center_bg.gif) repeat-x left top;
	font-size: 13px;
	font-family: HelvecticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 2px;
}
#topline #main_top div.left a.button_a{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_center_bg_a.gif) repeat-x left top;
	font-size: 13px;
	font-family: HelvecticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 2px;
}

#topline #main_top div.left a.button span.left{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_left_bg.gif) no-repeat left top;
	width: 15px;
	float: left;
}
#topline #main_top div.left a.button_a span.left{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_left_bg_a.gif) no-repeat left top;
	width: 15px;
	float: left;
}
#topline #main_top div.left a.button span.center,#topline #main_top div.left a.button_a span.center{
	float: left;
	height: 16px;
	margin-top: 4px;
}
#topline #main_top div.left a.button span.right{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_right_bg.gif) no-repeat right top;
	width: 15px;
	float: left;
}
#topline #main_top div.left a.button_a span.right{
	height: 22px;
	background: url(../assets/images_html/bt_topbar_right_bg_a.gif) no-repeat right top;
	width: 15px;
	float: left;
}
#topline #main_top div.right a.sitemap_button{
	float: right;
	margin-right: 4px;
}
#topline #main_top div.right div.seperator{
	float: right;
}
#topline #main_top div.right a.language{
	float: right;
	margin-left: 4px;
	margin-top: 8px;
}

#topline #main_top div.right div#languageswitch{
	float: right;
}
/* Topline Ende */

/* Header Anfang */
#header #logo{
	width: 902px;
	float: left;
}
#header #navi{
	width: 902px;
	height: 38px;
	background: url(../assets/images_html/navi_bg.gif) no-repeat left top;
	padding-left: 17px;
	margin-bottom: 5px;
	float: left;
}
#header_media{
	width: 100%;
	height: 240px;
	text-align: center;
	float: left;
	background: url(../assets/images_html/dummy_header.jpg) no-repeat center top;
}
/* Header Ende */

/* Content Area Anfang */
#content_area{
	width: 902px;
	margin: 0 auto;
	text-align: left;
}
#content_margin{
	float: left;
	width: 902px;
}
/* Content Area Ende */

/* Footer Anfang */
#footer{
	height: 33px;
	width: 100%;
	background: url(../assets/images_html/footer_bg.gif) repeat-x left bottom;
	text-align: center;
	float: left;
	position: relative;
	margin-top: -33px;
}
#footer .footer_content{
	padding-top: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #838383;
}
/* Footer Ende */

/* Dropdown Stuff Anfang */
#menuh
	{
	font-family: HelvecticaNeue, Helvetica, Arial, Verdana, sans-serif;
	width:868px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-family: HelvecticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 21px;
	padding-top: 9px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	text-decoration:none;
	}	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 1px;
	_width: 8em;
	}
#menuh ul ul{
	width: 18em;
}
#menuh ul.right{
	float: right;
	margin-right: 6px;
}
#menuh ul.right ul{
	width: 11.5em;
}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	height: 35px;
	}
#menuh ul li{
	border-right: #dddddd 1px solid;
}
#menuh ul.right li{
	border-right: none;
	border-left: #dddddd 1px solid;
}
#menuh ul ul li{
	background-color: #ffffff;	
	border-top: none;
	border: #eeeeee 1px solid;
}
#menuh ul.right ul li{
	background-color: #ffffff;	
	border-top: none;
	border: #eeeeee 1px solid;
}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin-top: -6px;
	margin-left: -12px;
	_margin-left: -17px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	margin-top: -12px;
	margin-left: -10px;
	_margin-top: -17px;
	_margin-left: -15px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/*  Dropdown Stuff Ende */

/* special content boxes */

#sociallinks a { text-decoration:none; }

#sociallinks p { margin:0 0 5px 0; padding:0 0 5px 0; vertical-align:middle; border-bottom:#EEE 1px solid }

#sociallinks { font-weight:bold; font-size:12px }

#sociallinks p img { display:inline; vertical-align:middle; margin:0 5px 0 0;  }

#weread a { text-decoration:none; }

#weread p { margin:0 0 5px 0; padding:0 0 5px 0; vertical-align:middle; border-bottom:#EEE 1px solid }

#weread { font-weight:bold; font-size:12px }

#weread p img { display:inline; vertical-align:middle; margin:0 5px 0 0;  }

#flickrcontent { text-align:center }

#twitterstream {  }

.weblogContent p { border-bottom:1px solid #CCC; background:#FFF; padding-bottom:10px}

#youtubething { margin:0 0 0 3px }

.more { font-weight:bold }

#slideshare { text-align:center }

#aboutethority { font-size:11px; font-weight:normal }

/* special content boxes end */
