@charset "utf-8";
/* ==== CSS-Datei made by friebel.it - Internetdienstleistungen & eBusiness (www.friebel.it) ==== */
/* cleaned up by primex-tech.de */

/* =Basis
===============================================*/
html {
	height:101% /*erzwingt im FF vertikalen Scrollbalken*/ 
	} 

body {
	position: relative;
	background-color:#fff;
	background-repeat:repeat;
	color: #333;
	font: 100.01% Arial, Helvetica, sans-serif;
	text-align: center;/*fuer IE_quirks*/
	}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 1em; 
	font-weight: normal;
	}

/*=============================================*/

/* =Struktur
===============================================*/
#header, #contentcontainer {
	width: 759px;
	margin: auto;
	text-align: left; /*Aufheben von IE_quirks im BODY*/
	}
	
#header {
	background: url(top.gif) top left repeat-x;
	height: 8px;
	}
	
#logo {
	position: absolute;
	background: url(logo.jpg) no-repeat;
	height: 92px;
	width: 169px;
	top: 8px;
	left: 50%;
	margin-left: -369px;
	}

#logoprint {
	display:none;
	}

#image_head {
	position: absolute;
	background: url(header.jpg) no-repeat;
	height: 170px;
	width: 759px;
	top: 100px;
	left: 50%;
	margin-left: -379px;
	}

#noimage_head {
	position: absolute;
	height: 170px;
	width: 759px;
	top: 100px;
	left: 50%;
	margin-left: -379px;
	}

#contentcontainer
	{
	position: absolute;
	height: auto;
	top: 290px;
	left: 50%;
	margin-left: -379px;
	}

#content {
	margin: 0px 0px 40px 0px; /*o,r,u,l*/
	}

#box_left {
	margin: 0px 190px 40px 0px; /*o,r,u,l*/
	}

#box_right {
	position: absolute;
	top: 0px;
	right: 0;
	width: 170px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 10px 0 30px 0;/*o,r,u,l*/
	}

#box_bottom {
	font-size: 1px;
	width: 100%;
	height: 2px;
	color: #000;
	background-color: #B903B3;
	margin-bottom: 1px;
	}

#footer	{
	background: url(subnav_bg.gif) repeat-x;
	text-align: center;
	padding-top:7px;
	height: 30px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 2px solid #B903B3;
	}
	
/*=============================================*/


/* =Navigation
===============================================*/
#nav {position: absolute; top: 70px; left: 50%; margin-left: -241px; width: 620px; text-align:right}
#menu li {list-style: none; margin-bottom:5px; display: inline;}
#menu li.hitem a {padding: 0px 10px 0px 10px; font-size: 0.7em; letter-spacing:0.05em; font-weight: bold; color: #817F7F; background-color: transparent; float: right; text-decoration: none;}
#menu li.hitem a:hover {padding: 0px 10px 0px 10px; font-size: 0.7em; letter-spacing:0.05em; font-weight: bold; color: #323232; background-color: transparent; float: right; border-bottom: 3px solid #B903B3;}


/*Subnavi */
#subnav {background: url(subnav_bg.gif) repeat-x; border-bottom: 1px solid #EBEBEB; position: absolute; top: 8px; left: 50%; margin-left: -1px; width: 380px; height:37px; text-align:right}
#langmenu li {list-style: none; display: inline;}
#langmenu li.litem a {padding: 15px 10px 0px 10px; font-size: 0.6em; letter-spacing:0.02em; font-weight: bold; color: #2A5E98; background-color: transparent; float: right; text-decoration: none;}
#langmenu li.litem a:hover {padding: 15px 10px 0px 10px; font-size: 0.6em; letter-spacing:0.02em; font-weight: bold; color: #2A5E98; background-color: transparent; float: right; border-bottom: 2px solid #B903B3;}
#langmenu li.lprint {padding: 10px 10px 0px 10px; float: right; text-decoration: none;}
#langmenu li.lfill {padding: 15px 10px 0px 10px; font-size: 0.6em; letter-spacing:0.02em; font-weight: bold; color: #2A5E98; background-color: transparent; float: right; text-decoration: none;}


/*Navi Footer */
#footmenu li {list-style: none; display: inline; text-align: center;}
#footmenu li.fitem a {padding: 0px 10px 0px 10px; font-size: 0.7em; letter-spacing:0.03em; font-weight: normal; color: #817F7F; background-color: transparent; text-decoration:none;}
#footmenu li.fitem a:hover {padding: 0px 10px 0px 10px; font-size: 0.7em; letter-spacing:0.03em; font-weight: normal; color: #fff; background: #B903B3; text-decoration:none;}

/*=============================================*/


/* =Typography
===============================================*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #B903B3;
	background-color: #fff;
	font-weight: normal;
	letter-spacing:0.05em; 
	margin-bottom: 15px;
	}	

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	 background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0.05em; 
	padding: 5px 0 0 0; /*o,r,u,l*/
	margin-bottom: 5px;	
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFF;
	background: #B903B3;
	letter-spacing:0.04em; 
	text-transform: uppercase;
	padding: 2px 5px 2px 5px; /*o,r,u,l*/
	margin-top:1px;
	}

.content { 
	line-height:120%; 
	font-size:0.9em; 
	margin-bottom: 10px;
	}

#box_left ul{
	margin: 0 0 0 20px;
	list-style-type:circle;
}

#box_right .date {
	font-size:0.7em; 
	font-weight: bold;
	margin: 7px 3px 3px 3px; /*o,r,u,l*/
	}

#box_right .teaser {
	font-size:0.7em; 
	line-height:150%; 
	letter-spacing:0.03em;
	margin: 7px 3px 3px 3px; /*o,r,u,l*/
	}

#box_right .more {
	font-size:0.7em;
	margin: 0 3px 15px 3px; /*o,r,u,l*/
	}

.more {
	background: url(link.gif) 0px 5px no-repeat;
	}

.more a	{
	margin-left:12px;
	padding-right: 10px;
	color: #2A5E98;
 	background-color: #fff;
	font-weight: normal;
	text-decoration:underline;
	}
	
.more a:hover, .more a:active	{
	background: #B903B3;
	color: #FFF;
	text-decoration: none;
	}

.copy{
	color: #817F7F;
 	background-color: transparent;
	text-align: center;
	line-height:140%;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 0.7em; 
	letter-spacing:0.05em; 
	font-weight: normal; 
	}

.copy a	{
	color: #2A5E98;
  background-color: transparent;
	font-weight: normal;
	text-decoration:underline;
	}
	
.copy a:hover, .more a:active	{
	background: #B903B3;
	color: #FFF;
	text-decoration: none;
	}

.content a	{
	color: #2A5E98;
 	background-color: #fff;
	font-weight: normal;
	text-decoration:underline;
	}
	
.content a:hover, .more a:active	{
	background: #B903B3;
	color: #FFF;
	text-decoration: none;
	}

/*=============================================*/

