* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #bac2cc url(../img/bg.jpg) repeat-x top; /* #c9cacc */
	height: 100%;
}

body {
	color: #333;
	font-size: 0.7em;
	padding: 20px 0 40px;
}
#header {
 border: 0px solid #111;
}
#header img {
	border: 0;
	margin: 0 0 0 5px;
	float: left;
}
#header h1 {
	color: #fff;
	margin: 38px 0 0 0;
	font-size: 1.7em;
}

#header form {
	margin: 40px 0 0 0;
	padding: 0;
}
#search {
 text-align: right;
}

#subheading{
	background-color: #fff;
	color: #006896;/* #006896 */
	font-size: 11px;
	font-weight: normal;
}
#subheading p{
	margin: 10px;
	padding: 0;
	text-align: center;
}

#content-wrapper {
	background: url(../img/bg-vert.gif) repeat-y;
}

#content {
	min-height: 500px;
	padding-top: 10px;
}
#content h2, #news h3 {
	color: #345;
}

#content h3, #news h3{
	font-size: 1.2em;
	color: #006896;
	margin: 0 0 10px 0;
}

.imprint {
	padding: 45px 0 0 0;
	font-size: 0.8em;
	color: #888;
}

	.img-left {
		float: left;
		margin: 4px 30px 20px 0;
		text-align: left;
	}

	.img-right {
		float: right;
		margin: 4px 0 20px 30px;
		text-align: right;
	}

	.img-left img, .img-right img {
		display: block;
		margin-bottom: 2px;
	}

	.img-left .descr, .img-right .descr {
		color: #adadad !important;
		font-size: .9em;
		text-decoration: none !important;
	}

	.img-left .descr img, .img-right .descr img {
		display: inline;
		margin-left: 2px;
	}

	.img-left a:hover, .img-right a:hover {
		color: #c05f17 !important;
	}

	.img-left a:hover span, .img-left a:focus span,
	.img-right a:hover span, .img-right a:focus span {
		text-decoration: underline !important;
	}
	

#footer {
	/* background: #c9cacc url(../img/footer-skyline.gif) no-repeat right; */
	height: 57px;
}

.container_12
{
	/*background-color: #fff;*/
	margin-bottom: 20px;
}

fieldset, legend {
	padding: 0;
	margin: 0;
}

	input.in, select.in, textarea.in {
		background: #eef2f7;
		border: 1px solid #d7dce2;
		font-size: 100.01%;
		padding: 5px 5px;
		width: 390px;
	}
	#header input {
		width: 100px;
		padding: 3px;
	}

	select.in {
		padding: 0;
		width: 400px;
	}

	button {
		background: transparent url('../img/arrow-white.gif') left 55% no-repeat;
		border: 0 none;
		color: #006896;
		font-size: 1.05em;
		font-weight: bold;
		padding-left: 5px;
		text-align: left;
	}
	label {
		display: inline;
		color: #555;
	}


/* Links */
a:hover, a:focus {
	text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #006896;
  font-weight: bold;
}
a:visited {
  /*color: #4d9dc0;*/
  font-weight: normal;
}
#search a {
  font-weight: normal;
}

/* Navigation */

div#menu {
	/*font-size: 1em;*/

}
* html div#menu {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
}
	
div#menu div.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: auto;
	width: 90%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li
{
margin: 0px;
padding: 0px;
line-height: 2.8em;
}
#menu li li {
	line-height: 1.8em;
}
#menu ul li {
	border-top: 0px solid #006896;
	padding: 0px;
}
#menu ul ul li, #menu ul ul ul li {
	border: 0;
}


* html div#menu li {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
}

/* 1st level */	 
#menu ul li a
{
display: block;
width: 90%;
padding-left: 15px;
font-size: 1.1em;
border-bottom: 1px solid #fff;
}

#menu ul li a:link, #menu ul li a:visited
{
color: #006896;
text-decoration: none;
font-weight: bold;
}

#menu ul li a:hover
{
background-color: #006896;
color: #fff;
font-weight: bold;
}

/* 2nd level */	 
#menu ul ul li a
{
display: block;
padding-left: 30px;
width: 91%;
background-color: #dff0f5;/* #c9cacc */
font-size: 0.9em;
}

#menu ul ul li a:link, #menu ul ul li a:visited
{
color: #444;
font-weight: normal;
text-decoration: none;
}

#menu ul ul li a:hover
{
background-color: #006896;
color: #fff;
}

/* selected states */
#menu ul li a#current
{
background-color: #006896;
color: #fff;
font-weight: bold;
}

#menu ul ul li a#subcurrent
{
font-weight: bold;
color: #353535;
background: #dddddd url(../img/ul-ul-li.gif) no-repeat 11%;
}


td {
	vertical-align: top;
}

