* {
	padding:0;
	margin:0;
}


html {
	height:100%;
}
	
body {
	height:100%;
	background:#0F203D;
	/*
	background:#dedede url(../images/body_back.jpg) center 0 no-repeat;
	font:12px/18px PT Sans,arial,helvetica,sans-serif;
	*/
	font:12px/18px arial,helvetica,sans-serif;
	line-height:1.65em;
	color:#333;
}

.clear {
 clear:both;
	height:0px;
 overflow:hidden;
}

a:active, a:focus {
 outline:none;
}

img {
	border:0px;
}

a, a:hover {
	text-decoration:none;
}

#page {
	width:970px;
	height:100%;
	position:relative;
	margin:0 auto;
	/*
	background:url(../images/page_back.png) 0 137px no-repeat;
	*/
}

#page[id] {
 	height:auto;
	/*
	min-height:100%;
	*/
}


/* ############################################################ */
/* ########################## Header ########################## */
/* ############################################################ */


#header {
	height:130px;
	background:url(../images/header_back_2.png) 0 0 no-repeat;
}

#logo {
	position:absolute;
	left:5px;
	margin-top: 10px;
	border:1px solid #bfbfbf;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:12px;
}

#logo_text {
	position:absolute;
	right:15px;
	top: 4px;
}

#logo_text a.more-info {
	background:#272465 url(../images/more_info_back.gif) 0 0 repeat-x;
	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	float: right;
	cursor:pointer;
	font-size:12px;
}

#logo_text a.more-info:hover {
	background: #52944e url(../images/more_info_back_hover.gif) 0 0 repeat-x;
}



/* ############################################################ */
/* ######################## Navigation ######################## */
/* ############################################################ */

#navigation {
	position:absolute;
	top:95px;
	margin:0 0 0 5px;
	height:42px;
	z-index:1000;
}


/* ############################################################ */
/* ########################## Content ######################### */
/* ############################################################ */

#content {
	min-height:480px;
 	height:auto !important;
	height:480px;
	width:960px;
	margin:0 auto;
	padding-bottom:70px; /* height footer = padding bottom content */
	background:url(../images/content_back.png) 0 0 no-repeat;
	background:#fff;
}

#content a {
	color:#336699;
	font-weight:600;
}

#content a:hover {
	color:#E4AA00;
}

#content a.more-info {
	background:#272465 url(../images/more_info_back.gif) 0 0 repeat-x;
	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	font-size:12px;
}

#content a.more-info:hover {
	background: #52944e url(../images/more_info_back_hover.gif) 0 0 repeat-x;
}

.info-grey {
	border:1px solid #bfbfbf;
	background:#dfdfdf;
	padding:10px 15px 15px 15px;
	margin-bottom:22px;
}

.info-blue {
	border:1px solid #acbed2;
	background:#d6dfe9;
	padding:10px 15px 15px 15px;
	margin-bottom:22px;
}

.info-green {
	border:1px solid #b7a8c9;
	background:#dbe4d3;
	padding:10px 15px 15px 15px;
	margin-bottom:22px;
}

/*
table.table-1 {
	border-collapse:collapse;
	font-size:12px;
	background:#f7f7f7;
	border:1px solid #ddd;
}

table.table-1 th,td {
	vertical-align:top;
	text-align:left;
	padding:3px 6px 6px 8px;
	border-bottom:1px solid #ddd;
}

table.table-1 th {
	font-size:13px;
	text-align:left;
	background:#ddd;
	color:#666;
}
*/


/* ######################## Left Column 1 SPALTE###################### */
.one_column_left {
	float:left;
	width:960px;
	margin:22px 0 22px 22px;
	min-height:100px;
 	height:auto !important;
	height:100px;
}

.one_column_left p {
	font-size:12px;
}

.one_column_left h1 {
	font-size:25px;
	font-weight:normal;
	padding:0 0 11px 0;
}

.one_column_left h2 {
	padding:0 0 11px 0;
	font-size:19px;
	font-weight:normal;
}

.one_column_left h3 {
	padding:0 0 7px 0;
	font-size:17px;
	font-weight:normal;
}

.one_column_left ul,
.one_column_left ol {
	font-size:12px;
	margin:0 0 0 24px;
	padding:0 0 5px 0;
}

.one_column_left ul li, 
.one_column_left ol li {
	padding:0 0 6px 0;
}

/* ######################## Left Column ###################### */

.two_column_left {
	float:left;
	width:619px;
	margin:22px 0 22px 22px;
	min-height:100px;
 	height:auto !important;
	height:100px;
}

.two_column_left p {
	font-size:12px;
}

.two_column_left h1 {
	font-size:25px;
	font-weight:normal;
	padding:0 0 11px 0;
}

