@charset "utf-8";
/* ----------------------------- */
/* --- CSS Document ------------ */
/* ----------------------------- */

@import "menu.css";
@import "form.css";
@import "contentFormat.css";

* {
	margin:0px;
	padding:0px;
}

html, body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 13px;
	color: #000000;
	/*background-attachment: fixed;*/
}

body {
	background: url(../img/hg/hg_base.jpg);
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FF0000;
}

ul {
	list-style: none;
}

h1 {
	color: #FF0000;
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h6 {
	line-height: 25px;
}

hr {	
	background-color: #000; /* Farbe für Opera und Firefox */
	color: #000; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	width: 400px;
}

img {
	border: 0px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	/*border: 1px solid #000;*/
}

#head {
	width: 800px;
	float: left;
}

#headline {
	width: 620px;
	height: 60px;
	float: left;
}

#language {
	height: 60px;
	width: 180px;
	float: right;
}

#language li {
	display: inline;
}

#slogan {
	width: 184px;
	height: 100px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
}

#slogan img {
	width: 68px;
	height: 67px;
	border: none;
	margin-bottom: 10px;
}

#titleNavi {
	float: left;
}

#naviTitleBox {
	position: relative;
	top: 0px;
	right: 0px;
	_right: 20px;
	_width: 556px;
	width: 576px;
	float: right;
}

#title {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-left: 40px;
	float: right;
}

#navibox {
	width: 180px;
	float: left;
/*	clear: both;*/
}

#redline {
	width: 100%;
	float: left;
	clear: both;
}

#anschrift {
	width: 180px;
	text-align: center;
	background: #f6f6f6;
	border: 2px #FFFFFF solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -4px;
	float: left;
}

/*#anschrift a {
	font-size: 13px;
}*/

#contentBox {
	width: 100%;
	float: left;
	clear: both;
}

#content td {
	padding: 5px;
}

#content {
	width: 500px; /* 576 */
	/*font-size: 13px;*/
	margin-right: 90px;
	padding-bottom: 50px;
/*	border: 1px #000000 solid;*/
	float: right;
	_width: 576px;
	_margin-right: 0px;
	_padding-left: 40px;
}

#contentPack {
	width: 576px;
	/*font-size: 13px;*/
	padding-bottom: 50px;
	float: right;
}

#contentPack td {
	padding: 5px;
}

#contentLeft {
	width: 460px;
	float: left;
}

#contentRight {
	width: 86px;
	margin-left: 30px;
	float: right;
}

#contentRight h1 {
	font-size: 9px;
	color: #000000;
	margin-bottom: 10px;
}

.csc-textpic-imagerow {
	margin-top: -10px;
	margin-left: -15px;
	padding: 0px;
}

.csc-textpic-imagewrap {
	margin-bottom: 15px;
}
