* {
	padding:0px;
	margin:0px;
}


body {
	/* background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #ff0000;*/
	padding:0 0 20px 0;
	font-family:verdana,arial;
	font-size: 100.01%;
	color:#ffffff;
}

html {
	background-color: #ff0000;
}


/* Trennline HR */
hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d0d0d0;
	height:1px;
	margin-top:10px;
	margin-bottom:9px;
}

/* Überschrift der HTM-Groeße H1 */ 
h1 {
	    background-image: url(images/holz_s_bg.png);
	    background-repeat:repeat;
	    background-color:#333333;
	    color:#ffffff;
	    border:1px solid #ffffff;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	    padding:8px;
	    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 18px;
}

/* Überschrift der HTM-Groeße H2 */
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size: 14px;
}

/* Überschrift der HTM-Groeße H3 */
h3 {
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-weight:bold;	
}

p {
	font-size:12px;
}

pre {
	font-size: 12px;
	font-family: verdana, arial;
}

/* Bilder */
img {
	border:0px;
            -moz-border-radius:5px;
            -khtml-border-radius:5px;
}

td, th {
	font-size:12px;	
	vertical-align:center;
}

/* Liste UL */
ul {
	margin-left:25px;
}


/**
*	normale Links
****************************************/
a , a:link, a:visited, a:active {
	color:#ffff7b;
	text-decoration: none;
	margin-top: 10px;
	text-indent: 2.5em;
	text-shadow: #c0c0c0 3px 3px 5px;
	vertical-align:center;
}

/* mouseover */
a:hover {
	color: #ffffff;
	text-decoration: bold;
}


/**
*	Frames (Seitnaufbau)
****************************************/

/* Rahmen und hintergrund der seite */
#aussen {
	margin: auto;
	width:950px;
	height:auto;
	text-align:center;
	overflow:hidden;
	/*background-color:#000000;
	background-image: url(images/main_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
}

/* Head (Kopf) */
#head {
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	/*background-color:#c6c6c6;*/
	width: auto;
	height: 200px;
	text-align:right;
}

/* Head-Navi (Kopf-Navi) */
#head2 {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	float:right;
	width: 740px;
	height: 1px;
	background-color: #c6c6c6;
	/*border-bottom:1px solid #ffffff;
	border-left:1px solid #d0d0d0;*/
	color:#990000;
	font-size:9px;
}

/* Head-Navi - Link */
#head2 a {
	text-decoration: none;
	color: #990000;
}

/* Head-Navi - Link - Mouseover */
#head2 a:hover {
	text-decoration: none;
	color: #ff0000;
}

#head_navi {
	float: left;
	text-align:left;
	width: 380px;
}

#head_copyright {
	float: right;
	text-align:right;
	width:auto;
}

/*
*	Navi 
****************************************/

/* Online-Button */
.online {
	/*background-color:#66ff33;
	color:#000000;*/
	font-weight:bold;
	font-size:80%;
	text-align:center;
	padding:3px;
	/*border-top:1px solid #333333;
	border-bottom:1px solid #333333;*/
}

/* Online-Button - Link */
.online a {
	color:#FFFFFF;
}

/* Online-Button - Link - Mouseover */
.online a:hover {
	color:#ff0099;
	font-weight:bold;
}


/* navi */
#navi {
	/*border-left: 1px solid #000000;*/
	float:left;
	background-image: url(images/navi_bg.png);
	background-repeat:repeat-y;
	/*background-color:#ff2f2f; <- Balken unter Onlinecounter 
	background-color:#000000;*/
	width: 150px;
	text-align:left;
	margin-top:0px;
	padding-bottom:20px;
}

.navi_head {
	padding-left:5px;
	/*background-color:#000000;
	background-image: url(images/navi_head.jpg);
	background-repeat:repeat-x; <- farbverlauf unter Navlinks*/
	line-height:0px;
	font-size:18px;
	font-weight:bold;
}


#nav {
	overflow: hidden;
}

#nav ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	float:left;
}

#nav li  {
	padding-top:7px;
	/* breite Navigation*/
	width:150px;
	/* Schriftabstand - Abstand zu den Buttons */
	height: 50px;
	border-top:none;
	border-right: none;
	border-bottom: none;
	text-decoration:none;
	float:left;
}

