/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/ padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial,sans-serif;
	font-size: 11px;
	// float: left;
	z-index: 1;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0 auto; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;width:33.3333%;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0 10px;  outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	width:100%;
	font-size: 11px;
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #808080;
	border: 1px solid #9E985B;
	border-bottom:0;
	border-radius:5px 5px 0 0;
}
.ui-tabs-nav li a:hover {
	color: #000;background:#f3f3ec;
}
.ui-tabs-nav li.ui-tabs-active a, .ui-tabs-nav li.ui-state-active a {
	color: #000;
	background:#f3f3ec;
}

.ui-tabs-panel {
	/*resets*/margin: 0 auto; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial,sans-serif;
	clear:left;
	border: 1px solid #9E985B;
	background: #f3f3ec;
	color: #222222;
	padding:5px;
	font-size: 11px;
}


.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}



#aktuelldiv {position:relative;padding: 0 15px;background:#fff;zoom:1;width:100%;margin-bottom: 15px;}
#aktuelldiv div.teaser {margin:0 auto;}
#aktuelldiv div.teaserhl {padding:15px 5px 5px 10px;font-size:20px;color:#575757;}
#aktuelldiv img.teaserimg,  div#aktuelldiv div.teasertitle,  div#aktuelldiv div.teasertxt
{
	margin:0 auto;
	float:none;
}

#aktuelldiv div.teasertxt
{
	padding: 5px;
	font-size:12px;
	max-width:450px;
	height: 55px;
}

#aktuelldiv div.teasertxt a {font-weight:normal;color:#333;}
#aktuelldiv div.teasertxt img {float:right;margin-top:18px;}











