@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eaf1e8 url(../images/layout/body-background.png) top left repeat-x;
	font: 13px "Times New Roman", serif;
	color: #333;
}

#page {
	width: 990px;
	margin: 0 auto;
}

#header {
	background: transparent url(../images/layout/header.png) top left no-repeat;
	height: 103px;
}

#header h1, #header h2 {
	display: none; 
}

#navigation {
	background: transparent url(../images/layout/navigation-top.png) top left no-repeat;
	margin-left: 27px;
	padding-top: 20px;
	width: 260px;
	float: left;
}

#navigation ul {
	background: transparent url(../images/layout/navigation-background.png) top left repeat-y;
	list-style-type: none;
}

#navigation ul li {
	background: transparent url(../images/layout/navigation-li-background.png) bottom left no-repeat;
	margin: 0 0 0 20px;
	padding: 6px 0 8px 15px;
}

#navigation a {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	background: transparent url(../images/layout/navigation-a-background.png) 175px 50% no-repeat;
}

#frontimage {
	background: transparent url(../images/layout/navigation-bottom.png) top left no-repeat;
	padding: 31px 0 20px 0;
}


#content {
	float: left;
	width: 350px;
	padding: 0 30px 50px 30px;
}

#content-xl {
	float: left;
	width: 630px;
	padding: 0 30px 50px 30px;
}

#content h2,
#content-xl h2 {
	color: #7f6246;
	font-weight: normal;
	text-transform: uppercase; 
	font-size: 20px;
	margin: 1em 0 1em 0;
}

#content h3,
#content-xl h3 {
	color: #7f6246;
	font-weight: normal;
	font-size: 15px;
	margin: 1em 0 1em 0;
	
	color: #7f6246;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	padding: 1em 0 0.5em 0;	
}

#content h4,
#content-xl h4 {
	color: #7f6246;
	font-weight: bold;
	font-size: 13px;
	margin: 2em 0 1em 0;
}

#content p,
#content-xl p {
	margin: 1em 0 1em 0;
	text-align: justify;
	line-height: 1.45em;
}

#content a,
#content-xl a {
	color: #7f6246;
	text-decoration: underline;
}


#content ul,
#content-xl ul {
	margin: 0 0 1em 1.5em; 
	line-height: 1.45em;
}

#content ul li,
#content-xl ul li {
	padding-bottom: 0.5em;
}





#sidebar {
	float: left;
	width: 260px;
	padding-bottom: 200px;
	padding-top: 70px;
	background: transparent url(../images/layout/sidebar-logo-as.gif) bottom center no-repeat;
}



#addressbox { background: transparent url(../images/layout/addressbox-middle.png) top left repeat-y; }
#addressbox:after { content: url(../images/layout/addressbox-bottom.png); height: 12px; }
#addressbox .content { background: transparent url(../images/layout/addressbox-top.png) top left no-repeat;  padding: 20px 10px 0px 10px;}
#addressbox p { margin: 0.3em 0; }
#addressbox p strong { text-transform: uppercase; font-size: 15px;}
#addressbox p.tel { font-size: 13px; } 


#counter {
	color: #EEF4ED;
}


.Kontaktformular { background: #EAF1E8 url(../images/layout/form-background.png) top left no-repeat; padding: 10px 20px; }
.Kontaktformular td.Label { font-size: 11px; font-weight: bold;}
.Kontaktformular td.Label, .Kontaktformular td.Field { vertical-align: top; } 
.Kontaktformular td.Label { padding: 0 0 3px 5px; }
.Kontaktformular td.Field { padding-right: 3px; }
.Kontaktformular .Field input, .Kontaktformular .Field textarea { 
	font: 13px Arial, sans-serif; 
	margin-bottom: 5px; 
	border: 1px solid #8CC57F;
	padding: 3px 2px;
	width: 300px; 
} 

.Kontaktformular .Field input:focus, .Kontaktformular .Field textarea:focus { 
	border: 1px solid #528E45;
}

.Kontaktformular .Field .small { width: 70px; }
.Kontaktformular .Field .medium { width: 220px; }









/* NEWS-PROGRAMM */

.ndm-td_ueberschrift {
	color: #7f6246;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	padding: 1em 0 0.5em 0;
}
#content-xl .ndm-td_ueberschrift a {
	color: #000;
	text-decoration: none;
}

.ndm-td_news-text {
	line-height: 1.45em;
	text-align: justify;
}

.ndm-link-bild img { border: 1px solid #fff; /*#1C9C1C;*/ padding: 3px; background: #fff; }
.ndm-link-bild img:hover { border: 1px solid #1C9C1C; }


.impressum-edb { border-top: 1px solid #555; padding-top: 10px; margin-top: 10px; color: #5B7059; }
