/* css style */
/* punkt3.com */


/*********************************************/
/* HTML Tag Styles						     */
/*********************************************/ 	
body {
	margin:0;
	padding:0 0 0 0;
	font-family: helvetica, verdana, arial;
	font-size:12px;
	text-align:left;
	/* line-height:1.5; */
	/* letter-spacing:1pt; */
	color:#FFFFFF;
	background:url(../img/bg/bg_body.gif) repeat-y;
	background-color:#2b2b2b;
}

html, body { 
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

h1 { color:#FFFFFF; font-weight:bold; font-size:36px; text-transform:uppercase; letter-spacing: 1pt; margin:0px 0px 0px 0px; } /* Headline bold */
h1 a { text-decoration:none; color: #009ee0;}
h2 { color:#FFFFFF; font-weight:normal; font-size:36px; text-transform:uppercase; letter-spacing: 1pt; margin:0px 0px 0px 0px; } /* Headline normal */
h2 a { text-decoration:none; color: #009ee0;}
h3 { color:#FFFFFF; font-weight:bold; font-size:24px; text-transform:uppercase; letter-spacing: 1pt; margin:0px 0px 13px 0px; } /* Headline klein bold */
h3 a { text-decoration:none; color: #009ee0; }
p { color:#FFFFFF; font-size:12px; margin:0px 0px 16px 0px; line-height:16px; } /* Copy */

ul { padding:0px; margin:0px; }
li { padding:0px; }


/********************************************/
/* Link Styles                              */
/********************************************/	
a { color:#555555; text-decoration:none; }
a:link { color:#555555; }
a:visited { color:#555555; }
a:hover { color:#009ee0; }
img a { border:none 0; }
img { border:0; }

#nav a:hover { color:#009ee0; }

#content table a, a:hover { color:#009ee0; }


/********************************************/
/* Layout Klassen                           */
/********************************************/
.t_aktiv { color:#009ee0; }

.t_grau { color:#555555; }
.t_grau_b { color:#555555; font-weight:bold; }


/********************************************/
/* Container IDs                            */
/********************************************/

#container {
	width:940px;
/*	min-height: 100%; /* Mindesthöhe für moderne Browser */
/*	height:auto !important; /* Important Regel für moderne Browser */ 
/*	height:100%; /* Mindesthöhe für den IE */ 
/*	overflow: hidden !important; /* FF Scroll-leiste */
	padding-left:30px;
}

#nav {
	width:220px;
	height:inherit;
	padding-top:30px;
	float:left;
	text-transform:uppercase;
	letter-spacing: 1pt;
}

#nav_logo {
	width:220px;
	height:190px;
}

#nav ul { background-image:url(../img/nav/linie.gif); background-position:0px top; padding-top:1px; background-repeat:no-repeat; }
#nav ul li { height:30px; list-style-type:none; background-image:url(../img/nav/linie.gif); background-position:bottom; background-repeat:no-repeat; }
#nav ul li a { color: #FFFFFF; height:30px; padding-top:8px; display:block; }
#nav ul li a:hover { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 0px; }

#nav ul li a.nav_active { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 0px; }

#main {
	width:700px;
	height:inherit;
	/* padding-top:30px; */
	padding-left:20px;
	float:right;
	margin-bottom:0px;
}

#intro {
	padding-top:30px;
	padding-bottom:10px;
	padding-right:20px;
	background-color:#2b2b2b;
}

#bg_home {
	width:384px;
	height:180px;
	position:absolute;
	z-index:9999;
	left:0px;
	top:130px;
	background:url(../img/bg/bg_home.gif) no-repeat;
}

#nav2 {
	width:220px;
	height:100%;
	padding-top:220px;
	float:left;
}

#nav2 h3 { margin-top:5px; }

#nav2.news ul { background-image:url(../img/nav/linie.gif); background-position:0px top; padding-top:1px; background-repeat:no-repeat; }
#nav2.news ul li { height:120px; list-style-type:none; background-image:url(../img/nav/linie.gif); background-position:bottom; background-repeat:no-repeat; }
#nav2.news ul li a { color: #555555; height:120px; padding-top:8px; display:block; }
#nav2.news ul li a:hover { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 9px; }
#nav2.news ul li a h3 { color: #555555; }
#nav2.news ul li a h3:hover { color: #009ee0; }
#nav2.news ul li a p { color: #555555; padding-right:10px; }
#nav2.news ul li a p:hover { color: #009ee0; }

#nav2.news ul li a.nav_active { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 9px; }
#nav2.news ul li a h3.nav_active { color: #009ee0; }
#nav2.news ul li a p.nav_active { color: #009ee0; }

#nav2.norm ul { background-image:url(../img/nav/linie.gif); background-position:0px top; padding-top:1px; background-repeat:no-repeat; }
#nav2.norm ul li { height:60px; list-style-type:none; background-image:url(../img/nav/linie.gif); background-position:bottom; background-repeat:no-repeat; }
#nav2.norm ul li a { color: #555555; height:60px; padding-top:13px; display:block; }
#nav2.norm ul li a:hover { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 15px; }
#nav2.norm ul li a h2 { color: #555555; }
#nav2.norm ul li a h2:hover { color: #009ee0; }

#nav2.norm ul li a.nav_active { color: #009ee0; background-image:url(../img/nav/pfeil.png); background-repeat:no-repeat; background-position:200px 15px; }
#nav2.norm ul li a h2.nav_active { color: #009ee0; }

#content {
	width:480px;
	height:100%;
	float:right;
	padding-bottom:30px;
	padding-top:30px;
}

#header {
	height:47px;
	float:left;
	padding:13px 20px 0px 20px;
	margin-top:131px;
	background-color:#009ee0;
}

#content_container {
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

.content_left {
	width:200px;
	height:100%;
	padding-right:20px;
	float:left;
}

.content_left img { margin-bottom:20px; }

.content_right {
	width:200px;
	height:100%;
	padding-left:20px;
	margin-bottom:20px;
	float:right;
}

#content_unten { padding-top: 10px; }

/********************************************/
/* Slimbox2                                 */
/********************************************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2b2b2b;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/nav/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 150px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/nav/slimbox/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nav/slimbox/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b2b2b;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/nav/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
