<!--
body {
	/*background:#efefef;*/
	text-align: center; /*centers the main in IE5/win */
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #333;
	}

p, input, div, td, textarea {
	color: #666;
	font-size:12px;
	line-height:17px;
	}


label {
 cursor: pointer;
 cursor: hand;
}

h1 {
	font-size:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:1px;
	font-weight:normal;
	letter-spacing:1px;
	color:#006a4d;
	}

h2 {
	font-size:14px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:normal;
	display:block;
	color: #333;
	}

h3 {
	margin-bottom:5px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

hr {
	height:1px;
	background:white;
	border:none;
	border-bottom:1px dotted #DEDEDE;
	width:auto;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}

a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#333;
	}

a.white:link, a.white:visited, a.white:active {
	color:#fff; }

a.white:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#container {
	width: 840px;
	margin: auto; /* centers the whole container */
	text-align: left;
	padding:0;
	background:#fff;
}

#popup {
	margin: auto; /* centers the whole container */
	margin-top: 10px;
	text-align: center;
	font-size:12px;
	padding:0px;
	border:0px solid #C70E11;
}


/* main===== */

#eyecatcher {
	position:absolute;
	left:19px;
	top:90px;
	z-index:3;
	background:#D9DADB url(../images/stahl_hell.jpg) no-repeat 120% top;
	width:820px;
}

#main {
	clear: left;
	padding:0 220px 10px 180px;
	margin:0;
	position:relative;
	min-height:400px;
	_height:400px;
}

* html #main{
	height:500px;
}

#main input, #main textarea{
	border:1px solid #CCC;
	background:#EEE;
}

#main input:focus,#main textarea:focus{
	border:1px solid #000;
	background:#EEE;
}


#main a:link,
#main a:visited,
#main a:active {
	color:#006a4d;
	text-decoration:none;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	}

#main a:hover {
	color:#E2001A;
	}

#main div.gallery{
	width:500px;
}

#main div.gallery a,
#main div.gallery a:link,
#main div.gallery a:visited,
#main div.gallery a:active {
  background:none;
	color:#006a4d;
	text-decoration:none;
	border:none;
	padding:0;
	}

#main div.gallery a:hover {
	background:none;
	color:#333;
	border:none;
	padding:0;
	}

#main div.gallery img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}


/* NEWS BLOCK */
#news_teaser,
#side_box{
	position: absolute;
	background:#eceded;
	width:190px;
	padding:10px;
	min-height:360px;
	_height:360px;
	right:-1px;
	top:-90px;
	z-index:5;
}

#news_teaser h1{
	font-size:28px;
	color:#707173;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10px;
}

#news_teaser h2 a,
#news_teaser h2 a:link{
	padding:0;
	background:none;
}

#news_teaser h2 div.date{
	font-size:10px;
}

#news_teaser hr{
	border-bottom:1px solid #707173;
	height:1px;
	padding:0;
	width:100%;
}


/* GOOGLE HEADER ===== */

#googleheader {
	display:none;
}

/* NAVIGATION ===== */

#header {
	margin:0px;
	position: relative;
	width: 864px;
	margin-left:1px;
	height:280px;
}

div.sidebar{
	border-left:20px solid #707173;
	background:#d9dadb;
	position: absolute;
	left:0px;
	width:150px;
	height:100%;
	z-index:1;
}

#header div.sidebar{
	top:90px;
	left:-1px;
}

* html #main div.sidebar{
	top:17%;
	height:83%;
}

#logo {
	background: #fff url(../images/logo.gif) no-repeat left center;
	width:230px;
	height:35px;
	position: absolute;
	left:30px;
	top:30px;
}

#impressum{
	position: absolute;
	right:30px;
	top:70px;
	color:#006A4C;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 538px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border:1px solid #707173;
	bottom:10px;
	z-index:2;
	left:18px;
	padding-left:73px;
	line-height: normal;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,
#header ul#primary span,
#header ul#primary a.current {
	width: auto;
	display: block;
	float: left;
	padding: 4px 8px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #006a4d;
	text-transform: uppercase;
}

#header ul#primary a.on, 
#header ul#primary span,
#header ul#primary a.current,
#header ul#primary a.current:hover {
	background: #eee;
	color:#E2001A;
}

#header ul#primary a {
	/*border-right: 1px solid #ADBDCA;*/
}

#header ul#primary a:hover {
	margin-top: 0;
	background: #EEE;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	left:0px;
	top: 20px;
	width: 150px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	z-index:5;
}

#header ul#secondary li a,
#header ul#secondary li span {
	font-size:11px;
	display: block;
	margin: 0;
}

#header ul#secondary li a {
	color: #297C63;
	background: transparent;
	text-decoration: none;
	float: none;
	text-align: right;
	margin-top:10px;
}

#header ul#secondary li a:hover {
	color: #fff;
	background: #297C63;
	text-decoration: none;
	margin-top:10px;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li a.chosen{
	color:#E2001A;
	font-style:normal;
	font-weight:bold;
	background:#fff;
}


/* FOOTER ===== */

#footer{
	clear:both;
	text-align: right;
	font-size:11px;
	color:#888;
	border-top:1px solid #707173;
	padding-top:3px;
	padding-right:5px;
	background:#f4f4f4;
}

#footer a{
	color:#888;
}

/* HACKS (hide from) */

/* Mac IE */

@media screen, projection {
.search-box { color:white }
}
/* end Mac IE */


-->

.icon_lock
{
  padding-left: 22px;
  padding-bottom: 1px;
  background: url(../images/css/lock.png) no-repeat left;
  line-height: 16px;
}

.access_denied
{
  padding: 7px;
  padding-left: 28px;
  background: #fdd url(../images/css/lock.png) no-repeat 5px;
  margin-bottom: 20px;
}

div.info{
	padding: 5px;
	background: #FFA;
	margin-bottom: 10px;
}

div.error{
	padding: 5px;
	background: #FCC;
	margin-bottom: 10px;
}
