/* Screen CSS (c) Norman Schwarz */

.kommentar {
	color:#339900;
	font-weight:bold;
}

*  {
	padding:0;
	margin:0;
}

p,h1,h2,h3,hr {
	margin-bottom:12px;
}

body,html{
	height:100%;
	background:#CCCCCC;
	background-image:url(../images/leinwand.gif);
 	text-align:center;
	font-family: Arial, Helvetica,sans-serif;
}

#box{
	width:980px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-y;
  	position: relative;
  	min-height: 100%; 
  	height: auto !important; 
 	height: 100%; /* Fuer IE */
}

#header{
	position:relative;
	background:#fff;
	background-image:url(../images/top.jpg);
	height:80px;
}

#footer {
	position: absolute;
  	bottom: 0;
	height:45px;
	background:#990000;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width:980px;
}

#note {
	font-size:10px;
	color:#fff;
	position: absolute;
  	bottom: 10px;
	right:15px;
}

#note a {
	color:#fff;
	text-decoration:none;
}


#logo {
	position:absolute; 
	left:60px;
	top:22px;
}

#adresse {
	position:absolute; 
	left:440px;
	top:56px;
}


#scroller {
	position:absolute; 
	left:410px;
	top:7px;
}



/* Oberes Menu */

#top_menu {
	position: absolute;
	top:80px;
	left:0px;
	width:960px;
	height:24px;
	margin-left:10px;
	list-style: none;
	background:#990000;
	border-style:solid;
	border-color:#CCC;
	border-width:0 0 7px 0;
}

#top_menu li {
	float: left;
}

#top_menu a, #top_menu .select {
	font-family: Arial, Helvetica,sans-serif;
	font-size:14px;
	line-height:24px;
	color:#fff;
	display: block;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

#top_menu a:hover, #top_menu .select {
	background:#CCC;
	border-color:#fff;
	color:#990000;
	border-style:solid;
	border-width:0 1px 0 1px;
	padding-left:4px;
	padding-right:4px;
	
}


/*rechte Seite */
#right_content {
      background:#EFEFEF;
	position: absolute;
	top:130px;
	left:830px;
	border-top: 20px solid #990000;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 0;
}

/* rechtes Menu */
#right_menu {
	margin-top:10px;
	list-style: none;
}
#right_menu a, #right_menu .select {
	font-family: Arial, Helvetica,sans-serif;
	font-size:14px;
	color:#666;
	display: block;
	text-decoration: none;
	width:130px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}


/*linke seite */
#left_content {
	position: absolute;
	top:130px;
	left:10px;
}

/* linkes Menu */
#left_menu {
	margin-top:10px;
	list-style: none;
}

#left_menu a, #left_menu .select {
	font-family: Arial, Helvetica,sans-serif;
	font-size:14px;
	color:#666;
	display: block;
	text-decoration: none;
	width:130px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#left_menu a:hover {
	color:#990000;
}

#left_menu .select {
	background:#990000;
	color:#fff;
}

#searchbox {
	width:141px;
	height:24px;
	padding-top:2px;
	background:#990000;
}

#searchbox .searchinput {
 	font-size:10px;
	margin-left:5px;
	margin-right:5px;
	width:85px;
	height:12px;
}

#searchbox .searchbt {
	margin-top:2px;
}

#darkgrey_box {
	margin-top:60px;
	width:131px;
	background:#EEE;
	color:#666666;
	font-size:10px;
	padding:5px;
}

#darkgrey_box a {
	color:#666666;
}

/* Seiteninhalt */

/* width:770px; */
#content {
	margin:35px 0 0 180px;
	padding:15px 0 0 0;
	width:650px;
	min-height:500px;
    height:auto !important; /* IE 6 Hack */
    height:500px;	
	font-size:12px;
	color:#000;
	font-family: Arial, Helvetica,sans-serif;
}

#content h1 {
	color:#990000;
	font-size:18px;
}

#content h2 {
	color:#990000;
	font-size:14px;
}

#content h3 {
	color:#990000;
	font-size:12px;
}

#content a {
	color:#990000;
}

#content a:hover {
	color:#666666;
}

.clearall {
	clear:both;
}

.small {
 	font-size:11px;
}

.left {
	float:left;
}

/* Tabellen */
#impressum {
	border-collapse:collapse;
}

#impressum td {
	padding:0 5px  2px 0;
}


/* Bilder */

.img_left {
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

.img_right{
	float:right;
	margin-left:10px;
	padding-bottom:10px;
}


#content a.lblink {
      font-weight:bold;
      color:#000;
}
#content a.lblink:hover {
      font-weight:bold;
      color:#990000;
}