/* -----------------------------------------------------------CSS Dokument---------------------------------------------------------------- */
html,body {
	margin:0;
	padding:0;
	background: #ffffff;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
}

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

a {
border:none;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: underline;
	border:none;
	margin: 0px;
	padding: 0px;
}

a:hover {
border:none;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;}

ul {
	list-style: square;
}
/* -----------------------------------------------------------END---------------------------------------------------------------------------- */


/* -----------------------------------------------------------Admin-------------------------------------------------------------------------- */
div#admin {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

#admin p img{
	border:0px;
}

#admin a:link, a:active, a:visited, a:hover {
	border:0px;
}
/* -----------------------------------------------------------END----------------------------------------------------------------------------- */


/* -----------------------------------------------------------Header-------------------------------------------------------------------------- */
div#header h1 {
	/* background: #ffffff; */
	height:118px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
	background-image:url(grafik/head.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* -----------------------------------------------------------END---------------------------------------------------------------------------- */


/* -----------------------------------------------------------Content------------------------------------------------------------------------- */
.formalert {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
}

input {
	border: 1px solid #d00305;
	background-color: #ffffff;
}

textarea {
	border: 1px solid #d00305;
	background-color: #ffffff;
}

div#container{
	border: 0px solid #ff0000; 
	width:980px;
	margin:0 auto;
	text-align:left;
	/* margin-left: 5px; /* Wenn Wert auf NULL, dann LINKSAUSRICHTUNG der SITE */
}

div#wrapper{
	border: 0px solid #ff0000;
	background: #ffffff; 
	float: left;
	min-height: 700px;
	height: auto !important; /* für moderne Browser*/
	height: 600px; /* für den IE */
 	background-image:url(grafik/back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
}

div#content {
	border: 0px solid #000099;
	width: 635px;
	float: right;
	margin: 0px;
}

#content p {
	margin-left: 0px;
	margin-bottom: 0px;
}

#content a {
	color: #ff0000;
	text-decoration: underline;
	display: block; 
	font-size: 12px;
}

#content a:link, a:active, a:visited, a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-size: 12px;
}

#content h1 {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d00305;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
	padding-left: 10px; /* Text-Abstand */
	padding-top: 3px;
	padding-bottom: 3px;
	/* background-image:url(grafik/h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll; */
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#000000;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#000000;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size:10px;
	font-weight: normal;
	color:#ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 500px;
}
/* -----------------------------------------------------------END----------------------------------------------------------------------------- */


/* -----------------------------------------------------------Navigation--------------------------------------------------------------------- */
#navcontainer { 
	margin-left: -980px; /* Dieser Wert entspricht der div#container-width */
	margin-top: 0px;
	float: left;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, Helvetica, sans-serif;
}

#navcontainer li { 
	margin: 0 0 1px 0 !important;
}

#navcontainer a {
	display: block !important;
	padding: 5px 20px !important;
	width: 110px !important;
	color: #ffffff;
	background-color: #d00305;
	text-decoration: none;
	background-image:url(grafik/navi.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#navcontainer a:hover {
	color: #000000;
	background-color: #fbbd0c;
	text-decoration: none;
}

#navcontainer ul ul li { 
	margin: 0 0 1px 0; 
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 115px;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	background-image:url(grafik/navi-sub.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#navcontainer ul ul a:hover {
	color: #000000;
	background-color: #fbbd0c;
	text-decoration: none;
}

li#active {
	background-color: #C3A67A !important;
}

p#download {
	border: 1px;
	margin-top: 0px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Footer------------------------------------------------------------------------ */
div#footer {
	clear: left;
	width: 100%;
	background: #d00305;
	color: #ffffff;
	background-image:url(grafik/footer.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#footer p {
	text-align:center;
	margin:0;
	padding:5px 10px;
}

#footer a:link, a:visited, a:active{
	display: inline !important;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0px;
}

#footer a:hover {
	display: inline !important;
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #000000;
	margin: 0;
}

.stellung1 {
	width: 110px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Ansprechpartner---------------------------------------------------------- */
.title_anspr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 30px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Kontaktformular----------------------------------------------------------- */
.contenttextlow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	width: 140px;		
	vertical-align: top;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Bild/Text-Module--------------------------------------------------------- */
div#modul {
	border: 0px solid #000000;
	/*background:#ff1100; /*ROT*/
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
	display: table;
}

p#prodpic {
	border: 0px solid #000099;
	margin-bottom: 0px;
	float: right;
	padding-left: 10px;
}

p#prodpic img {
	/*width: 250px;*/
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/

div#modul_left {
	border: 0px solid #000099;
	display: table;
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
}

p#prodpic_left {
	border: 0px solid #000099;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}

p#prodpic_left img {
	/*width: 250px;*/
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/

div#modul_large {
	border: 0px solid #000000;
	/* display: table; */
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
}

p#prodpic_large img {
	/* width: 615px; */
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/

div#modul_small_right {
	border: 0px solid #000099;
	display: table;
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
}

p#prodpic_small_right {
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px solid #000099;
	float: right;
}

p#prodpic_small_right img {
	/*width: 120px;*/
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/

div#modul_small_left {
	border: 0px solid #000099;
	display: table;
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
}

p#prodpic_small_left {
	margin-bottom: 0px;
	margin-right: 10px;
	border: 0px solid #000099;
	float: left;
}

