html, body{
  height:100%;
  margin:0;
  padding:0;
  background-image:url(gfx/bg.png);
  font-family:Verdana;
  font-size:12px;
  color:#515151;
}

#claim
{
	float:right;
	text-align:center;
	margin-right:75px;
	margin-top:0px;
}
.small
{
	font-size:10px; 
	line-height:10px;
}

#contact_box
{
	line-height:18px; 
	color:white;
}

.weiterlesen
{
	width:500px;
	text-align:right;
}

.table_menu
{
	background-color:#F5F5F5;
	width:540px;
	text-align:center;
	
}

.table_menu_left
{
	background-color:#F5F5F5;
	width:540px;
	text-align:left;
	
}


.headline
{
	color:#287AB7;
	font-weight:bold;
	font-size:14px;
}

.accent
{
	color:#287AB7;
	font-weight:bold;
}

.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    width: 150px;
    padding: 5px;
	margin-top: 20px;
	margin-left: 15px;
    text-align: left;
    background-color:#6FB0DF;
    border: 3px solid #ffffff;
	float:left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#154162;
	line-height:18px;
}

.myBox a
{
	color:white;
	text-decoration:none;
}

.myBox a:hover
{
	color:#154162;
}

.myBox2
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color:#3B3B3B;
    width: 530px;
    padding: 0px;
	margin-top: 7px;
	margin-left: -6px;
	margin-bottom:18px;
    text-align: left;
    background-color:#F5F5F5;
    border: 0px solid #ffffff;
	float:left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.myBox2 a
{
	color:white;
	line-height:18px;
}

.myBox2 a:hover
{
	color:#154162;
}


span.displaynone { display:none; }

.green {color:#43BCAF; font-family:Verdana; font-size:11px;}
.orange {color:#FFC01A; font-family:Verdana;font-size:11px;}
.blue {color:#0C54AD; font-family:Verdana;font-size:11px;}
.light_gray {color:#CDCDCD; font-size:11px;}
.gray {color:#847870; font-family:Verdana; font-size:13px;}
.headline
{
	color:#6FB0DF;
	font-size:16px;
	font-weight:bold;
}


#container
{
	width:740px;
	background-color:white;

}

#content
{
	margin-top: 10px;
	width:530px;
	text-align:left;
	line-height:18px;
	float:right;
	padding-right:20px;
}

#content a
{
	color:#287AB7;

}

#content a:hover
{
	text-decoration:none;
}

#header
{
	background-image:url(gfx/logo_transp.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:740px;
	height:100px;
	border: solid 0px #6FB0DF;
	border-top-width:5px;	
	text-align:left;
}

#titel
{
	margin-left:110px;
	margin-top:20px;
}

#footer
{
	padding-bottom:20px;
	margin-top:30px;
	padding-top:20px;
}

#navigation
{
	width:160px;
	height:300px;
	float:left;
	padding:10px;
	background-color:gray;
	color:white;
}

