/* CSS-Version : $Id: main.css,v 1.1.1.1 2003/12/17 13:37:27 www Exp $ */

/* Elements */

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial; 
	font-size: 13px; 
	color: #000000;
	margin: 0px;
}

BODY.popup {
	margin: 10px;
}

IMG {
	border: 0px;
}

A.headernav {
	color: #FFFFFF;
	text-decoration: none;
}

A.headernav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

A.headernavactive {
	color: #7F99CC;
	text-decoration: none;
}

A.headernavactive:hover {
	color: #7F99CC;
	text-decoration: underline;
}

A.subnav {
	color: #FFFFFF;
	text-decoration: none;
}

/* Elements - Forms */

INPUT.default100 {
	width: 90%;
}

TEXTAREA.default100 {
	width: 90%;
	height: 100px;
}

/* Elements - Tables */

TH {
	text-align: left;
	border-bottom: 1px solid #C0C7D8;
}

TD {
	font-family: Verdana, Helvetica, Arial; 
	font-size: 13px; 
	color: #000000;
	vertical-align: top;
}

TD.w200 {
	width: 200px;
}

TD.header1 {
	height: 50px;
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
/*	font-size: 15px; */
}

TD.nav {
	height: 23px;
	border-top: 1px solid #B2C4CE;
	border-bottom: 1px solid #B2C4CE;
}

TD.navprint {
	height: 23px;
	border-top: 1px solid #B2C4CE;
	border-bottom: 1px solid #B2C4CE;
	text-align: center;
	vertical-align: middle;
}

TD.navbl {
	height: 23px;
	font-size: 12px; 
	color: #FFFFFF;
	border-left: 1px solid #B2C4CE;
	text-align: center;
	vertical-align: middle;
}

TD.navblactive {
	height: 23px;
	font-size: 12px; 
	background-color: #B2C4CE;
	color: #003399;
	border-left: 1px solid #B2C4CE;
	text-align: center;
	vertical-align: middle;
}

TD.navblr {
	height: 23px;
	font-size: 12px; 
	color: #FFFFFF;
	border-left: 1px solid #B2C4CE;
	border-right: 1px solid #B2C4CE;
	text-align: center;
	vertical-align: middle;
}

TD.navblractive {
	height: 23px;
	font-size: 12px; 
	background-color: #B2C4CE;
	color: #003399;
	border-left: 1px solid #B2C4CE;
	border-right: 1px solid #B2C4CE;
	text-align: center;
	vertical-align: middle;
}

TD.introheadleft1 {
	width: 200px;
	height: 401px;
	background-image: url(../../images/intro-head-left-d.gif);
	background-repeat: no-repeat;
}

TD.introheadleft2 {
	width: 200px;
	height: 401px;
	background-image: url(../../images/intro-head-left-f.gif);
	background-repeat: no-repeat;
}

TD.introheadright {
	width: 531px;
	height: 340px;
	/*padding: 30px 30px 30px 30px;*/
	text-align: center;
	vertical-align: middle;
}

TD.contentleft {
	width: 200px;
	height: 320px;
	background-image: url(../../images/intro-head-left.jpg);
	background-repeat: no-repeat;
}

TD.contentleftni {
	width: 200px;
	height: 380px;
}

TD.content {
	width: 490px;
	height: 320px;
	padding: 30px 30px 30px 30px;
}

TD.contentni {
	height: 401px;
	background-color: #FCFCFC;
	text-align: center;
	vertical-align: middle;
}

TD.contentright {
	height: 320px;
	font-size: 9px;
	color: #000000;
	vertical-align: bottom;
	padding: 5px 10px 15px 10px;
	background-color: #B2C4CE;
	white-space: nowrap;
}

TD.footerleft {
	width: 200px;
	height: 40px;
}

TD.footercontent {
	width: 600px;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

TD.footerright {
/*	width: 100px; */
	height: 40px;
}

TD.record {
	border-bottom: 1px solid #DADEE8;
}

TD.jrar {
	text-align: right;
	vertical-align: bottom;
}

TD.jr1 {
	background-color: #DADEE8;
	vertical-align: bottom;
}

TD.jr1ar {
	background-color: #DADEE8;
	text-align: right;
	vertical-align: bottom;
}

TD.jr2 {
	background-color: #EDEFF4;
	text-align: right;
	vertical-align: bottom;
}

TD.jrtotal1 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

TD.jrtotal2 {
	background-color: #EDEFF4;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: right;
}

TD.jrtotal3 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: right;
}

/* Elements - Divs */

DIV.content {
	margin-bottom: 10px;
}

DIV.gallerythumbs {
	margin: 0 0 5px 0;
	text-align: center;
}

DIV.gallerycontainer {
	width: 430px;
}

DIV.galleryimage {
	width: 430px;
	padding: 2px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

/* Elements - Headers */

/* Elements - Paragraphs */

P.bold {
	font-weight: bold;
}

P.pagetitle {
	font-size: 17px;
	font-weight: bold;
	color: #003399;
}

P.byline {
	font-size: 15px;
}

P.abstract {
	font-size: 15px;
}

P.subtitle {
	font-size: 15px;
	font-weight: bold;
}

/* Elements - Spans */

SPAN.smallfont {
	font-family: Verdana, Helvetica, Arial; 
	font-size: 7px; 
}

/* Elements - Misc */

STRONG.langactive {
/*	color: #D4D9E5; */
	color: #7F99CC;
}

PRE.debug {
	border: 1px solid #006400;
	background-color: #C7FBC8;
	font-family: clr7x14, "Courier New";
	color: #000000;
	margin: 10px;
	padding: 5px;
}

PRE.error {
	border: 1px solid #FF5D40;
	background-color: #FFB9AC;
	font-family: clr7x14, "Courier New";
	color: #000000;
	margin: 10px;
	padding: 5px;
}

/* Classes */

#content .contentbox {
	width: 530px;
	height: 340px;
	overflow: auto;
}

#content .contentbox DIV {
	margin-bottom: 10px;
}

.title {
	font-size: 16px; 
	font-weight: bold;
}

.lead {
	font-size: 14px;
	font-weight: bold;
}

.zewo {
	font-size: 9px;
	vertical-align: middle;
}

/* ID's */

#header {
	background-color: #003399;
}

#headerprint {
	height: 120px;
	background-color: #003399;
}

#content {
	height: 320px;
	background-color: #FCFCFC;
}

#contentprint {
	width: 530px;
	padding: 20px 20px 20px 56px;
}

#footer {
	background-color: #FFFFFF;
}

#subnav_aktuell {
	visibility: hidden;
	display: none;
}

#subnav_vertrauenspersonen {
	visibility: hidden;
	display: none;
}
