@import "mainNavi.css";
@import "teaser.css";
@import "table.css";
@import "tt_news.css";

html
{
	width:100%;
}


p
{
	margin:0 0 20px 0;
	padding:0;
}

body {
	background-color: #ececed;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
/*ie6 Anpassung: aus home.css*/
.corperateRight /* rightTeaserBar*/
{
	margin-left:8px;

}
/*ie6 Anpassung: aus home.css*/
a
{
	margin:0;
	padding:0;
}

#stage
{
	background-color: #ffffff;
	width:960px;
	margin:auto;
	padding-bottom:20px;
}

#einrichtungsmenu
{
	display:none;
	background-color: #bad995;
	padding-top:7px;
	height:20px;
	border-bottom: 1px solid #ffffff;
	color: #01765a;
	font-size:11px;
}

#homeLink
{
	background-color: transparent;
	background-image: url('images/em_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 148px;
	height: 15px;
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	text-align: center;
}

#einrichtungsmenu a:link, #einrichtungsmenu a:visited
{
	color: #01765a;
	font-size:11px;
	text-decoration: none;
}

#einrichtungsmenu a:hover, #einrichtungsmenu a:active
{
	color: yellow;
	text-decoration: none;
}

#homeLink a:link, #homeLink a:visited
{
	color: #01765a;
	font-size:11px;
	text-decoration: none;
	background-image: url('images/em_pfeil.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;

}

#homeLink a:hover, #homeLink a:active
{
	color: #01765a;
	font-size:11px;
	text-decoration: underline;
}


#header
{
	width:100%;
	height:65px;
	background-color:#76b828;

}

#headerLogo
{
	margin-left: 8px;
	float: left;
	width:186px;

}



#headerRight
{
	width:204px;
	float:right;
	
}

#headerSearch
{
  margin:10px 8px 0 0 ;
  float:right;
  height:18px;
  width: 204px;
  text-align:right;
}

#headerSearchBox
{
 background-color:transparent;
}

#headerFontSize
{
  	float:right;
	width: 130px;
	height:20px;
	margin:17px 8px 0 0;
	color:#ffffff;
}

#headerFontSizeContent
{
  	float:left;
	background-color:#8ac348;
	width: 122px;
	height:20px;
	color:#ffffff;
}

.cReduceTextSize
{
	margin-left:5px;
	float:left;
}

.cNormalTextSize
{
	float:left;
}

.cEnlargeTextSize
{
	float: left;
}

#headerFontSize img{
	margin-top: 3px;
}

#headerFontSizeLeft
{
	background-image: url('images/fontsize_corner_tl.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#8ac348;
	width: 4px;
	height: 20px;
	float:left;
}

#headerFontSizeRight
{
	background-image: url('images/fontsize_corner_tr.gif');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#8ac348;
	width: 4px;
	height: 20px;
	float:left;
}

.clear
{
	clear:both;
}

img
{
	border:none;
}

/*pagination*/


.news-list-browse a:link, .news-list-browse a:visited
{
	color:#76B828;
	text-decoration:none;
}

.news-list-browse a:hover, .news-list-browse a:active
{
	color:#76B828;
	text-decoration:underline;
}

#content ul
{
	margin: 0 0 20px 0;
	padding-left: 14px;

}

#content ul li
{
	list-style: disc;
	margin-left: 0px;
}