*{
	margin: 0px;
	padding: 0px;
}

html, body, #container {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(pic/bildsaetze/schatten_gold.png);
	background-position: center center;
	background-repeat: repeat-y;
	text-align: center;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#bildleiste {
	width: 960px;
	height: 285px;
	border-bottom: 1px solid #d70000;
	background-image: url(pic/bildsaetze/paar.jpg);
}

#bildleiste img {
	border: none;
}

#logo {
	width: 930px;
	height: 215px;
	padding-left: 30px;
	background-image: url(pic/logo_neu.png);
	background-repeat: no-repeat;
}

#logo a {
	position: absolute;
	display: block;
	width: 930px;
	height: 215px;
}

#logo img {
	display: none;
}

#suchfeld {
	padding-top: 40px;
	padding-right: 10px;
	height: 20px;
	text-align: right;
	float: right;
	width: 170px;
}

.suchbox {
	font-size: 11px;
	width: 170px;
	height: 20px;
	background: none;
	background-image: url(pic/hg_trans.png);
	border: none;
}

#mainmenu {
	width: 960px;
	height: 30px;
	border-top: 3px solid #FFFFFF;
	//background-image: url(pic/hg_main.png);
	//background-repeat: repeat-x;
	background: #cf060c; /* Old browsers */
	background: -moz-linear-gradient(top, #cf060c 0%, #b40609 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf060c 0%,#b40609 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf060c 0%,#b40609 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#mainmenu ul {
	font-weight: bold;
	list-style-type: none;
}

#mainmenu ul li {
	line-height: 20px;
	float: left;
}

#mainmenu ul li a {
	height: 20px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	text-transform: uppercase;
	display: block;
}

#mainmenu ul li a.main_n:link, #mainmenu ul li a.main_n:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu ul li a.main_n:hover, #mainmenu ul lia.main_n:active {
	color: #D7D7D7;
	text-decoration: none;
	//background-image: url(pic/hg_main_s.png);
}

#mainmenu ul li a.main_s:link, #mainmenu ul li a.main_s:visited, #mainmenu ul li a.main_s:hover, #mainmenu ul li a.main_s:active {
	color: #D7D7D7;
	text-decoration: none;
	//background-image: url(pic/hg_main_s.png);
}

#sprache {
	float: right;
}

#sprache ul {
	list-style-type: none;
	font-size: 11px;
}

#sprache ul li {
	line-height: 25px;
	float: left;
}

#sprache ul li a {
	padding-left: 10px;
}

#sprache ul li a.s_n:link, #sprache ul li a.s_n:visited {
	color: #000000;
	text-decoration: none;
}

#sprache ul li a.s_n:hover, #sprache ul li a.s_n:active {
	color: #666666;
	text-decoration: none;
}

#sprache img {
	border: none;
} 

#submenu {
	width: 960px;
	height: 29px;
	border-bottom: 1px solid #FFFFFF;
	//background-image: url(pic/hg_sub.png);
	//background-repeat: repeat-x;
	background: #cf060c;
}

#submenu ul {
	list-style-type: none;
}

#submenu ul li {
	line-height: 20px;
	float: left;
}

#submenu ul li a {
	height: 20px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	display: block;
}

#submenu ul li a.sub_n:link, #submenu ul li a.sub_n:visited {
	color: #ffffff;
	text-decoration: none;
}

#submenu ul li a.sub_n:hover, #submenu ul li a.sub_n:active {
	color: #ffffff;
	text-decoration: underline;
}

#submenu ul li a.sub_s:link, #submenu ul li a.sub_s:visited, #submenu ul li a.sub_s:hover, #submenu ul li a.sub_s:active {
	color: #ffffff;
	text-decoration: underline;
}

#news {
	width: 200px;
	padding-left: 10px;
	float: right;
	background-image: url(pic/hg_content.png);
	background-repeat: repeat-x;
}

.newsblock {
	margin-bottom: 10px;
}

#news h1 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

#news p {
	margin-bottom: 10px;
}

#news img {
	margin-bottom: 10px;
	border: none;
}

#content_schmal {
	width: 750px;
	padding-top: 30px;
	float: left;
	background-image: url(pic/hg_content.png);
	background-repeat: repeat-x;
}

#content_breit {
	width: 960px;
	padding-top: 30px;
	float: left;
	background-image: url(pic/hg_content.png);
	background-repeat: repeat-x;
}


h1 {
	font-size: 20px;
	font-weight: normal;
	color: #d70000;
	margin-bottom: 10px;
	clear: both;
}


h2 {
	font-size: 17px;
	font-weight: normal;
	color: #d70000;
	margin-bottom: 10px;
}

h2 a:link, h2 a:visited {
	color: #d70000;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #333333;
	text-decoration: underline;
}

p {
	line-height: 18px;
	margin-bottom: 10px;
}

td, tr {
	font-size: 12px;
}

caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

p.bu {
	margin: 5px;
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d70000;
	text-decoration: underline;
}

.block {
	margin-bottom: 30px;
	clear: both;
}

.artikelliste {
	min-height: 180px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #ad9b64;
	background-image: url(pic/hg_liste.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
}

.thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	float: left;
	text-align: center;
}

.thumbnail img {
	border: none;
}

.artikelliste .textblock {
	padding-bottom: 10px;
}

.artikelbr {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	clear: both;
}

.bildrechts {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

.bildrechts img {
	border: none;
}

.artikelbr .textblock {
}

.artikelbl {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	clear: both;
}

.bildlinks {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.bildlinks img {
	border: none;
}

.artikelbl .textblock {
}

.artikelbg {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	clear: both;
}

.bildgross {
	margin-bottom: 20px;
	clear: both;
}

.bildgross img {
	border: none;
}

.artikelbg .textblock {
}

.artikelkb {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	clear: both;
}

.artikelkb .textblock {
}

.g_bild {
	margin: 15px;
}

.kontaktfeld {
	font-size: 13px;
	width: 350px;
}

.fuss {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	background: #cf060c;
	color: #fff;
}

.fuss a:link, .fuss a:visited {
	color: #fff;
	text-decoration: none;
}

.fuss a:hover, .fuss a:focus {
	text-decoration: underline;
}