
/* CSS Referenzen
	- http://www.quirksmode.org/css/contents.html
	- http://www.corecss.com/properties/full-chart.php
*/

/* ----------------------------------------------------
	HTML Tags
   ---------------------------------------------------- */

body {
	background-color:#FFFFFF; /* -- kann NC4 nicht -- */
	color:#1B332C;
	font-size: 11px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin:0px;
/*	scrollbar-base-color:#DDDDDD;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#FFFFFF;
	overflow: auto;
	height: 100%;	*/ /* notwendig siehe http://www.quirksmode.org/css/100percheight.html */
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

.text, .bodytext {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
}

h1, .h1 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

h2, .h2 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 15px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

/* allgemeine Link-Definition */
a {
	color:#1D2969;
}
a:link {
	color:#1D2969;
	text-decoration: underline;
}
a:visited {
	color:#1D2969;
	text-decoration: underline;
}
a:hover {
	color:#3355AA;
	text-decoration: underline;
}
a:active {
	color:#33AAAA;
	text-decoration: underline;
}

/*
html {
	height: 100%;	/+ notwendig siehe http://www.quirksmode.org/css/100percheight.html +/
}*/

p, pre, li, ol, q, ul, td  {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
}

ul {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 20px;
	list-style-type: square;
}


/* ----------------------------------------------------
	eigene Klassen
   ---------------------------------------------------- */

.head {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:24px;
	font-weight:bold;
}

.head2 {
	color:#2D4989;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
}

.textstart {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}


/* ----------------------------------------------------
	vorgegebene TYPO3-Klassen / Formate
   ---------------------------------------------------- */

/* Menü innerhalb der Seite "Projekte" */
.csc-menu.csc-menu-4 {
	line-height: 25px;
	margin-left: 40px;
	color: #999999;
}

/* Beschriftung von Bildern */
.csc-caption {
	font-size:10px;
}

/* Formular: Beschriftung */
.csc-form-labelcell, .csc-form-commentcell {
	padding-left: 25px;
}

/* Sitemap-Formate */
.csc-sitemap {
	line-height:20px;
}
.csc-sitemap.csc-sitemap-level1 {
	line-height:22px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
.csc-sitemap.csc-sitemap-level2 {
	font-weight: bold;
	margin-left: 25px;
}
.csc-sitemap.csc-sitemap-level3 {
	margin-left: 50px;
}
.csc-sitemap.csc-sitemap-level4 {
	line-height:18px;
	margin-left: 75px;
	color: #999999;
}

/* News Konfiguration */
.newshead {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px dotted #999999;
}
.newssub {
	font-size: 11px;
	color: #999999;
}
.newstext {
	font-size: 12px;
	font-weight: normal;
}
.news1 {
}
.news2 {
	font-size: 10px;
	font-weight: normal;
}

/* Pfad inkl. Linkdefinition */
.pfad, #pfad {
	font-size:11px;
	color:#7B6868;
}
a.pfad {
	color:#7B6868;
}
a.pfad:link {
	color:#7B6868;
}
a.pfad:visited {
	color:#6B5858;
}
a.pfad:hover {
	color:#666666;
}
a.pfad:active {
	color:#996666;
	text-decoration: underline;
}

/* Footer inkl. Linkdefinition */
.footer {
	font-size:11px;
	color:#9296CC;
	line-height: 16px;
	text-align: right;
}
.footer2 {
	font-size:11px;
	color:#AAAAAA;
	line-height: 13px;
	text-align: right;
}
a.footer {
	color:#9296CC;
}
a.footer:link {
	color:#9296CC;
}
a.footer:visited {
	color:#9296CC;
}
a.footer:hover {
	color:#9296FF;
}
a.footer:active {
	color:#9296FF;
	text-decoration: underline;
}

#klein {
	font-size:1px;
	color: white;
	line-height:1px;
}


/* Navigation Top */
.nav, .navcur {
	color:#1D2988;
	font-size: 13px;
	text-decoration: none;
}
a.nav:link {
	color:#1D2988;
	text-decoration: none;
}
a.navcur:link {
	color:#1D2988;
	text-decoration: underline;
}
a.nav:visited {
	color:#1D2988;
	text-decoration: none;
}
a.nav:hover, a.navcur:hover {
	color:#1D2988;
	text-decoration: underline;
}
a.nav:active, a.navcur:active {
	color:#4E5659;
	text-decoration: underline;
}

/* Subnavigation auf der linken Seite */
.subnav, .subnavcur {
	color:#3E4649;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding-bottom: 10px;
}
a.subnav:link {
	color:#001010;
	text-decoration: none;
}
a.subnavcur:link {
	color:#001010;
	text-decoration: underline;
}
a.subnav:visited {
	color:#001010;
	text-decoration: none;
}
a.subnav:hover, a.subnavcur:hover {
	color:#001010;
	text-decoration: underline;
}
a.subnav:active, a.subnavcur:active {
	color:#4E5659;
	text-decoration: underline;
}

.textred {
	color:#800000;
}

