* {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:980px;
	background-image:url('../images/head_bg.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:scroll;
        background-color:#fefef2;
}
p {
	font-size:66%;
	margin-left:10px;
	margin-right:10px;
        margin-top:10px;
}

h1 {
	margin:16px 0px 20px 0px;
	width:100%;
	font-size:80%;
	background-image:url('../images/dotted_line.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
h2 {
	margin:16px 0px 20px 4px;
	width:100%;
	font-size:75%;
}

h3 {
	margin:16px 0px 20px 4px;
	width:100%;
	font-size:70%;
}

#container {
	margin:0px auto;
	width:980px;
	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-y;
	background-position:top;
}

#head {
	position:relative;
	width:100%;
	height:300px;
	background-image:url('../images/header_bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

.sitename {
        position:absolute;
        top:140px;
	right:48px;
        font-size:260%;
        width:500px;
        text-align:center;
        color:#3d2b10;
}

.slogan{
        position:absolute;
        top:240px;
	right:48px;
        font-size:92%;
        width:500px;
        text-align:center;
}

.direkt_links{
        position:absolute;
        top:140px;
	left:70px;
        width:300px;
        text-align:left;
        color:#3d2b10;
}

.direkt_links_suche {
        position:absolute;
        top:236px;
	left:70px;
        width:300px;
        text-align:left;
        color:#3d2b10;
}

.published {
        font-size:70%;
        font-style:italic;
        margin:10px;
}

.artikel_nav_left {
        float:left;
        width:280px;
        margin:20px;
        background:none;
        text-align:left;
        font-size:68%;
}

.artikel_nav_right {
        float:right;
        width:280px;
        margin:20px;
        background:none;
        text-align:right;
        font-size:68%;
}
.artikel_nav_center {
        width:100%;
        margin:10px;
        background:none;
        text-align:center;
        font-size:68%;
}
.artikel_mehr {
        width:97%;
        margin:10px;
        text-align:right;
        font-size:68%;
}
#content {
	width:880px;
	min-height:200px;
	margin:0px 50px 10px 50px;
}
#content ol{
	margin:15px 5px 15px 50px;
        font-size:72%;
}
.img {
	border:1px solid #999;
	padding:3px;
	background-color:#EEE;
	margin:2px;
}

#foot {
	position:relative;
	width:100%;
	height:82px;
	background-image:url('../images/footer_bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
	font-size:66%;
}

.subnav {
	list-style:none;
	font-size:66%;
	margin-left:10px;
}

.nav {
	list-style:none;
	position:absolute;
	top:68px;
	left:48px;
}

.nav li {
	float:left;
	color:#3d2b10;
	font-size:92%;
	letter-spacing:0px;
	padding-right:28px;
        font-style:bold;
}

.nav a {
	text-decoration:none;
	color:#3d2b10;
}
.nav a:hover {
	text-decoration:underline;
	color:#000000;
}
.nav_aktive {
        font-style:bold;
        text-decoration:underline;
        color:#000;
}
.left {
	float:left;
}
.right {
	float:right;
}

.partner {
	width:100%;
        overflow:hidden;
        text-align:center;
}
.partner img{
	border:none;
        padding:8px;
}
.f_left {
	float:left;
	position:absolute;
	left:50px;
	bottom:22px;
}
.f_right {
	float:right;
	position:absolute;
	right:50px;
	bottom:22px;
}
#foot img {
	border:none;
}

.dotted {
	background-image:url('../images/dotted_line_vertical.jpg');
	background-position:right;
	background-repeat:repeat-y;
}
a {
	text-decoration:none;
	color:#3d2b10;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
.gallerie {
        list-style:none;
}

.gallerie li {
        float:left;
        margin:5px;
}

.artikel_vorschau {
        border:1px solid #999;
	background-color:#EEE;
        width:416px; 
        margin:0px 5px 10px 10px; 
        min-height:220px; 
        overflow:hidden; 
        padding:2px;
}
.artikel table {
        border:1px solid #999;
}
.artikel th{
        font-size:74%;
        border-bottom:1px solid #999;
        width:16%;
        padding:2px;
}
.artikel td{
        font-size:66%;
        background-color:#EEE;
        width:16%;
        padding:2px;
        vertical-align:top;
}
.artikel .caps {
        font-weight:bold;
}
.text-center {
	text-align:center;
}

.artikel_nav {
        width:99%;         
        border:none;
        border-top:1px dotted #999;
        border-bottom:1px dotted #999;
}
.artikel_nav td{
        font-size:68%;
        padding:2px;
        vertical-align:top;
}
.category {
        list-style:none;
        font-size:72%;
        margin:5px 5px 10px 15px;
}

.archiv li{
        list-style:none;
        font-size:72%;
        margin:5px 5px 5px 20px;
}

.zemText {
       width:200px;
}
.zemRequired {
       
}
.zemContactForm {
        font-size:78%;
        margin-left:10px;
}
#zemSubscriberName, #zemSubscriberEmail {
        width:200px;
        margin-bottom:5px;
}
ul.zemError {
        margin:10px;
        color:#FF0000;
        list-style-type:none;
}
.zemSubmit {
        width:70px;
        margin-top:10px;
}
.middle {
        vertical-align:middle;
}


input.suchfeld {
 	background: transparent;
	height: 22px;
	width: 200px;
	padding:2px 2px 2px 4px;
	border:2px dotted #eee;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin: 0 15px 0 0;
        font-weight:bold;
 }
 
.suchbtn {
	width: 40px;
	height: 25px;
        font-size:70%;
	text-indent: -9999;
	outline:none;	
}
.divider {
        width:99%;
        margin:20px 0px 30px 0px;
        background-image:url('../images/dotted_line.jpg');
        background-repeat:repeat-x;
	background-position:bottom;
}
p.save_icon a
{
	background:url('../images/31.png') no-repeat;
	padding-left:20px;
}
