@charset "utf-8";

.right { float: right; }
.left { float: left; }
.absolute { position: absolute; }
.relative { position: relative; }
.clear { clear: both; }

body {
	background-color: white;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

img { border: none; }

a {
	text-decoration: none;
	color: #666666;
	outline: none;
}

a:hover,
a.active { 
	text-decoration: none; 
	font-weight: bold; 
	color: #333333 !important; 
}

a.emaillink:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #666 !important; 
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}



ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}




#site {
	width: 1000px; /* = effektive Contentbreite */
}

* html #site {
	width: 1015px; /* wird IE sonst du eng */
}

#languageselection {
	color: #999;
	width: 98px;
	display: block;
	top: 58px;
	left: 903px;
	position: absolute;
	width: 98px;
	z-index: 999;
}

#languageselection a {
	color: #999;
}

#languageselection a:hover {
	font-weight: normal;
	color: #666 !important;
}

/************************/
/*      HEADER          */
/************************/
#header {
	padding-top: 75px;
	height: 157px;
	position: relative;
}

#rightheader {
	margin-left: 210px;
	height: 155px;
	width: 790px;
	border-top: 1px solid #ccc;
}

#logotypo {
	height: 95px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

/* Hauptmenü */
#mainnavi a:hover {
	text-decoration: none;
}

#mainnavi li {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 14px;
}


#mainnavi li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

#mainnavi li a:hover {
	color: #FF0000;
}

#mainnavi li a.active {
	color: #FF0000;
	text-decoration: none;
}


#subnavi {
	width: 190px;
	border-top: 1px solid #ccc;
	padding-top: 4px;
	margin: 0 10px;
}


#subnavi a {
	line-height: 18px;
}

#subnavi a.disabled,
#subnavi a.disabled:hover {
	color: #666 !important;
	cursor: default;
	font-weight: normal;
}


/*************************/
/*     CONTENTBEREICH    */
/*************************/
#content {
	width: 790px;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	min-height:530px;
	height:auto !important;
	height:530px;
	margin: 0 0 25px 210px;
	line-height: 18px;
}


* html #content {	
	display: inline-block;
}


.contentimage {
	margin: 18px 0;
}



/**************************************/
/*       PAGE / CONTENTBLÖCKE         */
/**************************************/
#pageleftcol,
#pagerightcol {
	float: left;
	overflow: auto;
	display: inline-block;
	width: 385px;
}

#pagerightcol {
	margin-left: 20px;
}


table, tr, td {
	table-layout: fixed;
	border: none;
	margin: 0;
	padding: 0;
}




.downloaditem {
	height: 40px;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}

.lastdownloaditem {
	border-bottom: 1px dotted #ccc;
}


.newsentry-wrapper {
	display: block;
	width: 385px;
	height: 73px;
	overflow: hidden;
	margin-bottom: 16px;
}

.newsentry-divider {
	border-top: 1px solid #ccc;
	padding-top: 2px;
}

a.readmore span {
	background: transparent url('/images/arrow-right.png') no-repeat 66px 6px;
	display: block;
	width: 80px;
	cursor: pointer;
}

a.readmore span:hover {
	background-image: url('/images/arrow-right-hover.png');
}

a.close span {
	background: transparent url('/images/close.png') no-repeat 38px 6px;
	display: block;
	width: 50px;
	cursor: pointer;
}

a.close span:hover {
	background-image: url('/images/close-hover.png');
}



/**********************/
/*      FOOTER        */
/**********************/
#footer {
	padding-bottom: 50px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	margin-left: 210px;
	width: 790px;
	line-height: 16px;
}

#footer a {
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}


