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

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(grafik/bodybgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #6B6D6B;
}

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

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


a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	text-decoration: none;

}




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


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

#admin p img{
	border:0px;
}

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


div#switchadmin {
	width: 980px;
	background-image:url(grafik/switchadmin.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}

/* -----------------------------------------------------------Header-------------------------------------------------------------------------- */
/* --Header einfach via ftp ins Grafik verzeichnis kopieren -- Einfach Headerdatei als "head.jpg" benennen!!------ */
div#header h1 {
	/* background: #ffffff; */
	border-top: 0px solid #D3D2D0;
	height:160px;    /* -- Änderungen des Abstands von header zu Navileiste usw. -->Ändern von height: xxxpx und background-position auf top */
	line-height:80px;
	margin:0;
  	padding-left:10px;
	margin-bottom: 5px;
	background-image:url(grafik/head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* -----------------------------------------------------------END---------------------------------------------------------------------------- */


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

input {
	border: 1px solid #EC6519;						/*Farbe E-Mail Formular Rahmen kleine Texteingabefelder */
	background-color: #f7f3f7;
}

textarea {
	border: 1px solid #EC6519;						/*Farbe E-Mail Formular Rahmen großes Texteingabefeld */
	background-color: #f7f3f7;
}


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{
	width: 100%;
	border: 0px solid #ff0000;
	/* background: #ff6600; */
	float: left;
	min-height: 650px;
	height: auto !important; /* für moderne Browser*/
	height: 650px; /* für den IE */
	background-color: #DEDEDE;
	background-position: left bottom ! important;
	background-repeat: repeat-y;
	vertical-align: left; 
}

div#content {
	border: 0px solid #000099;
	width: 635px;
	float: right;
	min-height: 470px;
	height: auto !important; /* für moderne Browser*/
	height: 470px; /* für den IE */
	margin: 10 0 0 0;

	/*background-image: url(grafik/bgrd.jpg);
	background-position: left bottom !important;
	background-repeat: no-repeat;*/
	/* background:#ffffff; */
}

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

#content h1 {
	border: 0px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EC6519;								/* Farbe Hintergrund Contentleiste */
	margin-top: 10px;
	font-size:12px;
	font-weight: normal;
	color:#ffffff;											/* Farbe Text Contentleiste */	
	padding-left: 10px; /* Text-Abstand */
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

#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--------------------------------------------------------------------- */
/*Undefinierte CSS-Tags der Navigation*/

/*Bereich zwischen den Menübuttons...*/
/* #navlist{
	color: #000000 !important;
	background-color: #ff0000 !important;
	text-decoration: none !important;
} */

/*Freier Tag, der öfters zum Einsatz kommt...*/
/* #frei{
	color: #000000 !important;
	background-color: #ff0000 !important;
	text-decoration: none !important;
} */

/*Bereich hinter dem Aktiven Menüpunkten...*/
/* #active {
	border: 1px solid #EDEDEE;
	display: block !important;
	padding: 5px 10px !important;
	width: 130px !important;
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
}  */
/*END*/
#navcontainer { 
	margin-left: -980px; /* Dieser Wert entspricht der div#container-width */
	margin-top: 10px;
	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 {
	border-bottom: 1px solid #c3c3c3;
	border-left: 5px solid #DEDEDE;
	display: block !important;
	padding: 2px 10px !important;
	width: 125px !important;								
	color: #333333!important;													/* Farbe Text Hauptnavimenü */
	/*background-image:url(grafik/menuebgrd.jpg);*/								/*Hintergrundbild Hauptnavimenü*/
	background-color: #DEDEDE!important;										/* Farbe Hintergrund Hauptmenü */
	text-decoration: none;
}

#navcontainer a:hover {
	border-bottom: 1px solid #c3c3c3;
	border-left: 5px solid #DEDEDE;
	color: #000000!important;													/* Farbe Text Hauptmenü bei Mouseover*/
	/*background-image:url(grafik/menuehoverbgrd.jpg);*/							/*Hintergrundbild Hauptnavimenü bei Mouseover*/
	background-color: #F39C4D!important;										/* Farbe Hintergrund Hauptmenü bei Mouseover*/
	text-decoration: none;
}

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

#navcontainer ul ul a {
	border-bottom: 1px solid #c3c3c3;
	border-left: 5px solid #DEDEDE;
	display: block;
	padding: 2px 5px 2px 50px;
	width: 115px;
	color: #333333!important;													/* Farbe Text Untermenü */
	font-size: 11px;												
	/*background-image:url(grafik/untermenuebgrd.jpg);*/								/*Hintergrundbild Unternavimenü*/
	background-color: #DEDEDE!important;										/* Farbe Hintergrund Untermenü */
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	border-bottom: 1px solid #c3c3c3;
	border-left: 5px solid #DEDEDE;
	color: #000!important;													/* Farbe Text Untermenü bei Mouseover*/
	/*background-image:url(grafik/untermenuehoverbgrd.jpg);*/							/*Hintergrundbild Unternavimenü bei Mouseover*/
	background-color: #F39C4D!important;										/* Farbe Hintergrund Untermenü bei Mouseover*/
	text-decoration: none;
}

