/* layout */

html {
	height:100%;
	background-color:#fff;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(/fileadmin/template/img/background.gif);
	background-repeat: repeat-y;
	overflow: auto;
	min-height:100%;
}

#logo_bar_top {
	z-index: 1;
	position: fixed;
	background-color: #fff;
	width: 999px;
	height: 127px;
}

#logo_bar_bottom {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 999px;
	height: 71px;
}

#container {
	padding-top: 127px;
	width: 999px;
	margin-bottom: 500px;
}

#navigation {
	width: 120px;
	float: left;
	margin-right: 12px;
}

#content {
	background-color: #fff;
	width: 388px;
	float: left;
	margin-right: 20px;
	padding-bottom: 55px;
	line-height: 17px;
}

#picframe {
	background-color: #000;
	width: 234px;
	float: left;
	margin-right: 20px;
}

#teaser {
	width: 215px;
	float: left;
}

#logo_top {
	position: absolute;
	top: 55px;
	left: 487px;	
}

#logo_bottom {
	position: absolute;
	top: 26px;
	left: 533px;	
}

/* navigation */

#navigation .menu {
	background-color: #fff;
	padding-bottom: 1px;
	padding-left: 0;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#navigation a:hover { color: #f09;}

#navigation .item a {
	padding-bottom: 2px;
}

#navigation .item {
	background-color: #000;
	color: #fff;
	font-size: 10pt;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
}

#navigation .active {
	background-color: #000;
	color: #f09;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
}

#navigation .active a {
	color: #f09;
}

#navigation ul{
	margin: 0;
	list-style-type: none;
        padding-top: 10px;
	padding-left: 10px;	
	background-color: #000;
	margin-top: -8px;
	margin-bottom: -2px;
}


#navigation li {
  height: 17px;
}

#navigation li.active {
  padding: 0; 
  margin: 0;
}

#navigation .active ul li a {
  color: #fff;
}

#navigation .active ul li.active a {
  color: #f09;
}

ul.first {
  margin-top: 6px;
  height: 19px;
}

/* content */

#content .bodytext {
	margin-top: 0;
	padding-top: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content .news_item {
	clear: both;
	margin-bottom: 10px;
	line-height: 17px;
}

#content .news_item .datum {
	font-weight: bold;
	font-size: 11px;
	padding-top: 1px;
	float: left;
	text-align: right;
}

#content .news_item .text {
	font-size: 12px;
	margin-left: 58px;
	margin-bottom: 5px;	
	line-height: 17px;
}

#content .news_item .time {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin: 0 0 5px 60px;
}

#content a {
  padding-left: 3px;
  font-size: 10px;
  color: #f09;
  font-weight: bold;
  text-decoration: none;
}

#content a.mail,
#content a.external-link-new-window {
  padding-left: 0;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}

#content .news_item a:hover {
  text-decoration: underline;
}


#content .line {
	margin: 5px 0 15px 60px;
	height: 6px;
	background-image: url(/fileadmin/template/img/line.gif);
}

#content .important {
	color: #ff0099;
	font-size: 18px;
	line-height: 28px;	
	margin-top: -5px;
	width: 360px;
}

#content .name-of-person {
	color: #f09;
	font-size: 10px;
	padding-top: 7px;
}

#content h1 {	
  font-size: 16px;
	margin: 0 0 10px 0;
	color: #f09;
}

#content td {
	vertical-align: top;
}

#content td h3 {
	font-size: 11px;
	width: 50px;
	font-weight: bold;
	margin: 0;
}

#content td a {
	margin: 0;
	padding: 0;
}

#content h2 {
	font-size: 12px;
	margin: 24px 0 10px 0;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

#content table {
	padding-bottom:10px;
	margin-bottom: 5px;
}

#content .text {
	font-size: 12px;
	margin-bottom: 10px;
}

#content li {
	font-size: 12px;
	padding-left: 0;
	margin-left: -28px;
}

#content p.bodytext {
	margin: 0;
	padding: 0;
}

#content .text p {

  line-height: 17px;
}

#content .leer {
  height: 5px;
}

/* picframe */

#picframe .left {
	float: left;
}

#picframe .right {
/*zum testen bleibt es drin */
	position: absolute;
	bottom: 55px;
	left: 614px;
}

/* teaser */

#teaser .newsbox {
	position: absolute;
	font-weight: bold;
	top: 180px;

	left: 786px;

	font-size: 12px;
	padding: 10px 0;
	line-height: 17px;
	margin-bottom: 90px;
	width: 215px;
}

#teaser .newsbox p.bodytext {
	width: 193px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
}

#teaser .newsbox a {
  padding-left: 3px;
	color: #ff0099;
	text-decoration: none;
	font-size: 10px;
}

#teaser .newsbox a:hover {
  text-decoration: underline;
}


td.spacer_black
{

background:#000;
}


* html #navigation ul { margin-top:0;}

* html #logo_bottom { 
	position:fixed;
	float:right; 
	margin-right:110px;
}


/* IE png fix */

img, div { behavior: url(iepngfix.htc); }

* html #navigation {margin-top:-150px;}

* html #content {margin-top:-125px;}

* html #picframe {margin-top:-127px;}

* html #content div {margin-right:-12px;}