@import url(clear.css);

* {margin:0;padding:0;} 

/* dunkelgrün: #6b7129*/

/* definition der anführungszeichen */
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

body{
	font:61% "Tahoma", Verdana;
	background:url(../images/lay/bg.jpg) top left repeat-x;
}

#wrapper {
	background-color:#6b7129;
	width: 910px;
	height: 645px;
	margin: 100px auto 0;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0 10px #000;
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=270, Strength=3)
			progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=0, Strength=3)
			progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=90, Strength=3)
			progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=180, Strength=3);
}

#footer {
	margin: 5px auto;
	width:910px;
	text-align:center;
	padding:0;
	font-size:1.1em;
	color:#fff;
}

#left {
	float:left;
	background:url(../images/lay/left_cont.jpg) top left repeat-y;
	height:624px;
	width:213px;
}

#left li {
	text-transform:uppercase;
	height:15px;
	border-top:2px solid #6b7129;
	border-bottom:2px solid #6b7129;
	vertical-align:center;
	padding-top:2px;
	font-size:1.2em;
	margin-left:15px;
	margin-bottom:4px;
	padding-left:10px;
	width:176px;
}

#left ul {
	height:250px;
}


#left li:hover, #left li.current {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	color:#fff;
	background-color:#6b7129;
	width:190px;
	cursor:pointer;
}

#content {
	float:right;
}

#header {
	width:697px;
	height:183px;
	background: url(../images/lay/header.jpg) top right no-repeat;
}

#context {
	margin-left:20px;
	color:#fff;
}

#text {
	width:270px;
	font-size:1.2em;
	line-height:1.4em;
	margin-top:-20px
}

#text p {
	margin-bottom:8px;
}

#text a{
	text-decoration:none;
	color:#fff;
	border-bottom:1px dotted #aec340;
}

#text a:hover{
	text-decoration:none;
	color:#aec340;
	border-bottom:1px dotted #fff;
}

#text li{
	margin:4px;
	margin-left:15px;
	list-style-type:square;
}

#text ul {
	margin-bottom:10px;
}
.emp {
	font-weight:bold;
}

h1 {
	margin:20px 0 20px;
	font-size:1.4em;
	font-weight:bold;
}

h2 {
	margin:20px 0 20px;
	font-size:1.3em;
	font-weight:bold;
}

h3 {
	margin:0px 0 5px;
	font-size:1.1em;
	font-weight:bold;
}

h4 {
	margin:5px 0 5px;
	font-size:1.3em;
	font-weight:bold;
}

blockquote {
	margin:10px 0 10px 10px;
	font-style:italic;
	font-weight:bold;
}

#context img{
	-moz-box-shadow: -3px 0 10px #000;
	-webkit-box-shadow: -3px 0 10px #000;
	box-shadow: -3px 0 10px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=270, Strength=6);
	border-left:1px solid #fff;
}

#right {
	float:right;
	height: 462px;
	overflow:hidden;
}

#right img, #right {
	width:245px;
}

.bild_rechts {
	float:right;
	margin-right:20px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
}

#left a{
	text-decoration:none;
	color:inherit;
}

.notice {
	font-size:0.8em;
	line-height:1em;
}

.cont {
	width:50px;
	display:inline-block;
}

.cont2 {
	width:30px;
	display:inline-block;
}

.bild_rechts img {
	margin-bottom:30px;
}

#left a {
	width:175px;
	display:block
}

a[href^="http:"] {
background:url(../images/lay/ext.png) right 2px no-repeat;
padding-right:13px;
}

input, textarea {
border:1px solid black;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea {
font-size:1em;
width:350px;
}