/* Links in Navi */
#nav a {
	/*bild hinter Navigations-Einzel-Eintrag*/
	background-image: url(images/navi_a.png);
	/* höhe Bilddatei - angeben wenn höher als Schrift*/
	height: 30px;
	background-repeat:no-repeat;
	/*background-color:#ff2e2e;
	border-bottom:1px solid #cccccc;*/
	text-decoration: none;
	display: block;
	padding: 7px;
	font-family:verdana, arial;
	font-size:12px;
	/*color:#cccccc;	*/
}

/* besuchte Links in Navi */
#nav a:visited {
	/*border-bottom:1px solid #cccccc;*/
	text-decoration: none;
	display: block;
	font-family:verdana, arial;
	font-size:12px;
	color:#cccccc;	
	
}

/* mouseover Links in Navi */
#nav a:hover {
	background-image: url(images/navi_mover.png);
	background-repeat:no-repeat;
	/*border-bottom:1px solid #cccccc;*/
	text-decoration: none;
	color: #ffffff;
	/*background-color: #333333;*/
	font-family:verdana, arial;
	font-size:12px;
}

/* mouseclick Links in Navi (wenn maus gecklickt gehalten wird) */
#nav a:active {
	background-image: url(images/navi_a.png);
	background-repeat:no-repeat;
	/*border-bottom:1px solid #cccccc;*/
	text-decoration: none;
	/*color: #000000;
	background-color: #000000;*/
	font-family:verdana, arial;
	font-size:12px;
}

/* aktuelle Seite in Navi */
#nav #activelink {
	background-image: url(images/navi_hover.png);
	background-repeat:no-repeat;
	/*border-bottom:1px solid #cccccc;*/
	text-decoration: none;
	color: #66ff33;
	/*background-color: #333333;*/
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bold;
}

#nav_statistiken {
	overflow: auto;
}

/* statistik in Navi */ 
.nav_stats {
	   /*counter_bg.png*/
	   background-image: url(images/counter_bg.png);
	   background-repeat:no-repeat;
	   /* höhe Bilddatei - angeben wenn höher als Schrift*/
	   height: 50px;
	/*border-top:1px solid #ffcccc;
	border-bottom:1px solid #ffcccc;*/
	   text-indent: 2.5em;
	   text-shadow: #c0c0c0 3px 3px 5px;
	   vertical-align:middle;
	text-decoration: none;
	padding: 10px;
	font-family:verdana, arial;
	font-size:9px;
	color:#ffffff;
	margin-top:20px; /*org 15px*/
}

/* unter Statistik */
#navi1 {
	/* background-color:#ff2e2e; <- Balken unter nav li u CounterBackg
	background-color:#000000;*/
	width: 100%;
	min-height:80%;
	text-align:left;
	overflow: visible;
}


/* Wortwolke unter der Navi (Tag-Cloud) */
.tagcloud {
	/*background-color:#808080;*/
	   /*tag_bg.png*/
	   background-image: url(images/tag_bg.png);
	   background-repeat:no-repeat;
	   /* höhe Bilddatei - angeben wenn höher als Schrift*/
	   height: 203px;
	   text-decoration: none;
	   margin-top: 40px;
	   text-indent: 3.5em;
	   text-shadow: #c0c0c0 3px 3px 5px;
	   vertical-align:center;
	   display: block;
	/*border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;*/
	
}

.tagcloud a, .tagcloud a:link, .tagcloud a:visited, .tagcloud a:active {
	color:#ffffff;
}

.tagcloud a:hover {
	text-decoration:underline;
}



/**
*	Mainframe (Hauptbereich)
****************************************/
#main {
	margin-left:150px;
	padding:10px;
	width:auto;
	text-align:left;
	min-height:600px;
	font-size:12px;
	/*border-top:1px solid #cccccc;
	border-right:1px solid #000000;*/
}


/**
*	Navigation im Fuß der Seite (wird nur angezeigt wenn Kopf von Seite ausgeschalten)
****************************************/
#foot {
	font-size:10px;
	text-align:center;
	/*border-top: 1px solid #cccccc;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#000000;*/
	/* background-image: url(images/main_bg.jpg);
	background-position:right;
	background-repeat:repeat-y; */
	padding:2px;
	width:950px;
	float:right
}

