@CHARSET "ISO-8859-1";

/******************************************************************************
 *
 *    HTML-Tag-Definitionen
 *
 ******************************************************************************/

* {
    text-decoration: none;
    background: none;
    border: none;
}

html {
    margin: 0px;
    padding: 0px;
    font: normal 62.5% verdana, arial, helvetica, sans-serif;
    /* 100% = 16px --> 62,5 % = 10px */
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 1.1em;
    background: #F6EFE7 url(../images/bg_body.jpg) repeat-x;
    text-align: left;
}

ul,ol {

}

table {
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px;
    border-collapse: collapse;
}

th, td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 1.0em;
    font-weight: 600; /* 100,200,300,400,500,600,700,800,900 = extra-duenn (100) bis extrafett (900). */
    color: #666;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 1.0em;
    font-weight: 600;
    /* 100,200,300,400,500,600,700,800,900 = extra-d?nn (100) bis extrafett (900). */
}

h1 {
    font-size: 1.5em;
    color: #5E6C6C;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}

hr {
    margin: 10px 0 10px 0;
    padding: 0px;
    height: 1px;
    background: #0075BA;
    color: #0075BA;
    border: none;
}

p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

strong {
    font-weight: bold;
}

small {
    font-size: 9px;
}

a {
    margin: 0;
    padding: 0;
    color: #C94B34;
	outline: 0;
}

a:hover {
    text-decoration: underline;
}


/*
a:link    { color: #BD1818; }
a:visited { color: #BD1818; }
a:hover   { color: #BD1818; }
a:active  { color: #BD1818; }
a:focus   { color: #FFC000; }
*/


a.pdf-link {
    margin: 0px;
    padding: 4px;
    padding-left: 20px;
    background: url(../images/file_pdf.gif) no-repeat;
}

a.rss_link {
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 80px;
    height: 15px;
    background: url(../images/rss_newsfeed.gif) no-repeat;
}

form {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

form p {
    margin: 0px;
    padding: 2px;
}

form input {
    margin: 0px;
    padding: 1px;
    font-family: verdana, rial, helvetica, sans-serif;
    font-size: 11px;
}

form input.text,
form input.zip,
form input.town {
    background: #fff;
    border: solid 1px #cdcdcd;
}

form input.text {
    width: 250px;
}

form input.zip {
    margin-right: 5px;
    width: 50px;
    float: left;
}

form input.town {
    width: 190px;
}

form input.submit {
    margin: 0px;
    padding: 2px;
    border: solid 1px #666;
    background: #efefef;
    cursor: pointer;
    width: 120px;
}

form textarea {
    margin: 0px;
    padding: 0px;
    padding: 1px;
    font-family: verdana, rial, helvetica, sans-serif;
    font-size: 11px;
    background: #fff;
    border: solid 1px #cdcdcd;
    overflow: auto;
}

form textarea.info {
    width: 320px;
    height: 150px;
}

form select {
    margin: 0px;
    padding: 0px;
    max-width: 400px;
    font-size: 11px;
    background: #fff;
    border: solid 1px #cdcdcd;
}

form p span ,
form p label {
    width: 8.0em;
    float: left;
}

fieldset {
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
    /*background: none;
*/
    border: solid 1px #cdcdcd;
}

address {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-style: normal;
}

/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container und CSS-Klassen ...
 *
 ******************************************************************************/

#page {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 1080px;
    color: #313C73;
    background: url(../images/bg_page.jpg) repeat-y;
    text-align: left;
}

#head {
    margin: 0px;
    padding: 0px;
    width: 1080px;
    height: 307px;
}

#logo {
    position: absolute;
    top: 307px;
    left: 980px;
    margin: 0;
    padding: 0;
    width: 66px;
    height: 100px;
    background: url(../images/bg_logo.jpg) no-repeat;
}

#sidebar-1 {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#prod {
 position: relative;
 top: 0;
 left: 30px;	
	margin: 0;
	padding: 0 0 20px 0;
	width: 166px;
	background: url(../images/bg_menu.jpg) left bottom no-repeat;
}

#prod .prodkat {
  height:80px;
 	background: url(../images/bg_menu_h1_prod.jpg) no-repeat;
}

#prod .infos {
  height:80px;
 	background: url(../images/bg_menu_h1_infos.jpg) no-repeat;
}

#logoLeft {
  position:absolute;
  left:0px;
  top:165px;
  width:210px;
  height:139px;
 	background: url(../images/logo-left.gif) no-repeat;
}


