* {
	margin: 0px;
	padding: 0px;
}

.clear {
clear: both;
}

#container{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width:922px;
text-align:left;

}

#container p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

text-align:left;

}

#shadow_left{
float:left;

	height: 100%;
	width: 8px;
 

}

#shadow_right{
	float: right;

	height: 100%;
	width: 8px;
}

#wrapper{
float:left;
width:922px;
background: url("../images/shadow.png") repeat-y;
	
	

}


#wrapper2{
float:left;
width:906px;
background-color: white;

}



#sidebar{
font-size: 12px;
width:255px;
float:left;
/*padding-left:5px;*/
border-right: 1px solid #386190;
margin-top:10px;

}
#content{
float:left;
margin-left:15px;
margin-top:10px;
margin-bottom:25px;
width:620px;
}

#content a{
text-decoration:underline;
}

#content ul{
padding-left:10px;
}


#center-box1{
float:left;
width:262px;
text-align:left;

}

#center-box2{
float:left;
width:264px;
text-align:left;
margin-left:40px;
}
			
#footer {
font-size:10px;
text-align:left;
width:906px;
}
#footer a:link, #footer a:visited, #footer a:active {
font-size:10px;
}
#footer a:hover {
font-size:10px;
}
#footer_phone {
background-color:#FFFFFF;
float:left;
height:70px;
width:200px;
}
#footer_phone_icon {
background:#FFFFFF url(../images/tel.gif) no-repeat scroll center center;
float:left;
height:70px;
width:55px;
}
#footer_address {
background-color:#BFCBD9;
float:left;
height:70px;
text-align:center;
vertical-align:middle;
width:600px;
}
#footer_left {
background-color:#BFCBD9;
height:70px;
padding:25px 0 0;
text-align:center;
vertical-align:middle;
width:650px;
}
#footer_right {
background:#FFFFFF url(../images/tel.gif) no-repeat scroll left center;
float:right;
font-size:10px;
height:70px;
padding:25px 0 0 60px;
width:250px;

}

/* HAED */
#header {
	min-height: 325px;
	/*h\eight: 294px;*/
	width: 906px;
	text-align: center;
	padding-bottom: 10px;
}

.header_deu {
	background: #fff url("../images/header_deu.png") no-repeat;
}
.header_eng {
	background: #fff url("../images/header_eng.png") no-repeat;
}

#head_container
{
	margin-top: 5px;
	width: 330px;
	float: right;
}

#searching_vertical {
	color: #21446b;
	padding-right: 8px;
}
#searching_vertical label {
	color: #21446b;
	font-weight: bold;
	font-size: 10px;
}
#searching_vertical_input, #searching_vertical_select {
	border: 1px solid #21446b;
	width: 100px;
}
#searching_vertical_submit {
	border: 1px solid #21446b;
	background: #21446b;
	color: #fff;
	padding: 0 10px 0 10px;
}

#search{
float:right;
 	font-size: 11px;
	width: 100px;
	height: 15px;
	color: #000;

}

#search input{
background: #e7ecf2;
border:1px silver solid;
color:#144d90;

}
* html #search
{ /* fuer IE Win \*/
/*clear: right;*/
/* */
}



/* LEFT MENU */
#navigation {
clear:both;
/*float: left;*/
margin-top: 100px;
width: 245px;
height: 185px;
}

#navigation ul, #navigation li {
text-align: left;
margin: 0;
padding: 0;
}
#navigation li {
list-style-image: url("");
list-style: none;
}
#navigation a {
	list-style: none;
	background: url("../images/menu_pic.gif") 225px 50% no-repeat;
	border-bottom: 1px solid #386190;
	display: block;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #21446b;
	height: 1.8em;
	padding: 0.6em 0 0 1.4em;
	text-decoration: none;
}
#navigation a:hover {
	background: url("../images/menu_pic_over.gif") no-repeat 225px 50% #386190;
	color: #fff;
}

/* HEAD MENU */

#header_menu {
margin-left:0px;

}
#header_menu ul
{
margin-left: 0px;
padding: 0px;
list-style-image: url("../images/pipe.png");

margin-right: 10px;
}
#header_menu li
{
list-style-image: url("../images/pipe.png");
	margin: 0px 0px 0px 0px;
	padding:0px;
	display: inline; 
	height: 13px;
}
#header_menu a
{
color: #123761;
text-decoration: none;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#header_menu a:hover
{
text-decoration: underline;
}


/* MIDDLE PART */
#middle {
margin-top:15px;
background-color: #e7ecf2;
color: #143a64;
width:906px;
height:100%;
text-align:left;
font-size: 12px;
}
	#middle_pic
	{
	float: left;
	border: 1px solid #10528e;
	width: 239px;
	height: 196px;
	background: url("../images/middle_pic.gif") #fff no-repeat;
	background-position: 50% 50%;
	margin-top: 7px;
	margin-left: 7px;
	}
	
	#middle_text
	{
width:600px;
	margin-top: 12px;
	margin-left:264px;
	}

	/* MAIN CONTENT */
	#main {
	width: 898px;
	background-color: #fff;
	margin-left: 8px;
	margin-right: 14px;
	}
	html*#main
	{ /* fuer IE 6.0 Win \*/
	width: 898px;
	margin-left: 0px;
	margin-right: 0px;
	}
	*+html #main
	/* fuer IE 7.0 die Breite ueberschreiben */
	{
	width: 898px;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#news {
	width: 200px;
	float: left;
	background-color: #fff;
}
#newsletter0 {
	width: 227px;
	padding: 10px;
	border-right: 1px solid #386190;
}
#newsletter {
	background: #fff6d7;
	border-right: 1px solid #386190;
	padding: 10px;
	width: 227px;
}
#main_content {
	background-color: #fff;
	width: 610px;
	padding: 10px;
	float: right;
}

#main_content_us {
	background-color: #fff;
	width: 610px;
	padding: 10px 30px 10px 0px;
	float: right;
}

/* COMMON STYLES */
body {
background-color: #959595;
background-image: url("../images/bg.gif"); 
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #143a64;
font-style: normal;
font-weight: normal;
width:922px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

h1 {
margin: 0px;
text-indent: 20px;
padding: 10px 0px 10px 0px;
font: bold 17px Verdana, Arial, Helvetica, sans-serif;
color: #386190;
background: url("../images/menu_pic.gif") no-repeat;
background-position: 0px 15px;
}

h2 {
margin: 5px 0px 0px 0px;
text-indent: 18px;
padding: 0 0 10px 0;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #386190;
background: url("../images/h2_pic.gif") no-repeat 0px 3px;
}

p {
margin: 0px;
padding: 0px;
line-height: 1.4em;
font-size:12px;
}

/* Main links */
a:link, a:visited, a:active {
color: #143a64;
font-size: 12px;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Lists */
ul, li
{
margin-left: 10px;
padding: 0 0 3px 3px;
list-style-image: url("../images/list_pic.gif");
}

.welcome-image{
background-color:#ffffff;
padding:1px;
border:1px #10528e solid;
}

tr{
font-size:12px;
}

#article {
border-bottom:1px silver solid;
}

#article h2 a{
font-size:14px !important;
}

#article h3{
font-size:13px;
}

.noborder{
border:0;
}