/* # general ########## */
* {
  line-height:1.5;
}

HTML {
	margin:0;
	padding:0;
}

BODY {
	color: #000;
  text-align:justify;
  background-color:#fff;
	font: 12px  Verdana, Arial, Helvetica,sans-serif;
	padding:0;
}


A,
A:active{
	color: #000;
}

IMG, A IMG {
	border:0;
}

P {
 line-height:1.4em;
 margin:0;
 padding-bottom:20px;
}
h1, h2, h3, h4, h5, h6 caption, legend {
  text-align:left;
  page-break-after:avoid;
 margin:0;
 padding:0;
 clear:both;
}

H1 {
 font-size:20px;
 color:#f39221;
 font-weight:400;
 margin-bottom:15px;
}

H2 {
 font-size:13px;
 color:#002c65;
 margin-bottom:10px;
}

H3 {
 font-size:12px;
 color:#002c65;
 margin-bottom:0px;
 font-weight:400;
}

H4, H5, H6 {
 font-size:12px;
 color:#002c65;
 margin-bottom:0px;
}

H2 A, H3 A, H4 A, H5 A {
	color: #002c65;
	text-decoration:none;
}

TABLE, TR, TD {
	color: #333;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	vertical-align:top;
	font-size: 12px;
	padding:0 0 4px 0;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

FORM {
  margin:0;
  padding:0;
}

.clearer {
  clear: both;
  line-height: 0px;
  font-size:0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

/* alignment classes */
.float-left  {  float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
 /* Clearing mit overflow */
.floatbox { overflow: hidden; }


/* # page settings ########## */
#container {
  width:auto;
  padding:0;
  margin:0;
  background:transparent !important;
  overflow:visible !important;
}

#header {
	position:relative;
  width:auto;
  height:80px;
	background-color:#00457c;
}

#logo {
	position:absolute;
	left:7px;
	top:15px;
  height:50px;
	width:150px;
}


#main { 
  width:auto;
  padding:0;
  margin:0;
  background:transparent !important;
  overflow:visible !important;
}

#nav,
#rightCol,
P.weiter,
DIV.magnify,
#printop,
#sitesearchform,
#social,
#service,
.tx-comments-comment-form {
 display:none;
}

#content {
 float:left;
  width:auto;
 padding:8px 10px 0 7px;
 background-color:#fff;
}


#breadcrumb {
 height:27px;
 padding-top:7px;
 color:#333;
 font-size:11px;
}

DIV.pic-right,
DIV.pic-left {
	padding:3px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	font-size:11px;
	clear:both;
	margin-bottom:5px;
	text-align:center;
}
DIV.pic-left{
	float:left;
	margin-right:15px;
}
DIV.pic-right{
	float:right;
	margin-left:15px;
}
DIV.caption {
	text-align:left;
}

#content .box {
	padding:12px 8px 0px 13px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
  margin-bottom:10px;
}

.box-333,
.box-55,
.box-64,
.box-46 {
	float:left;
	width:100%;
  overflow:hidden;
  margin-bottom:10px;
  clear:both;
}

.box-55 .float-left,
.box-55 .float-right {
	width:48%;
}

.box-64 .float-left {
	width:58%;
}
.box-64 .float-right {
	width:38%;
}

.box-46 .float-left {
	width:38%;
}
.box-46 .float-right {
	width:58%;
}

.box34 {
	width:31%;
	padding:0 3%;
}
.box33 {
	width:31%;
}


#footer {
  width:auto;
 padding:5px 0 5px 10px;
 margin:6px 0 0 0;
 font-size:10px;
 color: #02365e;
 line-height:1.4em;
}

/* END */
