/* # general ########## */
HTML {
	margin:0;
	padding:0;
}
BODY {
	text-align: center;
	margin:0;
	color: #333;
	font: 12px  Verdana, Arial, Helvetica,sans-serif;
	padding:0;
	background: #fff url(../img/bg_body.gif) repeat;
}

A,
A:active{
	color: #002c65;
}
A:hover,
A:focus{
	color: #f39221;
	text-decoration:none;
}

.blue {
	color: #002c65;
}

IMG, A IMG {
	border:0;
}

P {
 line-height:1.4em;
 margin:0;
 padding-bottom:20px;
}

/* # color themes # */
.modus1 {
 background-color:#d9e4ec;
}
.modus2 {
 background-color:#e5e5e5;
}
.modus3 {
 background-color:#f39221;
}
.modus4 {
 color:#fff;
 background-color:#00477f;
}

/* # Headlines # */
H1, H2, H3, H4, H5, H6 {
 margin:0;
 padding:0;
/* clear:both;*/
}

H1 {
 font-size:20px;
 color:#f39221;
 font-weight:400;
 margin-bottom:15px;
}

H2 {
 font-size:13px;
 color:#003366;
 margin-bottom:10px;
}

H2.modus1,
H2.modus2,
H2.modus3,
H2.modus4 {
 padding:5px 12px;
 margin-bottom:5px;
}

H3 {
 font-size:12px;
 color:#003366;
 margin-bottom:5px;
}
H3.modus1,
H3.modus2,
H3.modus3,
H3.modus4 {
 padding:5px 11px;
 margin-bottom:5px;
}


H4 {
 font-size:12px;
 color:#003366;
 margin-bottom:0px;
}


H5 {
 font-size:13px;
 color:#003366;
 margin-bottom:0px;
 border-top:1px solid #fff;
}

H5.modus1,
H5.modus2,
H5.modus3,
H5.modus4 {
 padding:5px 12px;
 margin-bottom:0px;
 color:#fff;
}

H2 A, H2 A:hover, H3 A, H3 A:hover, H4 A, H4 A:hover, H5 A, H5 A:hover {
	color: #003366;
	text-decoration:none;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #D8D8D8;
 border-bottom: solid 1px #FFFFFF;
}


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; }

IMG.float-right { margin:0 0 10px 15px;}
IMG.float-left { margin:0 15px 10px 0;}

/* # page settings ########## */
#container {
	margin:0 auto;
	text-align: left;
	width:1000px;
  background-color:#fff;
}

#header {
	position:relative;
  width:1000px;
  height:105px;
  background:#00457c url(../img/bg_header.gif) repeat-x;
}

/*
#logo {
	position:absolute;
	left:14px;
	top:15px;
  height:50px;
	width:150px;
}
*/

#sitesearchform {
	position:absolute;
	left:720px;
	top:41px;
	background-color:#00477f;
	height:21px;
	padding:0 0 0 8px;
}

#sitesearchform INPUT#search-box {
	border:1px solid #e1e2e4;
	width:203px;
	margin-right:3px;
}

INPUT.searchbutton {
	width:54px;
	border:1px solid #81a3be;
	background-color:#185a8c;
	color:#fff;
	font-size:11px;
	padding:2px 0px 1px 0px;
}

#social {
	position:absolute;
	right:15px;
	top:82px;
	font-size:11px;
  color:#fff;
  text-align:right;
  height:26px;
  line-height:26px;
}
#social A {
  padding:0 0 0 7px;
}

#main {
 width:1000px;
}


/*### navigation ###*/
#nav {
	position:absolute;
	left:0;
	top:77px;
	width:940px;
  height:28px;
  list-style:none;
  font-size:11px;
  margin:0;
  padding:0;
  overflow:hidden;
}

#nav LI {
	float:left;
  height:28px;
}

#nav LI A {
	display:block;
	float:left;
  text-decoration:none;
  color: #fff;
  padding:7px 15px 8px 15px;
  height:21px;
}

#nav LI A:hover,
#nav LI A:focus {
	color : #003366;
	background-color:#fff;
}	

#nav LI.current A {
	color : #003366;
	background-color:#fff;
}


/*### content ###*/
#content {
 float:left;
 width: 640px;
 padding:10px 47px 0 13px;
}

#content UL {
	margin:0 0 20px 0;
	padding:0 0 0 28px;
}
#content .box UL {
	margin:0 0 20px 0;
	padding:0 0 0 15px;
}

div.image IMG,
DIV.pic-right img,
DIV.pic-left img {
border:1px solid #ccc;
}

#wide #content {
 width: 972px;
 padding:10px 15px 0 13px;
}

#breadcrumb {
 height:27px;
 padding-top:7px;
 color:#333;
 font-size:11px;
}
#breadcrumb A,
#breadcrumb A:hover,
#breadcrumb A:focus {
	font-size:11px;
  color:#002c65;
}

#breadcrumb div {
float:left;
padding-right:5px;
}

P.weiter {
	text-align:right;
	font-size:11px;
	padding-bottom:5px;
}

/* # boxes 55 64 46 333 ... # */
#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;
}

.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%;
}

DIV.pic-right,
DIV.pic-left {
	padding:3px;
	border:1px solid #e1e1e1;
	background-color:#F9F9F9;
	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;
}
DIV.magnify {
	float:right;
	border:1px solid #e1e1e1;
	width: 16px;
	height: 20px;
	border:0;
}
#content DIV.magnify IMG {
	border:0;
}


/*### right col ###*/
#rightCol {
 float:right;
 width: 300px;
}

#rightCol UL {
	margin:0 0 20px 0;
	padding:0 0 0 15px;
}


#rightCol .box {
	background-color:#ccdae5;
	font-size:10px;
	padding:12px 6px 0 12px;
	border-top:1px solid #fff;
	overflow:hidden;
}

P.headline {
	font-size:11px;
	font-weight:700;
	color:#003366;
	padding-bottom:3px;
}


/*#  footer #*/
#footer {
 width: 972px;
 padding:20px 15px 30px 13px;
 font-size:9px;
 color: #02365e;
}

#service {
	float:left;
}
#copy {
	float:right;
}

#footer A,
#footer A:hover,
#footer A:focus {
	font-size:10px;
	color: #02365e;
	text-decoration:none;
}


/*  Formularelemente  */
FIELDSET {
	border:0;
	padding:0;
	margin:0;
}


/* END */

