html {
}

body {
	margin: 0px;
	background: #ABACB1 url(../img/Menu_Bgrnd.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333366;
}

p {
	margin: 0px;
	margin-bottom: 6px;
}

td, th {
}

a {
	color: #475266;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DF5A00;
	text-decoration: underline;
}
.a_arrow {
	padding-left: 13px;
	background: url(../img/DreieckR_blue.gif) no-repeat 0px 3px;
}
.a_arrow:hover {
	background: url(../img/DreieckR_red.gif) no-repeat 0px 3px;
}

form {
	background-color: #eee;
	padding: 15px;
}

hr {
  height: 1px;
  border: 0;
  color: #ccc;
  background-color: #ccc;
  text-align: left;  /* align it left for IE*/
  margin-left: 0;    /* align it left for Mozilla*/
  border: 0px;
}

.title, .posttitle  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	line-height: 30px;
    background-color: #DF5A00;
	color: #e8e8e8;
}

.posttitle  {
	margin-top: 0px;
	margin-bottom: 40px;
	padding-left: 2px;
}

.pretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #DF5A00;
	background: white;
	margin: 0px;
	padding-left: 2px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #DF5A00;
}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	padding-left: 1px;
	background-color: #CCCCCC;
	width: 570px;
}
.subtitle2nobgrnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	font-weight: bold;
}



.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #DF5A00;
    color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #DF5A00; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

/* ---------------------------------------------- */

#logo{
	height: 160px;
	width: 260px;
	background: #FFFFFF url(../img/Header_Logo.jpg) left top no-repeat;
}
#header{
  position: absolute;
	left: 260px;
	top: 0px;
	width: 610px;
	height: 160px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu{
  position: absolute;
	padding-top: 40px;
	padding-left: 35px;
}
.menuItem a, .menuItemAct a{
	display: block;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
  color: #797979;
	background: #fff;
	padding: 0 10px 0 10px;
}
.menuItemAct a{
  color: #444444;
	background: #FFEADB;
}
.menuItem a:hover, .menuItemAct a:hover{
  color: #444444;
	background: #FFD1B2;
	text-decoration: none;
}
#content{
	position: relative;
	left: 260px;
	width: 570px;
	padding: 40px 20px 40px 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#contentFoot{
	position: relative;
	left: 260px;
	height: 50px;
}

.tableHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #eeeeee;
	background: #DF5A00;
	padding: 0 10px 0 10px;
}
.tableSubhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #000;
	background: #e8e2d8;
	padding: 0 10px 0 10px;
}
.tableBgrnd1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFE0CC;
	padding: 0 10px 0 10px;
}
.tableBgrnd2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background: #FFF1E8;
	padding: 0 10px 0 10px;
}
.tableFoot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  color: #DCDCDC;
	background: #DF5A00 url(../img/TableFootArrow.gif) no-repeat 7px 4px;
	padding: 0 10px 0 10px;
}

.co2{
	font-size: 8px;
}

.imageThumbs{
  width:  110px;
  height: 110px;
  padding: 3px;
  margin: 0px;
  background: #e6e6e6;
  border: 1px solid white;
}
.imageThumbs:hover{
	background: #FFD1B2;
}

