/* used colors:
dark green: #006633
blue medium (links in subnavi etc: #6699CD
blue dark (Links in the top) #000066

gray dark for text: #504E53

*/

/* Hintergrund: grauer Rahmen außenrum */
/* Grundsätzliche Schrifteinstellung*/
body {
	font-family: verdana,geneva, sans-serif;
	background-color:#DDDDDD;
	padding:1px 100px 20px 100px;

}

table {
	padding:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Der weiße Bereich wird in einer Tabelle mit einer Zelle zentriert:*/
table.bg {
	width:100%;
	height:100%;
}

td.bg {

}

/* Standard-Höhenfestlegung für Zellenraster. */
td.box {
	height:114px;
}

/* Zellenhöhenfestlegung für ALLE Zellen, in denen sich kastenförmige Navigationselemente befinden, die sich per js nach unten aufweiten können. */
td.boxjs {
	height:258px;
/* provisorische Festlegung ohne js: */
	height:140px;
	vertical-align:top;
}

/* weiße Fläche */
table.main {
	margin:40px 0px 40px 0px;
	background-color:#FFFFFF;
	width:92%;
	height:100%;
	border:4px solid #FFFFFF;
	border-width:4px 9px 8px 13px;
}

td.main {
	padding:15px 0px 15px 0px;
}

/* Farbdfinition: weiße Fläche und ... */
td.light {
	background-color:#FFFFFF;
}

/* ... hellgraue Fläche */
td.dark {
	background-color:#F5F2ED;/*#E5E2DD; */
	padding-bottom:0px;
}

/* Navigationsblöcke im default-Zustand*/
div.nav {
	width:134px;
	height:121px;
	margin:0px 11px 0px 16px;
	padding: 0px 0px 0px 0px;
	vertical-align:bottom;
	text-align:left;
	overflow:hidden;
}

/* Outline-Box */
div.light {
	background-color:#FFFFFF;
	border: 2px solid #CCCCE0;
}

/* Gefüllte Box*/
div.dark {
/*(Farb- und Hintergrundbildzuweisung im Modul!)*/
}

/* Links in den Navigations-boxen */
a.box {
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
	padding-right:11px;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}
a.box:link {
}
a.box:visited {
}
a.box:focus {
}
a.box:hover {
	text-decoration:underline;
}
a.box:active {
}

a.light {
	color:#000066;
}

/* Links in der Subnavigation */ 
a.sub {
	font-size:11px;
	text-decoration:none;
	color: #6699CD;
	padding-right:10px;
	font-weight:bold;
}
a.sub:link {
}
a.sub:visited {
}
a.sub:focus {
}
a.sub:hover {
	text-decoration:underline;
}
a.sub:active {
}


/* Links in der Subsubnavigation */ 
a.subsub {
	font-size:10px;
	text-decoration:none;
	color: #6699CD;
	padding-right:10px;
}
a.subsub:link {
}
a.subsub:visited {
}
a.subsub:focus {
}
a.subsub:hover {
	text-decoration:underline;
}
a.subsub:active {
}


/*Links in der Top-Navigation*/
a.top {
	font-size:11px;
	text-decoration:none;
	color: #000066;
	padding-right:11px;
}
a.top:link {
}
a.top:visited {
}
a.top:focus {
}
a.top:hover {
	text-decoration:underline;
}
a.top:active {
}

/* Aktiver Link*/
a.hl {
	color:#006633;
}

td.top {
	text-align:right;
	vertical-align:top;
}

/* Texteingabebereich*/
p, td.content {
	font-size:11px;
/*	background-color:#CC0000;*/
	color:#504E53;
	vertical-align:top;
	
}

td.content {
	padding:10px 10px 10px 16px;
}
/* Überschrift */
h1.teaser {
	color:#006633;
}

/*Bildbereich*/
td.image {
	height:100%;
	vertical-align:top;	
	width:20px;
}

td.image p  {
	margin:10px;
}

input.inputtext {
	width:250px;
	height:18px;
}

textarea {
	width:250px;
}

td.kontakt {
	padding-right:5px;
}

div.nav_blank {
	z-index:1;
	position:relative;
}

div.nav_blank img {
	border-width:0px;
	height:121px;
	width:134px;
	margin:0px;
}

div.nav_label {
	top:-20px; // top:-28px;
	z-index:2;
	position:relative;
	padding-left:10px;
}
