* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	/* only for IE */
	behavior: url("css/csshover.htc");
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	font-size: 100.01%;
	line-height: 1.2em;
	color: #333;	
	background-image: url(../design/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#maincontainer {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	padding: 0;
	font-size: 0.7em;
}

div#header {
	clear: both;
	height: auto;
	overflow: hidden;
}

div#bildleiste-out {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #FFF;
	border-top: 1px solid #FFF;
}

div#bildleiste-in {
	width: 200%;
}

div#navigation1 {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 0.5em 0;
	border: solid #FFF;
	border-width: 1px 0 1px 0;
	font-weight: normal;
}

div.navigation2 {
	padding: 0.5em 1em;
	text-align: center;
	background-color: #99CC33;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
}

div#content-left-out {
	float: left;
	width: 20%;
}

div#content-left-in {
	padding: 10px;
}

div#content-right-out {
	float: right;
	width: 80%;
}

div#content-right-in {
	padding: 10px 20px;
}

div#copyright {
	clear: both;
	position: relative;
	text-align: center;
	padding: 5px;
	color: #999;
	font-size: 0.9em;
}

#copyrigt a, #copyright a:link, #copyright a:visited {
	color: #999;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

span.trenner-navigation {
	margin: 0 5px;
	font-weight: normal;
}

div#newstickerbox {
	padding-top: 20px;
	height: 70px;
	color: #EE0000;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ detailanzeige */
div#details-left {
	float: left;
	width: 30%;
	margin-top: 20px;
}

div#details-right {
	float: right;
	width: 70%;
	margin-top: 20px;
}

table#details {
	width: 100%;
	margin: 0 10px;
}

#details td {
	background-color: #FFF;
	color: #000;
	vertical-align: top;
	padding: 3px;
}

#details td.left {
	width: 40%;
	text-align: left;
	font-weight: bold;
}

#details td.right {
	
}

img.topangebot {
	display: block;
	margin: 30px 0 10px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_text */
p.seitentitel {
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 20px 50px;
}

p.absatztitel {
	color: #003300;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation 1 */

#navigation1 a, #navigation1 a:link, #navigation1 a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation1 a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navigation1 span {
	font-weight: bold;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation 2 */
div.navigation2 a, .navigation2 a:link, .navigation2 a:visited {
	text-decoration: none;
	color: #FFF;
}

.navigation2 a:hover {
	color: #000;
	text-decoration: underline;	
}

.navigation2 span {
	color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subnavigation */
div#subnavigation-out {
	padding-top: 100px;
	overflow: hidden;
	width: 100%;
}

div#subnavigation-in {
	padding: 0;
	border-top: 1px solid #99CC33;
}

#subnavigation-in span {
	display: block;
	width: 100%;
	padding: 10px;
	color: #FFF;
	border-bottom: 1px solid #99CC33;
	background-color: #99CC33;
}

#subnavigation-in a, #subnavigation-in a:link, #subnavigation-in a:visited {
	display: block;
	width: 100%;
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #99CC33;
	text-decoration: none;
}

#subnavigation-in a:hover {
	text-decoration: none;
	background-color: #CCFF66;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ popup */
body.popup {
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.2em;
	color: #333;
}

body.popup p {
	font-size: 0.7em;
}

body.popup a, body.popup a:link, body.popup a:visited {
	color: #333;
	text-decoration: underline;
}

body.popup a:hover {
	color: #333;
	text-decoration: none;
}

p.popup-titel {
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px; 
}

p.popup-print, p.popup-close {
	margin-top: 10px;
}