#foot a , #foot a:link, #foot a:visited, #foot a:active {
	color:#ffffff;
	text-decoration: none;
}

/* mouseover */
#foot a:hover {
	color: #ff2e2e;
	text-decoration: none;
}


/**
*	Zitat 
****************************************/
#quote {
	background-color:#d0d0d0;
	padding:5px;
	border:1px solid #333333;
	color:#333333;
}

/* Zitat überschrift */
#quote_headline {
	padding-top: 10px;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

/**
*	Formular 
****************************************/
input, textarea, select{
	padding-left:2px;
	border-width: 1px 2px 2px 1px;
	color: #333333;
	background-color:#ffffff;
}

textarea {
	width:590px;
	height:400px;
}

legend {
	color:#bcceda;
	font-weight:bold;
}


/*
*	Vorschaltseite
****************************************/
#vorschaltseite {
	margin:0px;
	padding:10px;
	background-color: #000000;
	text-align:center;
	/*background-image: url(images/bg_door.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
	min-height:350px;
	border-top:1px solid #d0d0d0;
}


/*
*	Shop - vorschau
****************************************/
.preview_aussen {
            background-image: url(images/holz_s_bg.png);
	    background-repeat:repeat;
	margin-top:15px;
	padding:5px;
	border:1px solid #d0d0d0;
            -moz-border-radius:10px;
            -khtml-border-radius:10px;
	background-color:#333333;
	color:#d0d0d0;
}

.preview_aussen hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #d0d0d0;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	height:1px;
}

.preview_aussen a {
	text-decoration: none;
	color: #ff0000;
}

.preview_aussen a:hover {
	text-decoration: none;
	color: #d0d0d0;
}

.preview_beschreibung {
	padding:5px;
	margin-left:280px;
	text-align:justify;
	min-height:210px;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
}

.preview_beschreibung_edit {
	padding:5px;
	margin-left:300px;
	text-align:justify;
	min-height:210px;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
}

.preview_image {
	border:2px solid #d0d0d0;
	    -moz-border-radius:5px;
            -khtml-border-radius:5px;
        width:250px;
	height:200px;
	            float:left;
}

.preview_img {
	padding:1px;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
        height:188px;
	width:200px;
	float:left;
}


/*
*	Shop - Kategorie
****************************************/
.cat_list {
	font-size:90%;
	border-top:1px solid #333333;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	background-color:#333333;
}

/* Link */
.cat_list a {
	text-decoration: none;
	color: #d0d0d0;
}

/* Link mouseover */
.cat_list a:hover {
	text-decoration: none;
	color: #990000;
}

.cat_list td, th {
	background-color:#333333;
	border-top:1px solid #d0d0d0;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	padding:4px;
	color:#d0d0d0;
}

.cat_list th {
	font-weight:bold;
}


/**
*	Login, Code aktivieren, Passwort vergessen
****************************************/
.login {
	margin:10px 0 0 0;
	padding-bottom:10px;
	    background-image: url(images/holz_s_bg.png);
	    background-repeat:repeat;
	    background-color:#333333;
	    color:#ffffff;
	    border:1px solid #ffffff;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	    padding:8px;
	    text-align: center;
	color:#d0d0d0;
	min-height:170px;
}

.login a{
	color:#ff0000;
}

.login a:hover{
	color:#d0d0d0;
}

/**
*	Navigationsleiste (Kunden und Admin auf Kundenseite)  
****************************************/
.login_navi {
	background-image: url(images/holz_s_bg.png);
	background-repeat:repeat;
	font-size:15px;
	min-height:20px;
	border:1px solid #d0d0d0;
	    -moz-border-radius:10px;
            -khtml-border-radius:50px;
	padding:8px;
	background-color:#333333;
	color:#d0d0d0;
}


/* Link */
.login_navi a {
	text-decoration: none;
	color: #ff0000;
}

/* Link mouseover */
.login_navi a:hover {
	text-decoration: none;
	color: #d0d0d0;
}


/**
*	Fehler (so wird ein Fehler dargestellt)  
****************************************/
.fehler {
	height:auto;
	border:1px solid #CFCFCF;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	padding:8px;
	color:#ffffff;
	font-weight:bold;
	background-color:#FF5555;
	overflow: auto;
}


