/**
 * Seiteneinteilung
 */


/* Farben und Hintergründe setzen */
html, body {
width: 100%;
/* height: auto;*/
font: normal 75%/167% Arial, Verdana, "Arial", serif;
font-size: 93.01%; 
font-weight: 100;
color: #444444;
background-color: #fff;
margin: 0;
padding: 0;
}
#layer
{
width: 99%;
height: auto;
margin: 10px;
}
#header
{
min-width: 1250px;
width: 100%;
height: 260px;
position: relative;
margin-top: -10px;
margin-right: 0px;
margin-left: 0px;
background: url('/images/Rechkemmer.jpg') left top no-repeat;
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}
#headerintern
{
/*width: 100%;*/
width:  1200px;
height: 260px;
position: relative;
margin-top: -10px;
margin-left: 70px;
background: url('/images/Logo.png') left top no-repeat;
background-color: #fff;
}
/* Menu */
ul#menu {
    height: auto;
    min-width: 1200px;
    line-height: 30px;
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
    text-align: left;
    padding-left: 0px;
    z-index: 999;
}
ul#menu li {
    display:block;
    float: left;
    text-align: center;
    width: 150px;
    border-right: 1px solid #1a1a1a;
    }
ul#menu li a {
    background: none;
    color: #FDFEFF;
    text-decoration: none;
    width: 150px;
        }
ul#menu li a:hover {
    display:block;
    float: left;
    text-align: center;
    width: 150px;
    border-right: 1px solid #1a1a1a;
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
    color: #fff;    
        }
 ul#menu li strong {
    display:block;
    float: left;
    text-align: center;
    width: 150px;
    border-right: 1px solid #1a1a1a;
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
color: #fff;
        }

/* Menu Dropdown */

#menu ul li ul {
	visibility: hidden;
	position: absolute;
    display:block;
    float: left;
    top:257px;
    margin: 0px;
	padding: 0px;
    text-align: center;
    font-weight: 100;
    width: 150px;
	z-index: 999;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
    width: 150px;
	z-index: 999;
}
#menu ul li ul li a {
    width: 150px;
	display: block;
background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(117,34,1,1) 40%, rgba(140,51,16,1) 82%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(40%,rgba(117,34,1,1)), color-stop(82%,rgba(140,51,16,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
    line-height: 30px;     
	font-size: 10pt;
	z-index: 999;
}
#menu ul li ul li strong {
	display: block;
    width: 150px;
	text-decoration: none;
	line-height: 30px;
	font-size: 10pt;
	color: #fff;
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	z-index: 999;
}
#menu ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
	color: #fff;
	}

/* Navigation */

.navigation {
    -moz-box-shadow: 5px 5px 15px #000; box-shadow: 5px 5px 15px #000; -webkit-box-shadow: 5px 5px 15px #000;
    margin: 0;
    padding:  0;
    display: table;
    width: 100%;
background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(117,34,1,1) 40%, rgba(140,51,16,1) 82%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(40%,rgba(117,34,1,1)), color-stop(82%,rgba(140,51,16,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
/* Kategorie */

#kategorie {
	/*width: 15%;*/
    width: 185px;
	height: auto;
    top: 10px;
    left: 0px;
	margin: 0px;
	padding: 0px;
    opacity: .90;
    -moz-opacity: .90;
    -webkit-opacity: .90;
    -o-opacity: .90;
	color: #da5d17;
	position: relative;
	z-index: 999;
}

#kategorie ul {
    position: relative;
	top: 160px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	z-index: 999;
}

#kategorie ul li	{
	float: left;
    width: 185px;
    top: -300px;
	list-style: none;
	margin: 1px;
    
    vertical-align: middle;
	position: relative;
	z-index: 999;
}

#kategorie li a {   
    display: block;
	padding: 0px 35px 1px 12px; /*50 Abstand zwischen den Menu-Punkten*/
	text-decoration: none;
	font-size: 10pt;
    height: 30px;/*??????????????????????????????????????????????????????????????????????????????*/
	color: #fff;
    font-weight: 100;
    border-right: 1px solid #808080; /*3D*/
background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(117,34,1,1) 40%, rgba(140,51,16,1) 82%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(40%,rgba(117,34,1,1)), color-stop(82%,rgba(140,51,16,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
	margin:0px;
	line-height: 23px;
	z-index: 999;	
}

#kategorie li a:hover {
    border-right: 1px solid #d2d2d2; /* neu für 3D*/
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

#kategorie li a.aktiv, #menu li a.aktiv:hover {
border-right: 1px solid #d2d2d2; /* neu für 3D*/
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */

}


/* Kategorie und Dropdown */


