body {
	padding: 0;
   font-size: 100%;
	background-color: #EFEFEF;
	text-align: center;
	color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
   }

#box1 {
	margin:0;
	padding:0;
	width: 800px;
	height: 100%;
	background-image: url(../images/bg.png) top left repeat_y;
/*
	border: medium;
	border-color: Lime;
	border-style: solid;
*/
}

#box_header {
	margin:0;
	padding:0;
	width: 800px;
	height: 212px;
	background-color: #EFEFEF;
/*
	border: medium;
	border-color: Red;
	border-style: solid;
*/
}

#h_header_1 {
	margin:0;
	padding:0;
	width: 800px;
	height: 100px;
	background-image: url(../images/h_header_1.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#adresse {
	margin:0;
	padding:0;
	width: 250px;
	height:60px;
	position: relative;
	top: 8px;
	left: 630px;
	font-size: 0.9em;
	color: #0051A5;
	text-decoration: none;
}


#h_header_2 {
	margin:0;
	padding:0;
	width: 800px;
	height: 31px;
	background-image: url(../images/h_header_2.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#bild {
	margin:0;
	padding:0;
	width: 400px;
	height:40px;
	background: #0051A5;
	position: relative;
	top: 0px;
	left: 0px;
/*
	border: medium;
	border-color: Olive;
	border-style: solid;
*/
}

#h_header_3 {
	margin:0;
	padding:0;
	width: 800px;
	height: 61px;
	background-image: url(../images/h_header_3.png);
	position: relative;
	top: 0px;
	left: 0px;
/*
	border: medium;
	border-color: Olive;
	border-style: solid;
*/
}

#h_header_4 {
	margin:0;
	padding:0;
	width: 800px;
	height: 20px;
	background-image: url(../images/h_header_4.png);
	position: relative;
	top: 0px;
	left: 0px;
}

#box_inhalt {
	margin:0;
	padding:0;
	width: 800px;
	height: 100%;
	background-image: url(../images/h_bg.png); 
/*
	border: medium;
	border-color: Olive;
	border-style: solid;
*/
}

#box_navi {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	background-color: transparent;
/*
	border: medium;
	border-color: Olive;
	border-style: solid;
*/
}

#navi_1 {
	margin:0;
	padding:0;
	width: 200px;
	height: 30px;
/*
	background-image: url(../images/h_bg_navi_2.png);
*/
	position: relative;
	top: 0px;
	left: 0px;
	}

#navi_2 {
	margin:0;
	padding:0;
	width: 150px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
/*
	border: 1px;
	border-color: White;
	border-style: solid;
*/
	}

#bild_links_1 {
	margin:0;
	padding:0;
	width: 200px;
	background: #0051A5;
	position: relative;
	top: 0px;
	left: 0px;

	border: medium;
	border-color: Olive;
	border-style: solid;

}

#box_text {
	float:left;
	margin:0;
	padding:0;
	background-color: #1E4988;
	width: 590px;
	height: 100%;
	font-size:0.9em;
/*
	border: medium;
	border-color: Yellow;
	border-style: solid;
*/
}

#text {
	margin:0;
	padding:10;
	width: 100%;
	font-size:1em;
/*
	border: thin;
	border-color: #EFEFEF;
	border-style: solid;
*/
}

table, table:body {
	border: none;
}

h1 {
	font-size: 1.7em;
	margin:0;
}

h2 {
	font-size: 1.2em;
	margin:0;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	margin:0;
	font-weight: normal;
	color: Black;
}

td {
	font-size: 1em;
	margin:0;
	font-weight: normal;
}

.csc-mailform-label {
	font-size: 1em;
	margin:0;
	font-weight: normal;
	width: 150%;
}

.csc-mailform-field {
	font-size: 1em;
	margin:0;
	font-weight: normal;
	width: 500;
}

p {
	margin:0;
	font-size: 1em;
	color: #EFEFEF;
}

a.home:link {
	font-size: 12px;
	color: #0051A5;
	text-decoration: none;
}

a.home:visited {
	font-size: 12px;
	color: #0051A5;
	text-decoration: none;
}

a.home:hover {
	font-size: 12px;
	color: #0051A5;
	text-decoration: none;
}

a.inhalt:link {
	font-size: 1em;
	color: #979797;
	text-decoration: none;
}

a.inhalt:visited {
	font-size: 1em;
	color: #979797;
	text-decoration: none;
}

a.inhalt:hover {
	font-size: 1em;
	color: White;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: White;
	font-size: 12px;
}

label {
 width: 200px;
 float: left;
}

