html, body {
	margin:		0;
	padding:	0;
	height:		100%;
	width:		100%;
}

body {	
	background-color:	#f6f4f3;
	text-align:			center;
}

body, td, th {
	font-family:		Arial, helvetica, sans-serif;
	font-size:			11px;
}

#page_wrapper{
	width:				100%;
	text-align:			center;
	min-height:			100%; /* Moderne Browser */
	height:				auto !important; /* Moderne Browser */
	height:				100%; /* IE */
	margin:				0;
	padding:			0;
	background-color:	blue;
	position:			relative;

}

#page {
	width:				800px;
	min-height:			100%; /* Moderne Browser */
	height:				auto !important; /* Moderne Browser */
	height:				100%; /* IE */
	margin:				0 auto;
	padding:			0;
	background-color:	#FFFFFF;
	text-align:			left;
}

#header {
	background-image:	url(images/header_bckgrd.jpg);
	width:				800px;
	height:				110px;
	clear:				both;
}

#navi {
	font-family:		Tahoma, Arial, helvetica, sans-serif;
	background-color:	rgb(0, 8, 116);
	width:				800px;
	height:				23px;
	text-align:			center;
	clear:				both;
}

#pagebody {
	clear:				both;
}

#left {
	float:				left;
	width:				248px;
}

#contact_wrapper {
	width: 			 	240px;
	padding:			0px;
	margin:				8px 0px 0px 0px;
	background-color:	rgb(158, 158, 158);
}

#contact {
	padding:			5px 5px 5px 9px;
	font-size:			10px;
}

#info_wrapper {
	width:				240px;
	padding:			0px;
	margin:				8px 0px 0px 0px;
	background-color:	rgb(206,206,206);
}

#info {
	padding:			5px 5px 5px 9px;
}

#content_wrapper {
	width:				552px;
	padding:			0px;
	margin:				8px 0px 0px 0px;
	background-color:	rgb(237, 237, 237);
	float:				right;
}

#content {
	padding:			25px 25px 25px 25px;
}
/*
#footer_spacer {
	height:				25px;
	overflow:			hidden;
	clear:				both;
	margin:				0;
	padding:			0;
}*/

#footer_wrapper {
	clear:				both;
	background-color:	white;
	width:				800px;
	text-align:			center;
	font-size:			0.9em;
	height:				25px;
	bottom:				0px;
}

#footer {
	padding:			10px 0 0;
}

div.clearing {
	clear:			both;
	height:			0;
	padding:		0;
	margin:			0;
	overflow:		hidden;
}

a:link {
	color:				rgb(0, 8, 116);
	text-decoration:	underline;
}
	
a:visited {
	color:				rgb(0, 8, 116);
	text-decoration:	underline;
}
a:focus {
	color:				rgb(0, 8, 116);
	text-decoration:	underline;
}
a:hover {
	color:				rgb(0, 8, 116);
	text-decoration:	underline;
}
a:active {
	color:				rgb(0, 8, 116);
	text-decoration:	underline;
}

a.noUnderline:link,
a.noUnderline:visited,
a.noUnderline:focus,
a.noUnderline:hover,
a.noUnderline:active {
	text-decoration:	none;
}

.navi a:link,
.navi a:visited,
.navi a:focus {
	color:					#FFFFFF;
	text-decoration:		none;
}

.navi a:hover,
.navi a:active,
a.navi_ACT:link,
a.navi_ACT:visited,
a.navi_ACT:focus,
a.navi_ACT:hover,
a.navi_ACT:active {
	color:					rgb(255, 153, 0);
	text-decoration:		none;
}

.contact_title a:link,
.contact_title a:visited,
.contact_title a:focus,
.contact_title a:hover,
.contact_title a:active {
	color:					rgb(0, 0, 0);
	text-decoration:		none;
}

.navi {
	text-align:				left;	
}

table.navi1 {
	margin-left:			auto;
	margin-right:			auto;
}

table.navi1 td {
	vertical-align:		top;
	padding:				3px 15px 0px 15px;
	font-size:			12px;
	font-weight:		normal;
}

td.navi1_RO {
	
}

td.navi1_ACT {
	color:					rgb(255, 153, 0);
}

