@font-face {
font-family: DejaVu;
src: url('/fonts/DejaVuSerif.ttf') format("truetype");
}

@font-face {
font-family: DejaVu;
src: url('/fonts/DejaVuSerif-Bold.ttf') format("truetype");
font-weight:bold;
}

@font-face {
	font-family: GrauBlau;
	src: url('/fonts/GraublauWeb.otf')
      format("opentype");
}

@font-face {
	font-family: GrauBlau;
	src: url('/fonts/GraublauWebBold.otf') format("opentype");
	font-weight: bold;
}


body {
	scrollbar-face-color: #7B8C63;
	scroll-bar-track-color: #dcaa85;
	margin: 0;
	padding:0;
	background-color: #a1b882;
	font-family:  GrauBlau,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #102010;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase; 
	color: #4e593f;
	font-weight:bold;
	letter-spacing:2px;	
}


h1 {
	font-size:110%;
	text-decoration:underline;	
		} 

h2 {
	font-size:110%;
	}
h3 {
	font-size:90%;
	font-weight:normal;
	}

p {
	margin: 0 0 0.5em 0; 
	padding:0;
	}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #102010;
}

a:hover {
	color: #2222A0;
}

.narrow {
	letter-spacing:-1px;
	}

.wide {
	letter-spacing:3px;
		}



img { border: none; }

.clear {
	clear:both;
	height:0px;
	border:solid 0px;
	margin:0;
	padding:0;
}


.site {
	width:724px;
	margin: 0 auto;
	position:relative;
}



/* Header */

#header {
	border: none;
	position:relative;
	height: 280px;
	margin: 0 auto 3px ;
	padding: 0px;
	overflow:hidden;
}
#header .foto {
	margin-left: 124px;
	}

.bar {
	position:absolute;
	right:0;
	width:100%;
	height:25px;
	background-color:#7b8c63;
	background-color:#8b9e70;
	padding: 0;
	z-index:1;
	border-top: solid 3px #a1b882;
	border-bottom: solid 3px #a1b882;
}

.top { 
	top:252px;
}

.bottom {
	top:763px;
	z-index:0;
}


.logo {
	position:absolute;
	bottom:4px;
	left:-10px;
	z-index:2;	
}

.schriftzug1 {
	position:absolute;
	top:257px;
	left:-185px;
	z-index:2;	
}
.schriftzug2 {
	position:absolute;
	top:257px;
	left:735px;
	z-index:2;	
}


/* Content */

#content {
	position:relative;
	border:none;
	background: url(/images/bgmain.png) repeat-y; 
	padding: 0 ;
	margin:0;
}

.mainCol {
	margin: 0 0 3px 256px;
	height:475px;
	overflow:auto;
	padding:5px 3px 0 1px;
}

.mainColBreit {
/* 	background-color:#dcaa85; */
	margin: 0 0 3px 126px;
	height:475px;
	overflow:auto;
	padding:5px 3px 0 5px;
}




/* Footer */

#footer {
	text-align: left;
	font-size: smaller;
	color:#EEEEEE;
	padding:4px 0 2px 128px;
}

/* Formulare */

form {
	border:none;
	margin:0 ;
	padding: 0 ;
}

fieldset {	
	border:none;
	padding: .2em 0;		
	}
	
label {
	display:block;
	width:150px;
	float:left;
	text-transform: uppercase; 
	color: #4e593f;
	letter-spacing:2px;
	
}
	
label.required {
	font-weight:bold;
	color:#0000000;
	}	
	
form .element {
	border:none;
	margin: 0 0 .5em 0;
	padding: .2em 0 .2em .1em;
	}

.element input {
		padding:0;
		width:405px;
	}
	
textarea {
	padding:0;
	width:405px;
	height: 120px;
	}	

ul.errors {
	list-style: none;
	color: #55FF55;
	margin:.2em 0 0 0 ;
	}

.element.captcha img {
	padding:0;
}

.element.captcha label {
	height:55px;
	}

.element.captcha input {
	margin: 0 ;
	padding:0;
	width:196px;	
}

/* Standard Artikel */
.flLeft {
	float: left;
	margin: 0 7px .5em 0;
}

.flRight {
	float: right;
	margin: 0 0 .5em 7px;
}

/******** Artikel listen *********/

.article-list {
	position:relative;
	border-bottom: solid 1px;
	margin: 5px 0 0 0;
	padding: 0 0 4px 0;
	}

.article-date {
 	position:absolute;
 	right:0px;	
}
