body,html {
	margin: 20 0 0 0;
	padding: 0 0 0 0;
	background-color: #d4e3f2;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}

#container {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------ KOPF, NAVIGATION---------------------- */

#container-header {
	width: 680px;
	height: 40px;
	padding: 10px 40px 10px 40px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:  #FFFFFF;
	line-height: auto;
	font-weight:bold;
}

/* RUNDE ECKEN */

#container .top {display:block; background: #00367c;}
#container .top b
{
  display:block;height: 1px; overflow: hidden; background: #ffffff;
}
#container .r1{margin: 0 5px;}
#container .r2{margin: 0 3px;}
#container .r3{margin: 0 2px;}
#container .top .r4 {margin: 0 1px;height: 2px;}

/* RUNDE ECKEN ENDE */

#container-name {
	margin-left: 300px;
	line-height: 0px;
	font-size:28px;
}

#navi-top {
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
}

#navi-top a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #03387d;
	text-decoration:none;
}

#navi-top a:hover {
	color: #FFFFFF;
	background-color:#03387d;
}


#container-banner {
	width: 675px;
	padding: 15px 40px 0px 45px;
	height: 200px;
	background-image: url(../images/eyecatcher.jpg);
	background-repeat:no-repeat;
}

#container-navigation {
	width: 680px;
	background-color: #00367c;
	height: 25px;
	clear: both;
	margin-top:0px;
}

#navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation  ul, #navigation  li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation  a:link, #navigation  a:visited {
	float: left;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 2px 15px 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00367c;
	border-right: 1px solid #ffffff;
}

#navigation  a:hover {
	color: #FFFFFF;
	background-color: #b1babf;
}

/* INHALT */

#container-content {
	width:680px;
	background-image: url(../images/bg_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 40px 20px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 440px;
	float: left;
	margin-bottom:20px;
}

#border {
	width: 170px;
	margin-left: 500px;
	padding-top:10px;
}

/* ---------------FUSS------------------ */

#container-footer {
	color: #e9f68d;
	background-color: #7d8c16e;
	width: 760px;
	padding: 0px 0px 0px 0px;
	color: #aeaeae;
	display: block;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
	text-decoration:none;
}

#container-footer a:hover {
	color: #00367c;
	background-color:#FFFFFF;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 75px;
	background-color: #00367c;
	background-image: url(../images/footer-end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#copyright {
	float: left;
	width: 360px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #00367c;
}

#navi-footer {
	float: right;
	text-align: right;
	width: 360px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #00367c;
}

/* ------------------HELFER-------------------------- */

.clearer {
	clear: both;
}

/* ÜBERSCHRIFTEN */

h1 {
	font-size: 22px;
	color: #00367c;
	margin: 0 0 0 0;
	padding: 0px 0 20px 0px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #00367c;
	padding: 0px 0 5px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #00367c;
	padding: 5px 0 0px 0px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 10px 10px;
	}
	
h4 {
	font-size: 14px;
	color: #00367c;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	border-top: 1px solid #51280c;
	border-bottom: 1px dotted #51280c;
	padding: 4px 0 4px 5px;
	margin: 0 0 10px 0;
	}
	
h5 {
	font-size: 12px;
	color: #00367c;
	padding: 5px 0 0px 0px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 10px 10px;
	}

/* ---------------------TYPOGRAPHY etc.-------------------------- */	
	
hr {
	
	border-top: 1px solid #7d8c16;
	height: 1px;
	padding-bottom:15px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}


#content p {
	line-height: 19px;
	color: #00367c;
	margin: 0 0 10px 25px;
	text-align:justify;
}

#content p a, #border p a {
	text-decoration: none;
	color: #404040;
	padding: 1px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #03387d;
	padding: 1px;
}


#content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 25px;
	padding: 0 0 0 20px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content .quote {
	border-top: 1px solid #51280c;
	background-color: #dde891;
	border-bottom: 1px solid #51280c;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #51280c;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 20px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}

#subnavigation li {
	color: #03387d;
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #00367c;
	border-bottom: 1px dotted #7d8c16;
}

#subnavigation li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #03387d;
	#background-color: #b1babf;
	border-bottom: 1px solid #51280c;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 2px 10px;
	margin: 0 0 15px 0px;
}


/*---------------------Images--------------------------------*/

.csc-textpic-imagewrap{
	margin:5px;

}
/*

#content img {
	background-color: #ffffff;
	padding: 5px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
*/

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #03387d;
		padding: 3px;
	}


/*---------------------Mailformular--------------------------------*/

/*Mailformular*/

.csc-mailform{
	background-color: #ffffff;
	border: 1px solid #ffffff;
}


#mailform{
	margin-left:20px;
}

.csc-mailform-field{
	display: block;
	margin: 5px;
	padding: 5px;
}

.csc-mailform label{
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	color: #03387d;
}

.csc-mailform input, .csc-mailform textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #03387d;
	background-color: #FFFFFF;
	border: 1px solid #03387d;
	width: 200px;
	padding: 2px 6px;
	font-size: 11px;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor: white;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color: #ffffff;
	border: 1px solid #03387d;
}