@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 90%;
}

body {
	background: #4A5F8C;
	font: 1em Gisha, "Trebuchet MS", Arial, sans-serif;
	color: #454545;
}

body, html {
	height: 100%;
}

a { color: #3A48BD; }

a:hover { color: #C91926; }

#vertcenter {
	width: 100%;
	height: 50%;
	margin-bottom: -320px;
	position: relative;
}

#page {
	width: 990px;
	margin: auto;
	height: 624px;
	background: #fff;
	position: relative;
}

#border-top {
	height: 12px;
	background: url(../images/layout/border-top.png) top left no-repeat;
}

#border-bottom {
	height: 12px;
	background: url(../images/layout/border-bottom.png) top left no-repeat;
}

#content-row {
	height: 600px;
	padding: 0 15px;
	background: url(../images/layout/content-row.png) top left repeat-y;
}

#content-wrapper {
	height: 100%;
	width: 100%;
	background: url(../images/layout/content-bg.jpg) top left no-repeat;
}

#frame-navigation {
	float: right;
	list-style-type: none;
	background-color: #3E72B8;
	background-image: url(../images/layout/frame-navigation-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#frame-navigation li {
	float: left;
	margin-left: 8px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 5px;
	margin-right: 8px;
}

#frame-navigation a {
	color: #F4F4F4;
	text-transform: uppercase;
	font-size: 75%;
	text-decoration: none;
	display: block;
	font-weight: bolder;
}
#frame-navigation a:hover {
	color: #FF0;
	
}
/*
#frame-navigation a span {
	display: none;
}

#nav-startseite { 
	background: url(../images/layout/nav-startseite.gif) top left no-repeat;
	width: 64px;
	height: 15px;
}

#nav-kontakt { 
	background: url(../images/layout/nav-kontakt.gif) top left no-repeat;
	width: 52px;
	height: 15px;
}

#nav-impressum { 
	background: url(../images/layout/nav-impressum.gif) top left no-repeat;
	width: 64px;
	height: 15px;
}
*/
/*#frame-navigation a:hover {
	color: #fff;
	text-decoration: underline;
}*/

#logo span {
	display: none;
}

#logo {
	background: url(../images/layout/logo.jpg) top left no-repeat;
	width: 432px;
	height: 110px;
	margin-left: 20px;
}

#page-navigation {
	margin-top: 247px;
	xmargin-right: 50px;
	width: 290px;
	list-style-type: none;
	float: left;  
}

#page-navigation li { xbackground-position: left top; background-repeat: no-repeat; }

#page-navigation li:hover { background-position: left -100px !important; }

#link1 span, #link2 span, #link3 span, #link4 span { display: none; }
#link1 { background-image: url(../images/layout/link1.png); width: 290px; height: 66px; display: block; }
#link2 { background-image: url(../images/layout/link2.png); width: 290px; height: 66px; display: block; }
/*#link3 { background-image: url(../images/layout/link3.png) top left no-repeat; width: 290px; height: 47px; display: block; }*/
#link4 { background-image: url(../images/layout/link4.png); width: 290px; height: 70px; display: block; }


#link1.aktiv, #link1:hover,
#link2.aktiv, #link2:hover,
#link4.aktiv, #link4:hover
{ background-position: -290px top; }
/*#link2.aktiv, #link2:hover { background-image: url(../images/layout/link2-aktiv.png); }
#link3.aktiv, #link3:hover { background-image: url(../images/layout/link3-aktiv.png); }
#link4.aktiv, #link4:hover { background-image: url(../images/layout/link4-aktiv.png); }
*/
#content {
	margin: 64px 0 0 0px;
	float: right;
	height: 426px;

	width: 630px;
	overflow: auto; 
	padding-right: 10px;
}

.content-table {
	width: 100%;
	margin-top: 1em;
}

.content-table td {
	width: 50%;
	vertical-align: top;
	padding: 0 0 0 1em;
}

.content-table td.first-child {
	border-right: 1px dotted #999;
	padding-left: 0;
}