.navi2_prelayer {
	height:				23px;
	background-color:	transparant;
	border-left:		1px solid rgb(255, 153, 0);
}

.navi2_layer {
	background-color:	rgb(0, 8, 116);
	border-left:		1px solid rgb(255, 153, 0);
	border-bottom:		1px solid rgb(255, 153, 0);
	color:				#FFFFFF;
	padding:			5px 0px 8px 0px;
	min-width:	170px !important;
}

.navi2 {
	padding:			3px 15px 3px 20px;
}
.navi2_spacer{
	padding:			3px 8px 3px 15px;
	font-weight:		bold;
}

table.center {
	margin-left:			auto;
	margin-right:			auto;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

p {
	margin-top:				.5em;
	margin-bottom:			.5em;
}

p.line {
	margin:					0.8em 0 0 0;
	border-bottom:			1px solid rgb(0, 8, 116);
	font-size:				1.1em;
	font-weight:			normal;
}

p.box {
	margin:					0.8em 0 0 -2px;
	padding:				1px 2px;
	background-color:		rgb(206,206,206);
	font-size:				1.1em;
	font-weight:			bold;
}

/* Kontaktinfo im linken Bereich */
p.contact_title {
	font-weight:		bold;
}

p.contact_text {
	margin-top:			8px;
}

img.contact_logo {
	float:				right;
	position:			relative;
	top:				-3px;
}

img {
	border:				none;	
}

/************************************
 * Formatierung fuer Formulare
 ************************************/
input, textarea {
	border:					1px solid rgb(206, 206, 206);
	font-size:				1em;
}

span.csc-form-label-req {
	font-weight:			bold;	
}
 
/* ENDE Formatierunf fuer Formulare */

h1 {
	margin-top:				0;
	margin-bottom:			.5em;
	font-size:				2em;
}
h2 {
	margin-top:				0;
	margin-bottom:			.5em;
	font-size:				1.6em;
}
h3 {
	margin-top:				0;
	margin-bottom:			.5em;
	font-size:				1.2em;
}

ul {
	margin:					5px 0 5px 0;
	padding-left:			20px;
	list-style-image:		url(images/bullet_2.gif);
}

ul ul {
	margin:					0 0 5px 0;	
}



td {
	vertical-align:			top;	
}


/************************************
 * neue Formatvorlagen
 ************************************/
 
table.wide {
	width:					100%;	
}


table.bckgrdWhite {
	width:					100%;
	background-color:		white;	
}
table.bckgrdWhite td {
	width:					50%;
}
table.twoCols {
	width:					100%;	
}

table.twoCols td {
	width:					50%;
}

img.floatLeftBorder, img.floatLeft {
	float:					left;
	margin-right:			14px;
}

img.floatRightBorder, img.floatRight {
	float:					right;
	margin-left:			14px;
}

img.floatLeftBorder {
	border-bottom:			1px solid rgb(255, 153, 0);
	border-left:			1px solid rgb(255, 153, 0);
}

img.floatRightBorder {
	border-bottom:			1px solid rgb(255, 153, 0);
	border-left:			1px solid rgb(255, 153, 0);
}


/******************************************************************************
 * fuer Ueberschrift mit Untertitel
 *  Ueberschrift wird im versteckten h2-tag geschrieben, fuer Suchmaschinen
 *  und Barrierefreiheit
 ******************************************************************************/
p.subheader_center, p.subheader, h3.imageheader_subheader {
	margin:					2px 0 20px 0;
	padding:				0;
	font-weight:			bold;
	font-size:				11px;
	text-align:				left;
	color:					rgb(0, 8, 116);
}

p.subheader_center {
	text-align:				center;
}

h2.imageheader_center {
	height:26px;
	background-repeat:no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
}

h2.imageheader_left {
	height:22px;
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0;
}

h2.imageheader_center strong, h2.imageheader_left strong {
	display:			none;
}
/* Ueberschrift ENDE */


/** MailForm */
table.csc-mailform {
	margin-left:		auto;
	margin-right:		auto;
}

/** */
.csc-menu .sitemap_title {
	font-weight:		bold;
}
.csc-menu .sitemap_subtitle {
	font-style:			italic;
}

.csc-menu li {
	margin-bottom:		8px;	
}