#kategorie ul li ul {
	visibility: hidden;
	position: absolute;
	top: 300px;
	left: 184px; 
	text-align: left;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}

#kategorie ul li ul li {
	height: 30px;
    width: 250px;
	border: none;
	margin: 0px;
    margin-left: 1px;
	padding: 0px;
	z-index: 999;
}

#kategorie ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
	z-index: 999;
}
#kategorie ul li ul li a {
	display: block;
	padding: 0px 35px 1px 12px; /*50 Abstand zwischen den Menu-Punkten*/
	text-decoration: none;
	font-size: 10pt;
	color: #fff;
    font-weight: 100;
    border-right: 1px solid #808080; /*3D*/
background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(117,34,1,1) 40%, rgba(140,51,16,1) 82%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(40%,rgba(117,34,1,1)), color-stop(82%,rgba(140,51,16,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(117,34,1,1) 40%,rgba(140,51,16,1) 82%,rgba(191,110,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

	margin:0px;
	line-height: 23px;
	z-index: 999;	
}

#kategorie ul li ul li a:hover {
    border-right: 1px solid #d2d2d2; /* neu für 3D*/
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

#kategorie ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
    border-right: 1px solid #d2d2d2; /* neu für 3D*/
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 26%, rgba(182,141,76,1) 73%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(26%,rgba(193,158,103,1)), color-stop(73%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 26%,rgba(182,141,76,1) 73%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

/* Hauptbereich für Anzeige*/

#main {
    top: 10px;
	/*width: 72%;*/
    width: 1050px;
    left: 200px;
    background: transparent;
	/*background: #91380c;*/
	position: relative;
	
	text-align: left;
	overflow: hidden;
    color: #fbb704;
}
#mainadmin {
    top: 0px;
	/*width: 72%;*/
    width: 1050px;
    /*left: 200px;*/
    left: 40px;
	padding: 30px 0px 30px 0px;
    background: transparent;
	/*background: #91380c;*/
	position: relative;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
    min-height: 250px;
    color: #fbb704;
}
#spalte1 {
	width: 750px;
    left: -90px;
	padding: 30px 0px 30px 0px;
    top: -40px;
	position: relative;
	margin: 0px auto;
	text-align: left;
    z-index: 100;
}
#spalte2 {
    left: 740px;
	width: 500px;
	padding: 30px 0px 30px 0px;
    top:  100px;
	position: absolute;
	margin: 0px auto;
	text-align: left;
    z-index: 100;
}
h1 {
    font: 30pt Arial;
    font-style: italic;
	 color:#7d2806;
     text-align: center;
}
h2 {
    font-size: 2em;
    color: #7d2806;
}
h3 {
    font-size: 1.2em;
    color: #7d2806;
}
h4 {
    font-size: 1.0em;
    color: #7d2806;
    line-height: 10px;
}
p 
{
    color: #444444;
}
a
{
    text-decoration: none;
    color: #7d2806;
}
a:visited
{
    text-decoration: none;
    color: #be995f;
}
a:hover
{
    text-decoration: none;
    color: #be995f;
}
#footer {
    left: 280px;
	width: 900px;
	height: 50px;
    color: #7d2806;
	padding: 7px 0px 0px 0px;
	margin: 20px 0px 5px 0px;
    background-color: #fff;
	line-height: 20px;
	position: relative;
}

/* forms */
fieldset {
    border: solid 1px #be995f;
    margin: 0;
    padding: 0;
	width: 950px;
}

    fieldset legend {
        font-size: 1.2em;
        color: #be995f;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 100;
        color: #be995f;
    }

    fieldset label.checkbox {
        display: inline;
    }


    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #7d2806;
        color: #333;
        font-size: 1.0em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: #be995f;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #be995f;
        }
fieldset textarea
 {
        border: 1px solid #be995f;
        color: #333;
        font-size: 1.2em;
        font-family: Arial;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: #be995f;
        width: 310px;
    }
fieldset select {
    border: 1px solid #be995f;
    color: #333;
    font-size: 1.0em;
    font-family: Arial;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    background-color: #be995f;
}
fieldset select::selection {
    margin:40px;
    background: #7d2806;
    color:#fff;
}

    fieldset input[type="submit"] {
     padding: 0.17em 1.03em 0.23em 0.97em;
    border: 1px solid #d2d2d2; /* neu für 3D*/
    border-color: #cbcbcb;
    border-right-color: #444; border-bottom-color: #444;
    height: 2.0em; 
    -moz-box-shadow: 5px 5px 15px #000; 
    box-shadow: 5px 5px 15px #000; 
    -webkit-box-shadow: 5px 5px 15px #000;
    color: #fff; background-color: #7d2806;
    font-family: Arial, sans-serif;
        /*background-color: #d3dce0;
        border: solid 1px #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;*/
    }