.two_column_left h2 {
	padding:0 0 11px 0;
	font-size:19px;
	font-weight:normal;
}

.two_column_left h3 {
	padding:0 0 7px 0;
	font-size:17px;
	font-weight:normal;
}

.two_column_left ul,
.two_column_left ol {
	font-size:12px;
	margin:0 0 0 24px;
	padding:0 0 5px 0;
}

.two_column_left ul li, 
.two_column_left ol li {
	padding:0 0 6px 0;
}

/* ######################## Right Column ###################### */

.one_column_right {
	float:left;
	width:241px;
	padding:22px 17px 17px 17px;
	margin:0 0 22px 22px;
	min-height:100px;
 	height:auto !important;
	height:100px;
}

.one_column_right p {
	font-size:13px;
}

.one_column_right h4 {
	color:#222;
	font-size:16px;
	font-weight:normal;
	padding:0 0 6px 0;
}

.one_column_right ul {
	font-size:14px;
	padding:0 0 22px 0;
	margin:0 0 0 24px;
}

.one_column_right ul li {
	padding:0 0 3px 0;
}

/* ############################################################ */
/* ########################## Headline ######################## */
/* ############################################################ */

#headline {
	position:relative;
	height:133px;
	background:#294f80 url(../images/headline_back.jpg) 0 0 no-repeat;
}

#headline img {
	position:absolute;
	right:95px;
	top:0px;
}

#headline h1 {
	padding:30px 0 0 22px;
	font-size:25px;
	color:#fff;
	font-weight:normal;
}

#headline h2 {
	padding:6px 0 0 22px;
	font-size:19px;
	color:#fff;
	font-weight:normal;
}

/* ############################################################ */
/* ###################### Sub-Navigation ###################### */
/* ############################################################ */

ul#sub_navigation {
	list-style:none;
	width:275px;
	margin:0 0 0 -17px;
	padding:0 0 22px 0;
}

ul#sub_navigation li {
	min-height:36px;
	height:auto !important;
	height:36px;
	border-top:1px solid #efefef;
	padding:0px;
}

ul#sub_navigation li a {
	text-decoration:none;
	font-weight:normal;
	float:left;
	width:258px;
	padding:9px 0 11px 17px;
	display:block;
	font-size:14px;
	color:#666;
	background:#d9d9d9 url(../images/sub_nav_back.gif) 0 0 repeat-x;
}

ul#sub_navigation li a.active {
	background:#59b2d9 url(../images/sub_nav_back_active.gif) 0 0 repeat-x;
	color:#fff;
}

ul#sub_navigation li a:hover {
	background:#E8DE97 url(./../images/sub_nav_back_hover.gif) 0 0 repeat-x;
	color:#000;
}

ul#sub_navigation li a.active:hover {
	background:#E8DE97 url(./../images/sub_nav_back_hover.gif) 0 0 repeat-x;
	color:#fff;
}

/* ############################################################ */
/* ######################## Referenzen ######################## */
/* ############################################################ */

table.referenzen {
 border-collapse:collapse;
}

table.referenzen td {
 vertical-align:top;
	padding:0 0 22px 0;
}

.logo-box {
	text-align:center;
	width:190px;
	min-height:80px;
 height:auto !important;
	height:80px;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);
	margin:0 17px 0 0;
}

.logo-box img {
	margin:16px 0 18px 0;
}

table.referenzen h3 {
	font-size:15px;
	font-weight:600;
 width:410px;
	padding:11px 0 0 0;
}

table.referenzen p {
	font-size:12px;
	width:410px;
}

table.referenzen ul {
	font-size:12px;
	width:410px;
	margin:4px 0 0 18px;
	padding:0;
}

table.referenzen ul li {
	padding:0 0 3px 0;
}


/* ############################################################ */
/* ########################## Footer ########################## */
/* ############################################################ */

#footer {
	position:absolute;
	clear:both; 
	bottom:0px;
	height:70px; /* height footer = padding bottom content */
	width:970px;
	background:url(../images/footer_back_2.jpg) 0 0 no-repeat;
	/*
	background:#0F203D;
	*/
}

#footer p {
	float:left;
	width:457px;
	color:#666;
	font-size:13px;
	padding:13px 0 0 25px;
}

#footer a {
	float:left;
	margin:1px 0 0 0;
	display:block;
	border-left:1px solid #cececd;
	width:138px;
	height:30px;
	padding:10px 0 0 22px;
	font-size:14px;
	color:#666;
}

#footer a.active {
	background:url(../images/nav_active_footer.png) 0 0 no-repeat;
	color:#fff;
}

#footer a:hover {
	background:url(../images/nav_hover_footer.png) 0 0 no-repeat;
	color:#000;
}



