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

* {
	margin:0;
	padding:0;
	}
	
body {
	background:#e3eaee url(../images_system/upper_bg.gif) repeat-x top center;
	font-family:Myriad, "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
.wrapper {
	width:988px;
	margin:auto;
	overflow:hidden;
	position: relative;
	}
	
.header {
	background:url(../images_system/header_bg.gif) no-repeat;
	height:150px;
	}
	.logo {
		float:left;
		padding:51px 0 10px 51px;
		}
	.header_right {
		width:550px;
		padding:0 30px 0 0px;
		float:right;
		}
	
	
	
/* Suche ++++++++++++++++++++++++++++++++++++++++++ */

#suche {
	text-align:right;
	margin:57px 0px 5px 0;
	}

#suche_wrapper {
	background:#F0F4F6 none repeat scroll 0 0;
	border:3px solid #DAE7EB;
	height:17px;
	margin:0 0 0 auto;
	padding:0 5px 4px 2px;
	vertical-align:top;
	width:182px;
	}

.inputfield {
	width:150px;
	height:15px;
	font-size:11px;
	line-height:11px;
	border:none;
	background:#f0f4f6;
	position:relative;
	top:-4px;
	padding:0 5px;
	outline: none;
	}
/*	*html .inputfield {
	width:223px;
	height:13px;
	font-size:11px;
	line-height:11px;
	border:none;
	background:#e5e6de;
	margin:0 5px;
	position: relative;
	top: -2px;
	}
	*+html .inputfield {
	width:223px;
	height:13px;
	font-size:11px;
	line-height:11px;
	border:none;
	background:#e5e6de;
	margin:0 5px;
	z-index:1000;
	}*/

.searchbutton {
	position:relative;
	margin-top:3px;}	


/* horizontal navi //////////// */

.h_nav {
	border-top:6px solid #DAE7EB;
	float:right;
	margin:3px 0px 0 0;
	text-align:right;
	width:550px;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	}
.h_nav ul {
	}
.h_nav li {
	display:inline;
	list-style:none;
	}
.h_nav li a {
	padding:0 0px 0 30px;
	color:#999;
	text-decoration:none;
	}
.h_nav li a:hover, .h_nav li a .inactive {
	color:#000;
	}


/* kopfbild //////////////////// */

.kopfbild_mask {
	background:url(../images_system/kopfbild_maske.gif) no-repeat;
	height:262px;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 20;
	width: 1000px;
	}
	.kopfbild {
		height:262px;
		}
	
	
	
/* Lower container ///////////// */

.lower_container_outer {
	width:988px;
	overflow:hidden;
	background:url(../images_system/content_bg.gif) repeat-y;	
	}
	
.lower_container_inner {
	min-height:400px;
	background:url(../images_system/content_header.gif) no-repeat;
	width:988px;
	overflow:hidden;
	}
	
.container_footer {
	height:38px;
	background:url(../images_system/content_footer.gif) no-repeat;
	}

.container_tweet_footer {
	height:238px;
	background:url(../images_system/upper_bg.gif) repeat-x 0px 40px;
	}
.container_tweet_footer .container_footer {
width:988px; margin:auto;
padding:50px 0 0 0}

	
.col_left {
	width:199px;
	float:left;	
	padding:18px 0 0 22px;
	}
.col_right {
	width:199px;
	float:right;
	padding:18px 24px 0 0;
	}
	
.col_left h2, .col_right h2 {
	color:#e3ecef;
	font-size:14px;
	background:#82a4b2;
	padding:14px 0 15px 8px;
	border-bottom:1px solid #fff;	
	}
	.col_right h2 {
		margin:0px 0 0 0;
		background:#82a4b2 url(../images_system/col_right_bg.gif) no-repeat 180px 0px;
		}
.col_left ul, .col_right ul {
	list-style:none;
	}	
	
.col_left li a, .col_right li a {
	background-image:url(../images_system/nav_bull.gif); 
	background-repeat:no-repeat;
	background-position: 3px 5px;
	padding:3px 0 3px 20px;
	font-size:12px;
	lin-height:16px;
	display:block;
	color:#2d2d2d;
	text-decoration:none;
	border-bottom:1px solid #fff;
	}
	.col_left li a {
		background-image:url(../images_system/nav_bull.gif);
		background-repeat: no-repeat;
		background-position: 3px 9px;
		padding:7px 0 7px 20px;
		}	
.col_left li a:hover, .col_right li a:hover, .col_left li a.inactive, .col_right li a.inactive {	
		background-color:#cedae1;	
		}
	
/* Content /////////////////// */

.content {
	color:#53534F;
	font-size:12px;
	line-height:16px;
	width:500px;
	float:left;
	padding:24px 20px 20px;
	}

.content h1 {
	color:#688b99;
	font-size:18px;
	line-height:20px;
	margin:10px 0 10px 0;
	padding:20px 0 5px 0;
	border-bottom:1px solid #E4EBEF;
	}
	.grey {
		color:#766f65;
		}

.content h2 {
	color:.777;
	font-size:16px;
	margin:0;
	padding:5px 0 5px 0; }
.content h3 {
	/*color:#154c75;*/
	font-size:14px;
	margin:0;
	padding:15px 0 0 0; }

.content p {
	color:#53534F;
	font-size:12px;padding:5px 0 5px 0;}

.content ul {
	margin:0 0 0 5px;
	padding:5px 0;
	list-style:none;
	}

.content ul li {
	background-image:url(../images_system/nav_bull.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:0 0 0 17px;
	}

.content a {
	color:#82a4b2;
	font-weight:bold;
	text-decoration:underline;
	}
.content img {
	margin:10px 0 10px 0;
	border:none;}

.content a.mehr_button  {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background-image:url(../images_system/mehr_bg.gif);
	background-repeat:no-repeat;
	background-posiotion:center;
	width:51px;
	height:17px;
	display:block;
	padding:2px 0 2px 0;
	text-align:center;}

a:hover.mehr_button  {
	color:#154c75;
	}

.ergebnis {
	padding:0 0 7px 0;
	border-bottom:1px solid #ccc;
	}

/* Tweet button ////////////////// */

	.retweetButtonContainer { 
		padding-top: 10px; 
	}
	a.retweet { 
		display:block;color: #FFF; 
		background: url(../images_system/button_tweet_this.gif) no-repeat; 
		margin-left: 2px; 
		width:250px;
height:50px;
		padding: 3px 5px 3px 3px; 
	}
	a.retweet span { display:none;
		
	}
