/************************************************************ 
	GLOBAL SETTINGS
*************************************************************/	
* {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	background-color: #b4c0c4;
	background-image: url(/interface/bkg.jpg) ;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	}
h1 {
	font-size: 21px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #bd0416;
	}
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #bd0416;
	}
h3 {
	font-size: 11px;
	color: #bd0416;
	font-weight: normal;
	}	
img {
	border: none;
	}
a {
	color: #bd0416;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
	
/************************************************************ 
	MAIN ZONES
*************************************************************/	

/* CONTAINER */
div#container {
/*
	position: absolute;
	width: 870px;
	left: 50%;
	margin-left: -435px;
	margin-top: 20px;
	background-color: #ece6e6;
	border: 10px solid #fff;
	border-bottom: 8px solid #fff;
	margin-bottom: 20px;
*/
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #ece6e6;
	border: 10px solid #fff;
	border-bottom: 8px solid #fff;
	margin-bottom: 2px;
	}

/* HEADER */
div#header {
	background-image: url(/interface/bkg_header.jpg) ;
	background-repeat: no-repeat;
	height: 110px;
	padding: 10px;
	}
	div#header #logo {
		float: left;
		}
	div#header #emopicts {
		float: right;
		margin-top: 55px;
		margin-bottom: -2px;
		}
	div#header #emopicts img {
		margin-left: 2px;
		}

/* CONTENT */
div#content {
	float: left;
	width: 650px;
	background-color: #fff;
	padding: 20px 20px 10px 10px;
	color: #000;
	line-height: 175%;
	height: auto !important;
	height: 350px;
	min-height: 350px;	
	/*min-height:350px;*/
	/*height:expression(this.scrollHeight > 350 ? "auto":"350px");*/
	}
	div#content p {
		margin: 12px 0;
		}
	div#content br {
		margin-top: -12px;
		}
	div#content ul {
		margin-top: 8px;
		}
	div#content  li {	
		list-style-type: none;
		background-image: url(/interface/arrow1.gif) ;
		background-repeat: no-repeat;
		background-position: 0px 6px;
		padding-left: 12px;
		}
	div#content .picture {
		margin: 12px 0;
		}
	div#content .link {
		margin: 12px 0;
		}
	div#content .pdf {
		margin: 0;
		margin-top: -12px;
		}
	div#content .pdf2 {
		margin: 0;
		margin-top: 12px;
		}		
	div#content .back {
		margin: 0;
		margin-top: 20px;
		}
	div#content .date{
		margin: -6px 0 0 0;
		font-size: 10px;
		font-variant: normal;
		font-style: italic;
		}

	div#content .text {
		margin: 0;
		margin-bottom: 12px;
		}

	div#content .text h2 {
		margin: 0;
		margin-bottom: 4px;
		}	
	div#content .text ul {
		margin: 0;
		margin-bottom: 20px;
		}
		
/* RIGHT COLUMN */
div#right {
	float: left;
	width: 190px;
	border-top: 10px solid #fff;
	}

	
/************************************************************ 
	NAVIG
*************************************************************/
div#mainnavig {
	height: 30px;
	background-color: #285065;
	padding-left: 10px;
	background-image: url(/interface/bkg_navig.gif) ;
	background-repeat: repeat-x;
	}
	div#mainnavig ul {
		list-style-type: none;
		}
	div#mainnavig li {
		float: left;
		font-size: 12px;
		margin-right: 30px;
		line-height: 22px;
		}
	div#mainnavig .on {
		border-bottom: 8px solid #bd0416;
		font-weight: bold;
		}
	div#mainnavig a {
		color: #fff;
		display: block;
		text-decoration: none;
		}
	div#mainnavig a:hover {
		text-decoration: none;
		border-bottom: 8px solid #bd0416;
		}
		div#mainnavig .on a:hover {
			border: none;
			}

/************************************************************ 
	SUBNAVIG
*************************************************************/
div#subnavig {
	background-color: #bd0416;
	padding: 0;
	border-bottom: 9px solid #fff;
	}
	div#subnavig ul {
		list-style-type: none;
		}
	div#subnavig li {
		line-height: 25px;
		border-bottom: 1px solid #fff;
		}
		div#subnavig li:hover {
			}
	div#subnavig .on {
		font-weight: bold;
		background-color: #bd0416;
		}
	div#subnavig a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 0 10px;
		}
	div#subnavig a:hover {
		text-decoration: none;
		}
	div#subnavig ul.level2 {
		padding-bottom: 8px;
		}	
		div#subnavig ul.level2 li {
			margin: 0;
			padding: 0;
			padding-left: 10px;
			font-size: 10px;
			font-weight: normal;
			list-style-type: none;
			background-image: url(/interface/arrow1b.gif) ;
			background-repeat: no-repeat;
			background-position: 10px 5px;	
			line-height: 15px;
			border: none;
			}
		div#subnavig ul.level2 li a:hover {
			background-image: url(/interface/arrow1b.gif) ;
			background-repeat: no-repeat;
			background-position: 1px 5px;				
			}


/************************************************************ 
	TEASER
*************************************************************/
div#teaser {
	background-color: #ece6e6;
	font-size: 10px;
	padding: 5px 10px 10px 10px;
	line-height: 14px;
	}
	div#teaser ul {
		list-style-type: none;
		}
	div#teaser li {
		border-bottom: 1px solid #fff;
		padding: 3px 0;
		}
	div#teaser li.last {
		border-bottom: none;
		padding-bottom: 0;
		}		
	div#teaser h2 {
		font-size: 11px;
		margin-bottom: 1px;
		color: #000;
		}
	div#teaser .link {
		margin-top: 3px;
		}