fieldset input:hover[type="submit"] {
    color: #fff;
	background: #be995f; /* IE 6 in standards-compliant mode */
    border: 1px solid #d2d2d2; /* neu für 3D*/
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #be995f);
    cursor:pointer;
}
#button {
    padding: 0.17em 1.03em 0.23em 0.97em;
    border: 1px solid #d2d2d2; /* neu für 3D*/
    border-color: #cbcbcb;
    border-right-color: #444; border-bottom-color: #444;
    height: 2.0em; 
    -moz-box-shadow: 5px 5px 15px #000; 
    box-shadow: 5px 5px 15px #000; 
    -webkit-box-shadow: 5px 5px 15px #000;
    color: #fff; background-color: #7d2806;
    font-family: Arial, sans-serif;
}
#button:hover {
    color: #fff;
	background: #be995f; /* IE 6 in standards-compliant mode */
    border: 1px solid #d2d2d2; /* neu für 3D*/
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #be995f);
    cursor:pointer;
}
#tabelle, th, td { width: 980px; margin: 0 auto; padding: 5px; color: #444444; }
.nowrap {white-space: nowrap;}
.trhd    { background: #be995f; color: #fff }
.weiss   { background: #fff; }
.grau    { background: #cbcbcb; }
.p { color: #000;}
th { color: #7d2806;}
.tablehead { font-variant:small-caps;
    color: #444444;
    font-size: 10pt;
    font-weight: 100;
    background: transparent; }
.inputField 
{ 
    border-right: #7f7f7f 1px solid; 
    border-top: #7f7f7f 1px solid; 
    border-left: #7f7f7f 1px solid; 
    border-bottom: #7f7f7f 1px solid; 
    font-size: 12px; 
    width: 180px; 
} 

.errorField 
{
    border-right: #9F0004 1px solid;
    border-top: #9F0004 1px solid;
    border-left: #9F0004 1px solid;
    border-bottom: #9F0004 1px solid;
    font-size: 12px;
    width: 180px;
    background-color: #f00;
} 
.errorTable 
{
    border-right: #9F0004 1px solid;
    border-top: #9F0004 1px solid;
    border-left: #9F0004 1px solid;
    border-bottom: #9F0004 1px solid;
    font-size: 12px;
    background-color: #009ad7;
} 
.headlineweiss
{
    background-color: #be995f;
    color: #fff;
}
.Jahresabo
{
    font-size: 14px;
    font-weight:bold;
}
.strich {
    width: 98%;  
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
.hover-container {
	width: 460px;
	height: 225px;
	position: relative;
	overflow: hidden;
}

.hover-content {
	display: none;
	width: 99%;
	height: 99%;
	/*padding: 1% 5%;*/
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
    font-size: 12pt;
	/*background-color: rgba(150,30,90, 0.7);*/
    background-color: #ff6a00;
    opacity: .70;
    -moz-opacity: .70;
  -webkit-opacity: .70;
}

a.hover-content {
	color: #fff;
	text-decoration: none;
}

.hover-container:hover .hover-content {
	display: block;
}
.news {            margin:10px 0;}
      .news-block{       float: left; width:98%; padding-left: 10px; padding-bottom: 10px;}
      .news-title{       font-family: Arial, Tahoma, Verdana, Serif; background-color: #7d2806; color: white; padding: 4px; border: solid 1px #7d2806; font-size: 14pt; /*border-top-left-radius:3px; border-top-right-radius: 6px;*/ }
      .news-name {       font-family: Arial; font-size: 14pt; color:#7d2806; line-height: 30px; padding: 0 10px; background: url('../images/plus.png') right top no-repeat;}
      .news-name:hover { background-color: #be995f !important; cursor: pointer; color: #fff; background: url('/images/plus.png') right top no-repeat;}
      .news-section {    display:inline-block; padding-left: 0px; width: 100%;}
      .news-desc {       font-family: Arial; font-size: 12pt; color: #7d2806; height: 0px; /*padding: 3px;*/ overflow: auto; background-color: #be995f; display: block; border: 1px solid #d2d2d2; border-right-color: #444; border-bottom-color: #444; box-shadow: 5px 5px 15px #000; -moz-box-shadow: 5px 5px 15px #000; -webkit-box-shadow: 5px 5px 15px #000; }
      .news-desc p {     text-align: justify; padding-left: 5px; padding-right: 5px; margin-top: 5px; width: 97%; font-size: 12pt; color: #7d2806; }
      .news-desc img {   margin: 5px 10px 5px 5px; float:left; height: 185px; }

