html {
	background-repeat: repeat-y;
	background-image: url(../images/hg.jpg);
}

body {
	font-size: 0.75em;
	font-family: "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background-image: url(../images/hg_grey.gif);
	background-repeat: repeat-y;
}

img {
	border:none;
}

a, a:hover {
	text-decoration: none;
}

a {
	color: #d50000;
}

a:hover {
	color: #000;
}

h1 {
	font-size: 1em; 
 }

h2 {
	font-size: 0.92em;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 15px;
	background-image: url(../images/line_small.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #d50000;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: -90px;
}

.link {
	background-image: none;
	padding: 0;
	color: #d50000;
}

.underline{
	padding-bottom: 15px;
	background-image: url(../images/line_small.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
}

/* ----------container-------------- */

#container {
	width:810px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 115px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:0px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
margin-left:0px;
}

/* ----------banner-------------- */

#banner {
	width: 910px;
	text-align: right;
	padding-top: 30px;
	height: 70px;
	margin: 0;
	padding-right: 15px;
}

#mainnavi {
	height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 67px;
	background-image: url(../images/BG_mainnavi.jpg);
	background-repeat: repeat-y;
}

#mainnavi ul{
	list-style-type: none;
	padding:0;
  	margin-left:50px;
}

#mainnavi ul li{
	float:left;
	background-image: url(../images/line_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainnavi li a{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
}

#mainnavi li a{
	color: #fff;
}

#mainnavi li a:hover{
	color: #d50000;
}

#mainnavi li .active{
	color: #d50000;	
}


#subnavi {
	width: 500px;
	text-transform: uppercase;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 0.92em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-left: 385px;
}

#subnavi ul{
	list-style-type: none;
	margin-top: 14px;
}

#subnavi ul li{
	display: inline;
	padding-right: 15px;
}

#subnavi ul li.leer {
	visibility:hidden;
}

#subnavi ul li a{
	color: #214e7a;
}

#subnavi ul li a:hover{
	color: #d50000;
}

/* -----------------content--------------------- */

#content {
	float: left;
	width: 510px;
	min-height: 570px;
	padding: 0;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 1.08em;
}

#content ul li {
	padding-right: 20px;
}

#content h2 {
	font-weight: normal;
	padding-left: 25px;
}

#content h3 {
	padding-left: 25px;
}

#content a{
	color: #214e7a;
}

#content a:hover{
	color: #d50000;
}


* html #content {
 /* CSS-Hack für IE6 und kleiner */
 width: 440px;
}

#content p {
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
}

h1 {
	color: #d50000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 25px;
	padding-left: 25px;
}

h4 {
	padding: 5px 25px;
	margin:0;
}

table {
	margin:0;
	padding: 5px 25px;	
	border:0;
}

table h2 {
	margin-left: -25px;
	margin-bottom: 0;
}

.text {
	color: #214e7a;
	font-size: 0.75em;
}

#mailform {
	color: #d50000;
	width: 350px;
	padding-left: 50px;
	padding-bottom: 40px;
}

/* --------------left navigavtion------------- */

#left {
	float: left;
	width: 250px;
	background-color: #f0f0f0;
	min-height: 500px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}

#left p{
	font-size: 1em;
	padding-left: 25px;
}

#left h3{
	color: #d50000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/line_small.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;

}

#left a{
	color: #214e7a;
}


/* -----------footer--------------------------- */

#footer {
	clear: left;
	padding: 0;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #fff;
	height: 90px;
	width: 790px;
	font-size: 1.17em;
}

.footer_box {
	float: left;
	width: 150px;
	font-size: 0.75em;
	color: #666;
	margin-top: 20px;
	line-height: 14px;
}

#footer_navi {
	height: 50px;
	width: 330px;
	float:left;
	font-size: 0.75em;
	color: #666;
	margin-top: 20px;
	text-align: right;
}

#footer_navi ul li{
	display: inline;
}

#footer_navi a{
	color: #214e7a;
}

#footer_navi a:hover{
	color: #d50000;
}

#flag {
	padding:9px 12px;
	width:50px;
	background-image:url(../images/line_vert.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}
