body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EAEAEA url('images/background.gif') repeat-x;
	color:#707070; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

div, img, p, form, h1 {
	margin:0;
	padding:0;
	text-align: left;
	border:0;
}

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #9C0080;
}

/* BOXES */
.box-tab-yellow, .box-tab-purple {
	height: 20px;
	color: black;
	font: 13px Arial Narrow, Helvetica Narrow, sans-serif;
}

.box-tab-yellow div, .box-tab-purple div {
	height: 16px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

.box-tab-yellow div {
	background: #F6D400 url('images/roundcorneryellow.gif') no-repeat top left;
	
}

.box-tab-purple div {
	background: #9C0080 url('images/roundcornerpurple.gif') no-repeat top left;
	color:white;
}

.box-content {
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1; 
}

.box-bottom {
	height: 9px;
	padding:0; margin:0;
	background: #E1E1E1 url('images/roundcornergrey.gif') no-repeat bottom right;
	
}


/* HEADER */
#head {
	width: 896px;
	height: 139px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/head.png') no-repeat;
}

#head img {
	float:left;
	position: absolute;
	margin-left: 22px;
	margin-top: 31px;
}

#head h1 {
	font-weight: normal;
	font: 21px Arial Narrow, Helvetica Narrow, sans-serif;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 25px;
	height: 25px;
	padding-left: 150px;
}

#head h1 .title-2nd-line {
	margin-left: 130px;
}
	
/* SERVICENAVIGATION */	
#servicenav {
	height: 16px;
	padding-top: 4px;
	margin-right: 85px;
	font: 12px Arial Narrow, Helvetica Narrow, sans-serif;
}

#servicenav a {
	color: white;
}

#servicenav ul {
	margin: 0;
	padding: 0;
	height: 16px;
	float: right; 
}

#servicenav li {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	display: inline;
}

#servicenav div {
	float: left;
}

#servicenav div.item-before {
	width: 6px;
	height: 16px;
	background: url('images/roundcornergreyleft.png') no-repeat top left;
	margin-left: 3px
}

#servicenav div.item-after {
	width:6px;
	height:16px;
	background: url('images/roundcornergreyright.png') no-repeat top right;
}

#servicenav div.item {
	height: 16px;
	padding: 0px 2px 0;
	background-color: #5D5D5D;
}


/* NAVIGATION */
#navigation {
	height: 20px;
	width: 850px;
	padding-top: 13px;
	overflow: hide;
	font: 13px Arial Narrow, Helvetica Narrow, sans-serif;
}

#navigation a {
	color: black;
}

#navigation ul {
	margin: 0;
	padding: 0;		
	height: 20px;
	float: right; 
}

#navigation li {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	display: inline;
}

#navigation div {
	float: left;
}

#navigation div.item-before {
	width: 4px;
	height: 20px;
	background: url('images/roundcornerwhiteleft.png') no-repeat top left;
	margin-left: 3px
}

#navigation li.active_section div.item-before {
	background: url('images/roundcorneryellowleft.png') no-repeat top right;
}

#navigation div.item-after {
	width:4px;
	height:20px;
	background: url('images/roundcornerwhiteright.png') no-repeat top right;
}

#navigation li.active_section div.item-after {
	background: url('images/roundcorneryellowright.png') no-repeat top right;
}

#navigation div.item {
	height: 17px;
	padding: 3px 8px 0;
	background-color: white;
}

#navigation li.active_section div {
	background-color: #F6D400;
}

#main {
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	background: white url('images/shadows.gif') repeat-y;
	padding-top:30px; padding-bottom:30px; min-height:300px; background-color:white
}

#bottom, #footnote {
	margin: auto;
	width: 896px;
	height: 20px;
}

#bottom {
	clear:both;
	background:url('images/bottom.png') no-repeat;
}

#footnote {
	color: darkgrey;
	text-align: center;
}	

#leftcolumn {
	float: left;
	padding-left: 25px;
}

/* TOPICS */
#topics {
	margin-bottom: 20px;
	width: 210px;
	font: 13px Arial Narrow, Helvetica Narrow, sans-serif;
	float: left;
}

#topics ul {
	margin: 0;
	padding: 0;
}
	
#topics li {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	background-image: url('images/bulletpointfirstlevel.gif');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 1px solid #E1E1E1; 
	padding: 0px 22px; 
}

#topics a {
	color: #707070;
	padding: 8px 0px;
	display: block;
}

#topics li.menu_current a {
	color: black;
}

#topics li.menu_current li a, #topics li li a {
	color: #707070;
	padding: 2px 0px;
}

#topics li li.menu_current a {
	color: black;
}

#topics li ul {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid white; /* this seems stupid, but is for IE */
	margin-left: -22px;
	margin-right: -22px;
	background-color: white;
}

#topics li li {
	background-position: 23px 4px;	
	border-bottom: 0px; 
	padding: 0px 35px;
}

/* NEWS */
#news {
	margin-bottom: 20px;
	width: 210px;
	font: 13px Arial Narrow, Helvetica Narrow, sans-serif;
}

#news p.firstheadline, #news p.headline {
	font-weight: bold;
	padding: 7px;
	margin:0;
	padding-bottom:0px;
	border-top: 1px solid #E1E1E1;
}

#news p.firstheadline {
	border:0;
}

#news p.teaser {
	margin: 0px 7px;
	margin-bottom: 7px;
}

/* AD */
#ad {
	margin-top: 20px;	
}

#ad div.box-content {
	padding: 10px 25px;
	text-align: center;
}
	
/* SEARCH */
#search, #ad {
	clear:left;
	float:left;
	width: 210px;
}

#search div.box-content {
	padding: 7px 10px;
}

#searchField {
	border: 1px solid #E1E1E1;
	height: 18px;
	width: 158px;
	font-size: 12px;
	background-color: #F8F8F8;
	color: #707070;
}

#searchBtn {
	margin-left: 8px;
	vertical-align: middle;
}


/* ARTICLE */
#article {
	margin-left: 270px;
	margin-right: 30px;
}

#article div.box-content {
	background-color: white;
	position: relative;
	border-top: 1px solid #E1E1E1;
}

#article #inner {
	position: relative;
	margin-top: -1px;
	margin-right: -1px;
	background: url('images/articlecorner.gif') no-repeat right top;
	padding: 21px
}

#article #textflowbox {
	float:right;
	height: 60px;
	width: 65px;
	background: transparent;
	padding:0;
	margin:0;	
}	

#article h1 {
	margin-bottom: 13px;
	font-size: 17px;
	font-weight: bold;
}

#article h1 img {
	margin-right: 7px;
	vertical-align: middle;
}

/* KONTAKT */
#article form td.field_heading {
	padding-bottom: 10px;
	border-bottom:0px;
}

#article form input, form textarea {
	border: 1px solid #E1E1E1;
}

#article form input[type=submit] {
	font: 12px Arial, Helvetica, sans-serif;
	color: #707070;
	margin-top: 10px;		
}

#article a:hover {
	text-decoration: underline;
}

/* NEWS OVERVIEW */ 
#article h1.newsoverview {
	padding:0;
	margin: 0;
	background: none;
}

#article hr {	
	border-top: 1px solid #707070;
	padding:0;	
	margin:0;
}

#article h1.newsoverview a {
	color: #707070;
	font-size: 12px;
}

#article div.newsdate {
	display:inline;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#article div.newsoverview p {
	display:inline;
}

#article div.newsoverview {
	margin-top: 2px;
	margin-bottom: 10px;
}