/************************************************************ 
	TEASER NEWS
*************************************************************/
div#teasernews {
	border-bottom: 10px solid #fff;
	background-color: #bd0416;
	font-size: 10px;
	padding: 5px 10px 10px 10px;
	line-height: 14px;
	color: #ece6e6;
	}
	div#teasernews ul {
		list-style-type: none;
		}
	div#teasernews li {
		border-bottom: 1px solid #de818a;
		padding: 5px 0;
		}
	div#teasernews li.last {
		border-bottom: none;
		padding-bottom: 0;
		}		
	div#teasernews h2 {
		font-size: 11px;
		margin-bottom: 3px;
		color: #fff;
		}
	div#teasernews .link {
		margin-top: 3px;
		}
	div#teasernews a {
		color: #fff;
		}
	div#teasernews a:hover {
		color: #de818a;
		}

/************************************************************ 
	LISTING
*************************************************************/
div#listing {
	/*margin-top: 20px;*/
	}
div#listing h2 {
	margin: 0 0 3px 0;
	}
div#listing .rightpict {
	position: relative;
	float: right;
	margin-top: -14px;
	margin-left: 12px;
	}
div#listing ul {
	/*margin-top: -12px;*/
	}
div#listing li {
	list-style-type: none;
	background-image: url(/interface/arrow1.gif) ;
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	margin-bottom: 12px;
	padding-left: 12px;
	overflow: auto;
	}
div#listing .link {
	margin: 0px 0;
	}
div#listing .date{
	margin: -6px 0 0 0;
	font-size: 10px;
	font-variant: normal;
	font-style: italic;
	}
div#listing p {
	margin-bottom: 12px;
	}
div#listing p.intro {
	margin: 0;
	}
	
/************************************************************ 
	LISTING 2
*************************************************************/
div#listing2 h2 {
	margin: 0 0 3px 0;
	}
div#listing2 .rightpict {
	position: relative;
	float: right;
	margin-top: -14px;
	margin-left: 12px;
	}
div#listing2 ul {
	list-style-type: none;
	margin-top: 20px;
	}
div#listing2 li {
	list-style-type: none;
	background-image: url(/interface/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 6px;
	overflow: auto;
	}
div#listing2 li.title {
	background-image: none;
	padding: 0;
	margin: 3px 0;
	}
div#listing2 h3 {
	margin: 0 0 0px 0;
	padding: 0;
	}	
div#listing2 p {
	font-size: 11px;
	margin-bottom: 12px;
	}
div#listing2 p.intro {
	margin: 0;
	}

/************************************************************ 
	LISTING 3
*************************************************************/
div#listing3 h2 {
	margin: 0 0 3px 0;
	}
div#listing3 .rightpict {
	position: relative;
	float: right;
	margin-top: 6px;
	}
div#listing3 ul {
	list-style-type: none;
	margin-top: 20px;
	}
div#listing3 li {
	clear: both;
	list-style-type: none;
	background-image: url(/interface/arrow2.gif) ;
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 6px;
	}
div#listing3 li.title {
	background-image: none ;
	padding-left: 0;
}
div#listing3 p {
	font-size: 10px;
	margin-bottom: 12px;
	}
div#listing3 p.intro {
	margin: 0;
	}


/************************************************************ 
	SUBNAVIG CONTENT
*************************************************************/
div#subnavigContent {
	border: 1px solid #ece6e6;
	background-color: #fff;
	font-size: 10px;
	padding: 0px 10px 10px 10px;
	line-height: 11px;
	margin-top: 20px;
	width: 40%;
	}
	div#subnavigContent ul {
		list-style-type: none;
		}
	div#subnavigContent li {
		border-bottom: 1px solid #fff;
		background-image: none;
		padding: 2px 8px;
		}
	div#subnavigContent li.last {
		border-bottom: none;
		padding-bottom: 0;
		padding-top: 6px;
		margin-left: -10px;
		}		
	div#subnavigContent h2 {
		font-size: 11px;
		margin-bottom: 3px;
		margin-left: -8px;
		color: #000;
		}
	div#subnavigContent .link {
		margin-top: 3px;
		}


/******** F O R M S ***********************************************************/	
#form {
	font-size: 10px;
	margin-top: 24px;
	}
#form p {
	margin: 0;
	}
input {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	height: 15px;
	}
textarea {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	}
input.submit, .submit {
	padding: 1px 10px;
	font-weight: bold;
	height: 21px;
	background-color: #f2f2f2 ;
	}
	.submit a:link, .submit a:visited {
		color: #000;
	}
div#thanx {
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	padding: 10px;
	margin-top: 12px;
	}
	div#thanx h2 {
		margin-top: 0;
	}
.checkbox {
	border: none;
	height: inherit;
	}	

/************************************************************ 
	FOOTER
*************************************************************/
div#footer {
	clear: both;
	color: #285065;
	background-color: #fff;
	font-size: 10px;
	padding-top: 5px;
	}

div#impressum {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 10px;
	color: #285065;
	}
	div#impressum a {
		color: #285065;
		}

#top {
	float: right;
	}

.clear {
	overflow: hidden;
	/* end hide for IE 5 Mac */
	height: 1%;
	}