/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Footer------------------------------------------------------------------------ */
div#footer {
	/*border: 1px solid #ffffff;*/
	border-top: 5px solid #6B6D6B;										/*Rahmen um den Footer - Optischer Abstand zum Content*/
	font-family:Arial, Helvetica, sans-serif;
	/*background-image:url(grafik/footerbgrd.jpg);*/								/*Hintergrundbild Footer*/
	background-color: #EC6519;										/*Farbe Hintergrund Footerleiste*/
	clear: left;
	width: 100%;
	font-size: 10px;
	color: #ffffff;													/*Textfarbe Footerleiste*/
}

#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: 10px;
	color: #585858;	
	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;
}

div#modul_download {
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6 !important;
	width: 603px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	margin-top: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}


#modul_download a:hover {
	border: 0px solid #000000;
	text-decoration: none !important; 
 }
	
	
	
p#download {
	margin-top: -10px;
	margin-bottom: 20px !important;
	width: 400px;
	
	}

#download a:link, a:active, a:visited {
	color: #535353 !important;

}

#download a:hover {
	color: #000000 !important;

}



p#testbeschr {

	margin-top: -15px;
	margin-bottom: 10px;
	margin-left: 70px;
	width: 400px;
	

}



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


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

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

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

div#modul_left {
	border: 0px solid #000099;
	display: table;
	float: right;
	width: 615px;
	text-align: left;
	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: 1px solid #D6D6D6 !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	width: 615px !important;
	text-align: left;
	margin-bottom: 0px !important;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:  10px !important;
	display: block;}


#galerieliste h2 {
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
	text-align: left;

}
#galerieliste p {
	margin-left: 10px;


}

#galerieliste a:link, a:visited, a:active {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	
	}

#galerieliste a:hover {
	color: #cccccc !important;
	font-size: 12px;
	text-decoration: none;
	text-align: left !important;}

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

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: 7px;
	border-bottom: 3px solid #cccccc;
	/* margin-top: 10px; */
	padding-top: 10px;
	border-top: 3px solid #cccccc;
	display: table;
	width: 615px;
	text-align: center;
	/* padding-right: 10px; */
	float: right;
}

div#miniaturen {
	border: 0px solid #000000;
	display: block; 
	float: right;
	height: 300px;
	overflow: auto;
	width: 615px;
	text-align: center;
}
#miniaturen a:hover img {
	border: 1px solid #ffffff;
	width: 100px;
}
#miniaturen img {
	border: 1px solid #ffffff;
	width: 100px;
}



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

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

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


/* -----------------------------------------------------------Werbeframe--------------------------------------------------------------- */
div#extra {
	/* position: absolute; */
	border-top: 0px solid #cccccc;
	float:right;
	height:100%;
	width: 165px;
	margin-top:10px;
	margin-left: 15px;
	padding-top:0px;
}
/* ------------------------------------------------------------------------------------WFM Header-Balken mit Farbhinterlegung */
div#wfmhead {
	border: 0px solid #cccccc;
	border-bottom: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EC6519;												/* Hintergrundfarbe Werbeframe Leiste oben*/
	font-size:11px;
	font-weight: normal;
	color:#ffffff;															/* Textfarbe Werbeframe Leiste oben*/
	/* width: 150px; */
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* ------------------------------------------------------------------------------------WFM Bild-Text-Link */
div#wfm {
	border: 0px solid #dddddd;
	background: #ffffff; 
	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;												/*Farbe Rahmen Werbeframe*/
	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;															/*Farbe Text-Link*/
	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: 0px solid #cccccc;
	width: 163px;
	margin-top: 0px;
}
/* -----------------------------------------------------------END-------------------------------------------------------------------------- */


/* -----------------------------------------------------------Tabellen-Modul------------------------------------------------------------ */
div#tablemodul {
	z-index: 15;
	border-top: 1px solid #D6D6D6;
	border-right: 0px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	width: 400px;
	float: left;
	display:block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;

}


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

#tablemodul h3 {
	margin-left: 20px !important;
}

/* ------------------------------------------------------------------------------------Titel*/
#tabletitel {
	text-align: left;
	vertical-align: top;
	color: #585858;
	font-size: 10px;
	border: 0px solid #000000;
	width: 80px;
	padding-left: 40px;
}

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

#tablepic2 {
	text-align: left;
	width: 80px;
	padding-left: 40px;}
/* -----------------------------------------------------------Tabellen-Modul-BILD----------------------------------------------------- */
div#tablepic {
	z-index: 5;
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p#tablepic {
	border: 1px solid #cccccc;
}

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: #ffffff !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: table;
	float: left;
	width: 633px;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f3f2;
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	border-left: 1px solid #cccccc;
	border-right:  1px 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 */