#prod ul {
   margin:0px;
   padding-left:10px;
}
#prod ul li {
  list-style-type:none;
   margin-top:5px;
   margin-bottom:5px;
}

.level-0 , active{
   width:150px;
   padding-bottom:3px;
}



.level-1 {
   width:140px;
   padding-left:10px;
  	background: url(../images/pfeil.gif) no-repeat;
  	background-position:4px 4px;
}

.level-1 a {
  text-decoration:underline;
}

.level-2 {
   width:130px;
   padding-left:20px;
  	background: url(../images/strich.gif) no-repeat;
  	background-position:12px 2px;
}

.level-3 {
   width:120px;
   padding-left:30px;
}


#prod ul a.active {
  font-weight:bold;
}

#prod h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#sidebar-2 {
	margin: 0 100px 0 0;
	padding: 0;
	width: 170px;
	float: right;
	border: solid 0px red;
}

#warenkorb-box {
	margin: 0;
	padding: 0;
	width: 169px;
	height: 176px;
	background: url(../images/bg_warenkorb-box.jpg) no-repeat;
}

#login-box {
	margin: 0;
	padding: 0;
	width: 169px;
	height: 150px;
	background: url(../images/bg_login.jpg) no-repeat;
}


/* Login */
.login-form {
  padding-top:38px;
  padding-left:32px;
  color:white;
  font-weight:bold;
}

.login-form input {
  border:1px solid silver;
  width:110px; 
  background:white;
}

.login-form a {
   line-height:17px;
   color:white;
}

.LoginErrorMsg { 
   background:silver; 
   color: red;
   font-size:10px;
   font-weight:bold;
   border:1px solid red;
   margin:15px;
   padding:2px;
   margin-top:-3px;
   cursor:pointer;
}

/* inputfelder standard */
.form_standard {
   border:1px solid silver;
   padding:2px;
   background:whitesmoke;
}


ul.menu-top
{
    position:		relative;
    z-index:		2;
    top:			0px;
    margin: 		0px;
    margin-top: 	10px;
    padding: 		0px;
    padding-bottom: 5px;
    list-style: 	none;
}

ul.menu-top li
{
    margin: 		0px;
    padding: 		0px;
    list-style: 	none;
    display: 		inline;
}

ul.menu-top a
{
    margin: 		0px;
    padding: 		5px 10px;
    text-decoration:none;
    color: 			#999;
    background: 	#efefef;
    border: 		solid 1px #cdcdcd;

}

ul.menu-top a:hover
{
    color: 			#f00;
    text-decoration:none;
}

ul.menu-top a.active
{
    color: 			#000;
    font-weight: 	bold;
    background: 	#fff;
    border-bottom: 	solid 1px #fff;
}

#cmsadmin-editor
{
    position: 		relative;
    z-index:		1;
    top: 			0px;
    left: 			0px;
    margin: 		0px;
    padding: 		10px;
    width:       530px;
    min-height: 	400px;
    border: 		solid 1px #cdcdcd;
    float: 			left;
}


/*******************************
 *                             *
 *    Tabellen-Definitionen    *
 *                             *
 ******************+************/

table.border th,
table.border td
{
    margin: 		0px;
    padding: 		3px;
    border: 		solid 1px #000;
}


table.list { width:100%; }

table.list tr
{
    margin: 		1px;
    padding: 		3px;
}

table.list tr.cell1 { background: #e5e5e5; }
table.list tr.cell2 { background: #d5d5d5; }

table.list td,
table.list th
{
    margin: 		0px;
    padding: 		3px;
    border:			solid 1px #fff;
}

table.list th
{
    background: 	#666;
    color: 			#fff;
}

table.list th a,
table.list th a:hover
{
    padding-left:	16px;
    text-decoration:none;
    color:			#fff;
    background:		url(../images/iconsort.gif) no-repeat;
}

table.list tr.cell1 td.main-page
{
    padding-left: 	30px;
    background: 	#e5e5e5 url(../images/folder_small.gif) 5px 3px no-repeat;
}

table.list tr.cell2 td.main-page
{
    padding-left: 	30px;
    background: 	#d5d5d5 url(../images/folder_small.gif) 5px 3px no-repeat;
}

table.list tr.cell1 td.sub-page
{
    padding-left: 	55px;
    background: 	#e5e5e5 url(../images/folder_small.gif) 30px 3px no-repeat;
}

table.list tr.cell2 td.sub-page
{
    padding-left: 	55px;
    background: 	#d5d5d5 url(../images/folder_small.gif) 30px 3px no-repeat;
}

td.icons
{
    position: 		relative;
    width: 			16px;
}

td.info { text-align: center; }
td.nr   { text-align: right; }







#content {
    margin: 0 0 0 210px;
    padding: 0px 0px 20px 30px;
    width: 530px;
    min-height: 500px;
    line-height: 140%;
    background: url(../images/bg_content.jpg) no-repeat;
    color: #333;
    border: solid 0px blue;
}

* html div#content {
    height: 500px; /* nur f?r IE 5.5 - 6.x */
}

