/*
	copyright: permanent. 
	Wirtschaftsfoerderung GmbH + CO KG, 2009
	CSS Development: Christian Knopf
	--------------------------------------------------------------
	Client: BIG Research
*/

body {
	margin: 0;
	background-color: #10445b;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	background-image: url(/img/hg_pic.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

table {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	color: #ffffff;
}

#headbox {
	height: 397px;
}

#pagebox {
	width: 850px;
	margin: auto;
	color: #ffffff;
}

#head_image {
	top:-4px;
	float:left;
	position:absolute;
	z-index:10;
}

#logo {
	padding: 30px 30px 0px 0px;
	float:right;
	text-align:right;
}

#slogan {
	width:485px;
	text-align:left;
	font-size: 1.5em;
	color:#1d7aa4;
}

#slogan .text_slogan {
	margin: 0px 0px 10px 0px;
}

.signs_top {
	margin: 0px 0px 5px 0px;
}

.signs_bottom {
	margin: 0px 0px -8px 0px;
}

a, a:visited {color:#00aeef;}
a:hover, a:visited:hover {color:#FFFFFF;}

h1, h2, h3, h4, #navigation ul, #navigation li, img {
	margin:0px;
	border: 0px;
	padding:0px;
	list-style-type: none;
}

h1 {
	font-style: italic;
}

#content {
	width: 560px;
	float: left;
	padding: 30px 20px 20px 20px;
}


#navigation {
	margin: 0px 0px 0px 5px;
	width: 225px;
	background-image: url(/img/nav_vertical.gif);
	background-repeat: no-repeat;
	float: right;
}

ul#nav_1, ul#nav_2 {padding:15px;}


ul#nav_1 li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	background-image:url(/img/list_style_01.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	line-height: 20px;
}


ul#nav_2 li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	background-image:url(/img/list_style_02.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	line-height: 15px;
}

ul#nav_2 {
	margin: 0px 0px 0px 2px;
	background-image: url(/img/nav_horizontal.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#nav_1 a,
#nav_1 a:visited {
	text-decoration: none;
	color: #ffffff;
}

#nav_1 a:hover {
	color: #00aeef;
}

#nav_2 a,
#nav_2 a:visited {
	text-decoration: none;
	color: #00aeef;
}

#nav_2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation li.active a {
	text-decoration:underline !important;
}

table td {
	vertical-align:top;
}

.clear {clear:both;}

.csc-mailform label {
	display:block;
}

.csc-mailform input {
	margin-bottom: 10px;
}

fieldset.csc-mailform {
	border: 0;
}