img.popup-picture {
	border: 1px solid #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ standard-tags */
label:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.linie {
	clear: both;
	height: 1px;
	border-top: 1px dashed #99CC33;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

div.pagetop {
	text-align: center;
	padding: 5px;
}

table, form {
	margin: 0;
}

h1 {
	font-size: 3em;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 5px 0 5px 0;
}

.boldkontrast {
	color: #99CC33;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.hinweis {
	color: #99CC33;
}

.kontrast {
	color: #99CC33;
}

img.png {
	/* only for IE */
	behavior: url("css/pngbehavior.htc");
}

img {
	border: none;
	font-size: 0.7em;
}

div.abschluss {
	clear: both;
	height: 1px;
	width: 80%;
	overflow: hidden;

}

div.titel {
	text-align: left;
	height: 100px;
	overflow: hidden;
}

div.titeltext {
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 0;
	font-weight: bold;
	font-size: 2em;
	color: #999;
}

div.introtext {
	margin-bottom: 20px;
}

ul {
	font-size: 1.em;
	list-style-position: inside;
	margin-left: 50px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formular-elemente */
img.verifizierung {
	margin: 0 10px;
	vertical-align: middle;
	border: 1px solid #CCC;
}

input.inputtext {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 500px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

input.inputfile {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 500px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 500px;
	height: 100px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: top;
}

select {
	background-color: #EEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 200px;
	color: #333;
	vertical-align: middle;
	border: 1px solid #CCC;
}

input.checkbox {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

input.radio {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

div.formularzelle-right {
	text-align: right;
	margin-bottom: 10px;
}

div.formularzelle-left {
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-center {
	text-align: center;
	margin-bottom: 10px;
}

div.formularzelle-button {
	padding: 10px;
}

.formularbezeichner {
	color: #99CC33;
	margin-right: 10px;
}

a.formular-textlink {
	margin: 0 10px;
}

p.pflichtfelder {
	text-align: left;
	font-size: 0.9em;
}

optgroup {
	
}

button {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

button:hover {
	color: #000;
	background-color: #99CC33;
	cursor: pointer;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ impressum */
div#impressum-kunde, div#impressum-pixel {
	padding: 10px;
}

div#impressum-haftungsausschluss {
	padding: 10px;
	text-align: justify;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #999;	
}

img.impressum-png {
	margin: 10px;
	vertical-align: middle;
	behavior: url("css/pngbehavior.htc");
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ galerei/minigalerie */
div.container-minigalerie {
	
}

div.minigaleriebox {
	position: relative;
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #000;
}
img.minigalerie {
	border: 1px solid #333;
}

div.container-galerie {
	margin: 20px 0;
	background-color: #FFF;
	font-size: 1.0em;
}

p.galerietitel {
	color: #990000;
	margin-top: 0;
	margin-bottom: 10px;
}

p.galeriefooter {
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
}

div.galeriebox {
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 20%;
	padding: 10px;
	border: 1px solid #333;
	height: 150px;
}

p.galerietext {
	color: #990000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box-elemente */
div.box-out {
	font-size: 1.0em;
	position: relative;
	text-align: left;
	margin: 10px 0;
	clear: both;
	height: auto;
	width: 100%;
}

div.box-in {
	border: 1px dashed #99CC33;
	padding: 5px 10px;
}

.box-in img.boxpicture {
	float: left;
	margin-right: 10px;
}

.box-in a, .box-in a:link, .box-in a:visited {
	color: #333;
	text-decoration: underline;
}

.box-in a:hover {
	color: #333;
	text-decoration: none;
}

table.download-docs {
	margin-left: 50px;
	vertical-align: top;
	font-size: 1.0em;
	margin-top: 10px;
}

td.download-icon {
	text-align: right;
}

td.download-doc {
	width: 150px;
}

td.download-docsize {
	
}

img.download-icon {
	vertical-align: middle;
	margin-right: 10px;
}

div.flashplayer {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 4px;
}

div.flash-bilderwechsel {
	width: 400px;
	height: 200px;
	overflow: hidden;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contentnavigation */
div.contentnavigation {
	background-color: #EEE;
	position: relative;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}

span.aktuellecontentseite {
	margin: 0 10px;
	font-weight: bold;
}

a.contentseite, a.contentseite:link, a.contentseite:visited {
	margin: 0 10px;
	color: #333;
	text-decoration: underline;
}

a.contentseite:hover {
	color: #CCC;
	text-decoration: none;
}

.contentnavigation .zumanfang {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .zurueck {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .weiter {
	position: relative;
	float: right;
	padding: 5px;
}

.contentnavigation .zumende {
	position: relative;
	float: right;
	padding: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sitemap */
p.sitemap {
	color: #000;
	margin: 0;
}

a.sitemap, a.sitemap:link, a.sitemap:visited {
	color: #000;
	text-decoration: underline;
}

a.sitemap:hover {
	color: #99CC33;
	text-decoration: none;
}

img.sitemap_1, img.sitemap_2, img.sitemap_3, img.sitemap_4, img.icon_abt1, img.icon_abt2, img.icon_file {
	vertical-align: middle;
}

img.icon_abt1, img.icon_abt2, img.icon_file {
	margin-left: 5px;
}

span.sitemap-kommentar {
	margin-left: 20px;
	font-size: 0.9em;
	color: #999;
}



div.sitemap-boxcontainer {
	width: 50%;
	float: left;
}

div.sitemap-box {
	padding: 20px;
}

p.sitemap-abt {
	background-color: #EEE;
	padding: 2px 10px;
}

p.sitemap-thema {
	margin-left: 20px;
}

p.sitemap-abt span, p.sitemap-thema span {
	font-size: 0.9em;
	line-height: 1.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout1 */
div.layout1 {
	
}

.layout1 div.picture {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}

.layout1 div#text1 {
	width: 100%;
	margin-bottom: 20px;
}

.layout1 div#text2 {
	float: left;
	margin-right: 10px;
	width: 180px;
}

.layout1 div#text3 {
	float: left;
	margin-top: 10px;
	color: #000;
	width: 280px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout2 */
div.layout2 {
	
}

.layout2 div#left {
	float: left;
	width: 30%;
}

.layout2 div#right {
	float: right;
	width: 65%;
}

.layout2 div.picture {
	float: left;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.layout2 div#text1 {
	margin-bottom: 20px;
}

.layout2 div#text2 {
	
}

.layout2 div#text3 {
	color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout3 */
div.layout3 {
	
}

.layout3 div#left {
	float: left;
	width: 65%;
}

.layout3 div#right {
	float: right;
	width: 30%;
}

.layout3 div.picture {
	float: left;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.layout3 div#text1 {
	margin-bottom: 20px;
}

.layout3 div#text2 {
	
}

.layout3 div#text3 {
	color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ angebote base */
div.angebote-base-box {
	margin: 5px;
	border: 1px solid #CCC;
	padding: 0;
	overflow: hidden;
	height: 100px;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ angebote listenansicht */
div.angebote-listenansicht {
	clear: both;
	line-height: 1.2em;
	padding: 5px 5px 0 5px;
	/*background-color: #CCFF66;*/
}

.angebote-listenansicht div.spalte1 {
	float: left;
	width: 10%;
	text-align: left;
}

.angebote-listenansicht div.spalte2 {
	float: left;
	width: 60%;
}

.angebote-listenansicht div.spalte3 {
	float: left;
	width: 20%;
	text-align: right;
}

.angebote-listenansicht div.spalte4 {
	float: left;
	width: 10%;
	text-align: right;
}

span.alterpreis {
	text-decoration: line-through;
}

span.sonderpreis {
	font-weight: bold;
	color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.download-docs {
	margin-left: 50px;
	vertical-align: top;
	font-size: 1.0em;
	margin-top: 10px;
}

td.download-icon {
	text-align: right;
}

td.download-doc {
	width: 150px;
}

td.download-docsize {
	
}

img.download-icon {
	vertical-align: middle;
	margin-right: 10px;
}