html+body div#content {
    height: 500px; /* nur vom IE 5.0 */
}

div#foot {
    position: relative;
    top: 0px;
    width: 942px;
    height: 60px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: right;
    background: url(../images/bg_foot.jpg) no-repeat;
    clear: both;
}

/*
div#foot a {
    margin: 0px 10px 0px 0px;
    padding: 0px 14px 0px 0px;
    /*background: url(../images/bg_a.gif) right no-repeat;*/
    color: #3A5D09;
}
*/

.error,
.formerror {
    color: #f00;
}

.message {
    color: #005e20;
}

.list-box-1,
.list-box-2 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 10px;
    border-left: solid 3px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
}


.box,
.info-box,
.text-box,
.error-box {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #cdcdcd;
    color: #333;
}

.text-box {
    background: #fefefe;
}

.info-box {
    padding-left: 35px;
    border: solid 1px #cdcdcd;
    background: #efefef url(../images/attention.gif) 10px 10px no-repeat;
    color: #333;
}

.error-box {
    padding-left: 35px;
    border: solid 1px #f00;
    background: #ffefef url(../images/attention.gif) 10px 10px no-repeat;
    color: #f00;
}

/******************************************************************************
 *                                                                            *
 *   CSS : outline (CSS 2.1) & -moz-outline (Mozilla-CSS)                     *
 *                                                                            *
 *   <style type="text/css">                                                  *
 *   <!--																	  *
 *   .hidefocus { outline: 0; -moz-outline: 0; }                              *
 *                                                                            *
 *   -->                                                                      *
 *   </style>                                                                 *
 *                                                                            *
 *   Effekt:   Rahmen wird erst gar nicht dargestellt.                        *
 *   Vorteil:  Trennung von Layout & Inhalt; Tastatursteuerung                *
 *             funktioniert; kann beschr�nkt werden auf Pseudoformate         *
 *   Nachteil: Wird noch nicht, bzw. nur von Mozilla-Browsern unterst�tzt.    *
 *                                                                            *
 *   Beispiel: <a class="hidefocus" href="http://www.example.org">            *
 *                                                                            *
 ******************************************************************************/

.hidefocus {
	outline: 0;
	/*-moz-outline: 0;*/
	outline: 0;
}

div#w3org {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 250px;
	height: 90px;
}

div#w3org a {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 88px;
	height: 33px;
	float: left;
}

div#w3org a.w3org_xhtml {
	background: url(http://www.w3.org/Icons/valid-xhtml10) no-repeat;
}

div#w3org a.w3org_css {
	background: url(http://jigsaw.w3.org/css-validator/images/vcss) no-repeat;
}

/*****************************************************************************
 *
 *    Volltext-Suche
 *                  
 *****************************************************************************/

div#fulltext {
	margin: 0;
	padding: 0;
}

div#fulltext form {
	margin: 20px 0 20px 0 ;
	padding: 0;
}

div#fulltext form input.submit {
	padding: 0;
	width: inherit;
}

div#fulltext span.marker {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background: yellow;
}

div#fulltext table {
	margin: 0;
	padding: 0;
}

div#fulltext table td {
	margin: 0;
	padding: 0 10px 10px 0;
}

div#fulltext-box {
    position: absolute;
    top: 300px;
    left: 30px;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 40px;
    background: url(../images/bg_fulltext_search.jpg) no-repeat;
}

div#fulltext-box form {
    margin: 0;
    padding: 0;
}

div#fulltext-box form input {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

div#fulltext-box form input.text {
    position: absolute;
    top: 8px;
    left: 5px;
    margin: 0;
    padding: 0;
    width: 120px;
}

div#fulltext-box form input.submit {
    position: absolute;
    top: 8px;
    left: 120px;
    margin: 0;
    padding: 20px 0 0 0;
    width: 50px;
    height: 18px;
}

form.guestbook input.text {
	width: 250px;
}

form.guestbook textarea {
	width: 385px;
	height: 200px;
}