/**
*	Kein Fehler (so wird eine bestätigung dargestellt)  
****************************************/
.nofehler {
	height:auto;
	border:1px solid #CFCFCF;
            -moz-border-radius:10px;
            -khtml-border-radius:10px;
	padding:8px;
	color:#333333;
	font-weight:bold;
	background-color:#00CE00;
	overflow: auto;
}

/* Link */
.nofehler a {
	text-decoration: none;
	color: #333333;
}

/* Link mouseover */
.nofehler a:hover {
	text-decoration: none;
	color: #ff0000;
}


/**
*	Bilderrotation
*/
#bilderrotation {
	margin-left:150px;
	margin-top:0px;
	width:800px;
	height:160px;
	 
	background-image: url(images/bildbox_bg.png);
	background-repeat:no-repeat;
	 /*width: 790px;
	 height: 125px;*/
	/*border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	background-color: #000000;*/
}

#bilderrotation_iframe {
	/*padding:15px 15px 10px 10px;*/
	 margin-left:5px;
	 margin-top:37px;
	width:750px;
	height:100px;
}

.fototickerBox {
	height:100px;
	background-color: #000000;
}

/* Bild groesse und rahmen */
.fototickerBox img {
	border:2px solid #d0d0d0;
	width:140px;
	height:85px;
	    -moz-border-radius:5px;
            -khtml-border-radius:5px;
}

.fototickerBox a {
	position:absolute;
}

/*
*	Sonstiges
****************************************/
.box {
	    background-image: url(images/holz_s_bg.png);
	    background-repeat:repeat;
	background-color:#333333;
	color:#ffffff;
	border:1px solid #ffffff;
	    -moz-border-radius:10px;
            -khtml-border-radius:10px;
	padding:2px;
}

.admin_tables table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#cfcfcf;
}

.admin_tables td, th {
	font-size:13px;
}

.admin_table table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

.admin_table td, th {
	font-size:13px;
}

#small_red {
	color:#ff0000;
	font-size:9px;
}

#big_red {
	color:#ff0000;
	font-size:1.0em;
	font-weight:bold;
}

#small {
	font-size:9px;	
}

#kursiv_red {
	color:#ff0000;
	font-style:italic;
}

#kursiv_green {
	color:#008000;
	font-style:italic;
}

#left {
	text-align:left;
}


#justify {
	text-align:justify;
}


#reihe {
  float: right;
  width:270px;
  clear: both;
  padding:2px 0;
}


#label {
	padding-top:3px;
	float: left;
	width: 110px;
	text-align:right;
}

#feld {
  text-align: right;
  float: right;
  width: 150px;
} 

#knopf {
  clear: both;
  float:right;
  padding-top:5px;
  padding-right:20px;
  text-align: center;
}

#defbreite {
  width: 270px;
}

#edittext_reihe {
	width:100%;
	padding-top:15px;
}

#edittext_lable {
	font-weight:bold;
	width:100px;
	float:left;
	padding-right:7px;
	text-align:right;
}

#edittext_feld {
	width:auto;
}

.fileupload_reihe {
	width:100%;
	padding-top:10px;
}

.fileupload_lable {
	font-weight:bold;
	width:110px;
	float:left;
	padding-right:7px;
	text-align:right;
}

.fileupload_feld {
	width:auto;
}


.reg_reihe {
	width:100%;
	padding-top:15px;
}

.reg_lable {
	font-weight:bold;
	width:200px;
	float:left;
	padding-right:7px;
	text-align:right;
}

.reg_feld {
	width:auto;
}

#editsettings_reihe {
	width:100%;
	padding-top:15px;
}

#editsettings_lable {
	font-weight:bold;
	width:170px;
	float:left;
	padding-right:7px;
	text-align:right;
}

#editsettings_feld {
	width:auto;
}


.edit_file {
	padding:5px;
	height:200px;
	width:250px;
}

#td_members {
	background-color:#bcceda;
	padding:4px;
	margin:1px;
}

.member_list a {
	text-decoration: none;
	color: #333333;
}

.member_list a:hover {
	text-decoration: none;
	color: #ff0000;
}

.member_list td {
	background-color:#fff;
	padding:4px;
	margin:1px;
	color:#333333;
}

.member_list th {
	background-color:#fff;
	padding:4px;
	margin:1px;
	color:#333333;
	font-weight:bold;
}