p#prodpic_small_left img {
	/*width: 120px;*/
	margin-bottom: 10px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Galerie---------------------------------------------------------------------- */
div#galerieliste {
	border-bottom: 1px solid #000000;
	float: right;
	width: 615px;
	text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
	display: block;
}

#galerieliste a:link, a:visited, a:active {
	color: #ff0000;
	font-size: 12px;
	text-decoration: underline;
}

#galerieliste a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

p#galliste {
	border: 0px solid #000000;
	margin-bottom: 0px;
	float: right;
	padding-left: 10px;
	text-align: right;
}

p#galliste img {
	margin-bottom: 0px;
}

div#galerie { 
	border: 0px solid #ff0000;
	width: 615px;
	text-align: left;
	float: right;
	display: table;
	padding-right: 10px;
}

div#options {
	border: 0px solid #000000;
	display: table; 
	width: 615px; 
	height: 30px; /* Abstand der Linie unter der Bildsteuerung */
	float: right;
}

.zurueck {
	width: 100px;
}

.mitte {
	text-align: center;
}

.vor {
	width: 100px;
	text-align: right;
}

div#vorschau { /* Großes Bild */
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	/* margin-top: 10px; */
	padding-top: 10px;
	border-top: 1px solid #000000;
	display: block;
	width: 615px;
	text-align: center;
	/* padding-right: 10px; */
	float: right;
}

div#miniaturen {
	border: 0px solid #000000;
	display: block; 
	float: right;
	height: 250px;
	overflow: auto;
	width: 615px;
	text-align: center;
}

#miniaturen img {
	border: 1px solid #ffffff;
	width: 100px;
}

#miniaturen table {
	width: 598px;
	border-spacing: 3px;
	
}

#miniaturen td {
	background-color: #666666;
	vertical-align: middle !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

#miniaturen p {
	overflow: hidden; 
	height: 110px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Werbeframe--------------------------------------------------------------- */
div#extra {
	/* position: absolute; */
	border: 0px solid #ff6600;
	/* background: #ff6600; */
	float:right;
	/* height:400px; */
	width: 165px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top:0px;
}
/* ------------------------------------------------------------------------------------WFM Header-Balken mit Farbhinterlegung */
div#wfmhead {
	border: 0px solid #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d00305;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	/* width: 150px; */
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	/* background-image:url(grafik/h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll; */
}
/* ------------------------------------------------------------------------------------WFM Bild-Text-Link */
div#wfm {
	border: 1px solid #d00305;
	/* background: #cccccc; */
	display: table;
	height: auto;
	width: 143px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify; 
	padding-right: 10px;
	padding-left:10px;
}
/* ------------------------------------------------------------------------------------WFM Bild */
div#wfm img {
	float: left;
	border: 0px solid #ff0000;
	margin-bottom: 10px;
	width: 64px; 
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
}
/* ------------------------------------------------------------------------------------WFM Text */
div#wfm p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 10px;
}
/* ------------------------------------------------------------------------------------WFM Text-Link */
div#wfm a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------WFM Banner */
div#wfmbanner {
	border: 0px solid #000000;
	/* background: #ffffff; */
	/* height: 295px; */
	width: 163px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
}
/* ------------------------------------------------------------------------------------WFM Banner-Bild */
div#wfmbanner img {
	border: 1px solid #d00305;
	width: 163px;
	margin-top: 0px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Tabellen-Modul------------------------------------------------------------ */
div#tablemodul {
	border: 0px solid #000000;
	float: left;
	width: 455px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

#tablemodul table {
	border: 0px solid #000000;
	width: 460px;
}

/* ------------------------------------------------------------------------------------Titel*/
#tabletitel {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	border: 0px solid #000000;
	width: 140px;
}

/* ------------------------------------------------------------------------------------Text*/
#tabletext {
	text-align: left;
	color: #000000;
}

/* -----------------------------------------------------------Tabellen-Modul-BILD----------------------------------------------------- */
div#tablepic {
	border: 0px solid #000000;
	float: right;
	width: 150px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	vertical-align: center;
}

p#tablepic {
	border: 0px solid #000000;
	/* float: right; */
}

p#tablepic img {
	margin: 0px;
	width: 120px:
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */

/*powered by RM*/
div#poweredrm {
	border: 0px solid #ff6600;
	height: 10px;
	/* width: 150px; */
	margin-top: 5px;
	/* position: absolute; */
	text-align: right;
}

#poweredrm a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999 !important;
	text-decoration: none;
}

.aktiv { background: #ffffff; }
.inaktiv { background: #F7F3F7; }


a .h1 {
font-size: 10px !important;
margin-bottom: 30px !important; 

}

/* Galerie Zusatz */

#piczurueck {
float: left;
padding-top: 50px;
padding-left: 20px;
}


#picvor {
float: right;
padding-top: 50px;
padding-right: 20px;
}

#modul_start {
	display: block;
	float: left;
	width: 100%;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fafafa;
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	border-left: 0px solid #cccccc;
	border-right:  0px solid #cccccc;
 	/* background-image:url(grafik/back.gif);*/
}

#modul_start p {
	margin-left: 10px;
	margin-right: 10px;
}

#overviewback {
	margin-top: -15px;
	margin-bottom: 50px;
	float: left;
	display: block;
	width: 600px;
	}

p#overviewback a {
	font-size: 10px;
	margin-top: 0px;
	border: 0px;
	
}
/* END */
