/*  *********
	Standards
	********* */

BODY {
	color: #444444;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

TABLE {
}

FORM {
 	display: inline;
}

A:LINK { color: #293984; }
A:ACTIVE { color: #293984; }
A:VISITED { color: #293984; }
A:HOVER { color: #293984; }

TABLE.Main {
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}
TABLE.Main TD {
	padding: 0px;
	vertical-align: top;
}

/**********/
/* Inhalt */

TABLE.Inhalt {
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	width: 750px;
}

TABLE.Inhalt TD {
	padding: 3px;
	padding-top: 10px;
	background-color: #F7F2DD;
	vertical-align: top;
}

TABLE.Inhalt TD.Spalte {
	width: 200px;
	background-color: #ECE4D1;
}

TABLE.Inhalt TD.InhaltKlein {
	width: 550px;
}

/*************/
/* Infobox */

TABLE.Infobox {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 200px;
}
TABLE.Infobox TD {
	padding: 3px;
	background-color: #ECE4D1;
}
TABLE.Infobox TR.Header TD {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #cccccc
}

/*************/
/* Bild */

TABLE.Bild {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}
TABLE.Bild TD {
	padding: 0px;
}
TABLE.Bild TR.Legende TD {
	font-size: 10px;
	font-style: italic;
	padding: 3px;
}

/**************/
/* Liste */

TABLE.Liste {
	background-color: white;
	border-color: #444444;
	border-width: 1;
	border-style: solid;
	border-collapse: collapse;
}
TABLE.Liste TD {
	padding: 2px;
}

TABLE.Liste TR.Title TD {
	font-weight: bold;
	color: white;
	background-color: #676253;
}

TABLE.Liste TR.Text TD {
	font-size : 12px;
	color: #444444;
	border: none;
	vertical-align : top;
	background-color: #F7F2DD;
}

TABLE.Liste TR.Text-a TD {
	font-size : 12px;
	color: #444444;
	border: none;
	vertical-align : top;
	background-color: #ECE4D1;
}	

/*************/
/* Formular */

TABLE.Formular {
	border-color: #444444;
	border-width: 1;
	border-style: solid;
	border-collapse: collapse;
}

TABLE.Formular TD {
	vertical-align : top;
	padding: 2px;
	background-color: #ECE4D1;
}

TABLE.Formular TR.Header TD {
	font-weight: bold;
	color: white;
	background-color: #676253;
}	

TABLE.Formular TR.TopBreakLine TD {
	border-top-style: solid; 
	border-top-width: 1px;
}

INPUT.Submit {
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
	background-color: #ECE4D1;	
}
/*************/
/* PartnerList */

TABLE.PartnerList {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}
TABLE.PartnerList TD {
	padding: 2px;
	vertical-align: top;
}
TABLE.PartnerList TR.Title TD {
	font-size: 12px;
	font-weight: bold;
	color: #293984;
}
TABLE.PartnerList TR.Spacer TD {
	height: 15px;
}
TABLE.PartnerList TR.Line TD.Text {
	background-color: #ECE4D1;
}


/*************/
/* ReferenzList */

TABLE.ReferenzList {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}
TABLE.ReferenzList TD {
	padding: 2px;
	vertical-align: top;
}
TABLE.ReferenzList TR.Title TD {
	background-color: #ECE4D1;
}
TABLE.ReferenzList TR.Title TD.Title {
	font-size: 12px;
	font-weight: bold;
	color: #293984;
	width: 90%
}
TABLE.ReferenzList TR.Title TD.Datum {
	text-align: right;
}
TABLE.ReferenzList TR.Spacer TD {
	height: 15px;
}
TABLE.ReferenzList TR.Line TD {
	background-color: #ECE4D1;
}


/*************/
/* Ticker */
.scrolltitle {
	font-size: 12px; 
	font-weight: bold; 
	text-decoration:none;
}

.scrollnormal {
	font-size: 12px; 
	font-weight: normal; 
	text-decoration:none;
}

A.scroll {
	color: #444444;
	text-decoration:none;
}
A.scroll:visited { color: #444444;}
A.scroll:hover { color: #293984;}

/*************/
/* Other Styles */

.title {
	font-size: 12px; 
	font-weight: bold; 
	color: #293984;
}
.normal {
	font-family:Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal;
}

.copyright {
	font-family:Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal;
}

.klein {
	font-size: 10px;
}