﻿/*
autor: lernvid.com
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
 /* background-color: #4A4849;*/
  font-size: 12px;
  font-family: Verdana, sans-serif;
  background-image:url('img/bg.gif');
  background-position:center top;
  background-repeat:repeat-y;
/*  background-repeat:no-repeat;*/
  background-attachment:fixed;
}
#wrap {
  position: relative;
  width: 967px;
  text-align: left;
  margin: 0 auto 0 auto;
}
#top {
  background: url(img/top.gif);
  height: 67px;
}
#header {
  background: url(img/logo.jpg);
  height: 153px;
  text-align: center;
  vertical-align:middle;
}
#header h1 {
  display: inline;
  position: absolute;
  top: 110px; left: 100px;
  color: #999;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 24px;
}
#top2 {
  background: url(img/top2.gif);
  height: 31px;
}
#top2 font {
  display: inline;
  position: absolute;
  left: 172px;
  margin-top: 2px;
  font-size: 10px;
	text-decoration: none;
}
#content {
  background: url(img/contentbg.gif);
  background-repeat: repeat;
  width: 967px;
font-size: 10px;
}
#footer {
  padding:0;
  margin:0;
  background: url(img/footer.gif);
  height: 40px;
  text-align: center;
  padding-top: 5px;
}
#left_col {
  width: 158px;
  float: left;
  margin-left: 10px;
  color: #000;
  overflow: hidden;
  background: url(img/left.gif);
  background-repeat:repeat-y;
}
#left_col td {
	padding: 5px;
}

#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
  color: #000000;
}

#left_col a {
  color: #666;
}

#left_col .menu_heading
{
  color: #000;
  display:block;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0  0 0 5px;
  height: 25px;
  line-height: 25px;
  background: url(img/menu_heading.gif);
}

#main_col {
  width: 610px;
  float: left;
  clear: none;
  min-height: 100px;
  overflow: auto; 
  margin:0;
  padding: 0 10px 0 10px;
}
#right_col2 {
  margin-right:7px;
  width: 158px;
  float: right;
  overflow: hidden;
}

#right_col2 .menu_heading
{
  color:#000;
  font-size:11px;
  letter-spacing: 1px;
}

#left_col ul
{
  padding: 0;
  margin: 0;
  width: 160px;
}

#left_col li
{
  margin:0;
  padding:0;
  background-image:url('img/menu.gif');
  background-position:center top;
  background-repeat: no-repeat;
}

#left_col li ul
{
  width: 158px;
}

#left_col li li
{
    padding-left: 16px;
}
#left_col li a, left_col li li a
{
  color: #000;
  padding-left: 20px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  height: 20px;
  line-height:20px;
}
#left_col li a:hover 
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image:url('img/box_menu_pfeil.gif');
  background-repeat:no-repeat;
}

td
{
  font-family: Verdana;
  font-size: 12px;
}
/* Hyperlinks */
a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{
  color: #000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

a:hover
{
	color: #666;
  text-decoration: none;
}

a.box
{
  color: #000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

a.box:hover
{
	color: #666;
  text-decoration: none;
}

.Chead
{
  background: #999;
  color: #000;
}

.Chead a
{
  color: #000;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #666;
  color: #000;
}

.Callg
{
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm
{
  background-color: #e5e5e5;
}
.Cmite
{
  background-color: #ccc;
}
.Cdark
{
  background-color: #aaa;
}

.rand
{
  border: solid #000 1px;
}

.smalfont
{
    font-size: 10px;
		text-decoration: none;
}

.border
{
   background-color: #000;
}
hr
{
    height: 0px;
		border: solid #003366 0px;
		border-top-width: 1px;
}

input, textarea, select
{
    color: #000000;
    font: 12px Verdana;
    border-color: #000;
  	border-width: 1px;
    border-style: solid;
    font-weight:  normal;
    text-decoration: none;
    background-color: #EFEFEF;
}
img {
	border: none;
}