#content-with-gallery {
	margin: 64px 0 0 30px;
	float: left;
	height: 426px;
	width: 380px;
	overflow: auto; 
	padding-right: 10px;
}

#gallery {
	margin: 64px 0 0 0;
	width: 244px;
	height: 426px;
	float: right;
	background: url(../images/layout/galerie-bg.png) left bottom no-repeat;
	
}

#galwrapper {
	margin: 50px 0px 0 13px;
	height: 360px;
	overflow: auto;
}

#gallery p {
	margin: 5px 0 10px 0;
	font-size: 75%;
}

p {
	margin: 1em 0 1em 0; 
}

table p {
	margin-top: 0;
}

.rechts * {
	text-align: right;
}

h2 {
	font-size: 17px; 
	color: #444F6D;
	border-bottom: 1px dotted #999;
	padding: 1.5em 0 4px 0;
	line-height: 100%;
}

h2 small {
	font-size: 12px; 
	color: #555;
}

h3 {
	font-size: 15px; 
	color: #444F6D;
	margin: 1em 0 -5px 0;
}

#content ul,
#content-with-gallery ul {
	list-style-image: url(../images/layout/list-bullet.gif);
	margin-left: 20px;
	margin-top: 1em;
}

#counter {
	color: #4A5F8C;
	text-align: center;
	font-size: 7px;
	margin: 0;
	
}


#startseite-h {
	background: url(../images/layout/startseite-h.gif) right 25px no-repeat;
	height: 20px;
}

#startseite-h span {
	display: none;
}

#startseite-t {
	margin-top: 1em;
	/*	background: url(../images/layout/startseite-t.gif) right top no-repeat;*/
	height: 187px;
}

#startseite-t p {

}





.kontaktformular td {
	padding: 0;
}

label {
	font-size: 80%;
}

.label {
	text-align: right;
	padding-right: 10px !important;
	padding-top: 5px !important;
}

.eingabe {
	padding-bottom: 5px !important;
}

.eingabe input,
.eingabe textarea {
	padding: 3px 0px 4px 2px;
	border: 1px solid #7887CA;
	width: 200px;
	font: 1em Gisha, Trebuchet MS, Arial, sans-serif;
}

.eingabe input {
	background:  url(../images/layout/input.png) top left repeat-x;
}

.eingabe textarea {
	background:  url(../images/layout/textarea.png) top left repeat-x;
	height: 53px;
}

.eingabe input:focus,
.eingabe textarea:focus,
.eingabe input.focus, .focus {
	border-color: #374689 !important;
}

.field-required {
	background: url(../images/layout/field-required.png)  right 3px no-repeat;
	padding-right: 10px;
}

span.field-required {
	background-position: 0px 3px;
	margin: 0 5px;
}

.field-required-highlight {
	font-weight: bold;
}

.form-hint {
	
}

.form-hint-highlight {
	font-weight: bold;
	border: 1px dotted #999;
	padding: 3px 5px;
	margin-right: 10px;
	background: #f0f0f0;
}	

.button input {
	background: #2E63A9;
	color: #fff;
	padding: 3px 5px;
}


.winzig {
	font-size: 10px;
	text-align: justify;
	margin-right: 1em;
	line-height: 95%;
}











img.zentriert {
	margin: 0 auto;
}








div {
	scrollbar-base-color: #666;
	scrollbar-3d-light-color: #E2EEFF;
	scrollbar-arrow-color: #666;
	scrollbar-darkshadow-color: #BECADB;
	scrollbar-face-color: #BECADB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #DCE4EF;
}



.edb
{
	font-size: 10px;
}











.Menutable {
	margin: 20px 0; 
}



.ndm-td_ueberschrift, a.ndm-ueberschrift_klein {
	font-weight: bold;
	color: #454545;
}


#newsprogramm-ausgabe .ndm-link-bild img {
	border: 1px solid #575E70;
	background-color: #fff;
	padding: 1px; 
}
.beschreibung {
	font-size: 9px;
	line-height: 11px;
}

