/*
 * 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*/margin: 0; 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; 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;
}
.ui-tabs-nav li a {
	/*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:93px;
	font-size: 11px;
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	padding: 0;
	color: #808080;
	background: #DCECFA url(images/bg_tabs.gif) 0 0 no-repeat;
}
.ui-tabs-nav li a:hover {
	color: #000;
}
.ui-tabs-nav li.ui-tabs-selected {
	position: relative;
	bottom:-1px;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #000;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	width:365px;
	font-family: Arial,sans-serif;
	clear:left;
	border: 1px solid #8ABFEF;
	background: #ffffff;
	color: #222222;
	padding:10px;	
	font-size: 11px;
}


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



#aktuelldiv {position:relative;left:15px;background:#DCECFA;zoom:1;width:387px;}
#aktuelldiv div.teaser {padding:0 30px;}
#aktuelldiv div.teaserhl {padding:5px 5px 5px 10px;font-size:12px;font-weight:bold;color:#1E5C91;}
#aktuelldiv img.teaserimg,  div#aktuelldiv div.teasertitle,  div#aktuelldiv div.teasertxt
{
	margin:0;
	float:none;
}

#aktuelldiv div.teasertxt
{
	padding: 5px;
	background-color: #DCECFB;
	font-size:11px;
	width:290px;
}

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

#aktuelldiv.smallblock .ui-tabs-panel {width:300px;padding:0px;}
#aktuelldiv.smallblock {position:relative;left:0px;width:302px;}
#aktuelldiv.smallblock div.teaser {padding:0;}
#aktuelldiv.smallblock div.teaser a.big {display:block;margin:8px 0 2px 8px;}
#aktuelldiv.smallblock .teasertitle {padding:5px 5px 5px 10px;}















