a:link{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	background-color : #D5E2D3;
	text-decoration : none;
}   /*Style noch nicht aktive Verweise*/
a:visited{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width : 15px;
	height : 15px;
	background-color : #D5E2D3;
	text-decoration : none;
}   /*Style nicht mehr aktive Verweise*/
a:hover{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	width : 15px;
	height : 15px;
	background-color : #EFEFEF;
	text-decoration : none;
}   /*Style Verweise bei "MouseOver"*/
a:active{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	width : 15px;
	height : 15px;
	background-color : #FFFFFF;
	text-decoration : none;
}   /*Style aktive Verweise*/

a.nav:link{ color:#FFFFFF;background-color:#8B9DCD;font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
a.nav:visited{ color:#FFFFFF;background-color:#8B9DCD;font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
a.nav:hover{ color:#FFFFFF;background-color:#8B9DCD;font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:12pt; text-decoration:none; }
a.nav:active{ color:#FFFFFF;background-color:#8B9DCD;font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }

body.special{
	background-color: #EFEFEF;
}   /*Style Body-Special*/

table.initial{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}   /*Style Startzeile*/
table.basic{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	height : 10px;
	background-color : #FFFFFF;
	text-decoration : none;
}   /*Style Tabelle grundlegend*/
table.border{
    border : 1px solid;
	border-color : #B72841;
}   /*Style Tabelle Border*/
table.navigation{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	height : 10px;
	background-color : #EFEFEF;
	text-decoration : none;
}   /*Style Tabelle Navigation*/
table.headline{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 35px;
	font-style : normal;
	font-weight : normal;
	color : #B72841;
	height : 50px;
	background-color : #EFEFEF;
}   /*Style Tabelle Kopfzeile*/
table.contact{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	height : 10px;
	background-color : #EFEFEF;
	text-decoration : none;
}   /*Style Mailformular & Anschrift*/
table.anschrift{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	height : 10px;
	background-color : #EFEFEF;
	text-decoration : none;
}   /*Style Mailformular & Anschrift*/

tr.welcome{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 35px;
	font-style : normal;
	font-weight : normal;
	color : #B72841;
	height : 50px;
}   /*Style Welcome*/
tr.headline{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	height : 25px;
	background-color : #1B1B1B;
}   /*Style Kopfzeile*/
tr.start{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	height : 10px;
	background-color : #EFEFEF;
	text-decoration : none;
}   /*Style Startzeile*/

hr.line{
	height : 1px;
	color : #CCCCCC;
	background : #EFEFEF;
}   /*Style Trennungslinie*/

.field{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	width : 250px;
	height : 19px;
	background-color : #FFFFFF;
	border-style : none;
}   /*Style Universal*/
.field_medium{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	width : 250px;
	height : 20px;
	background-color : #FFFFFF;
	border-style : none;
}   /*Style Field_Medium*/

input.button_arrow{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 17px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	width: 25px;
	height : 25px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Button_ARROW*/
input.button{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 125px;
	height : 19px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Button*/
input.button_xxl{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 131px;
	height : 19px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Button_XXL*/

select.xxs{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 100px;
	height : 17px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Select-XXS*/
select.small{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 125px;
	height : 17px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Select-small*/
select.medium{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 250px;
	height : 17px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Select-Medium*/
select.large{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	width: 582px;
	height : 17px;
	background-color : #D4D0C8;
	border: none;
}   /*Style Select-Large*/
select.xxl{
	font-family : "Helvetica, Arial, sans-serif";
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	width: 390px;
	background-color : #FFFFFF;
	border: none;
}   /*Style Select-XXL*/

.small{font-family: Helvetica, Arial, sans-serif;font-size: 8pt;}
.tdmaske td{background-color: #EFEFEF;}
.td{background-color: #EFEFEF;}
td.listbottom{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;color: #004000;background-color: #D5E2D3;}
tr.listhead td{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;background-color: #D5E2D3;color: #004000;text-decoration : none;}
tr.listbottom td{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;color: #004000;background-color: #D5E2D3;}
td{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;}
.passwort td{background-color: #D0DAE2;}

/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
/*
body.nav{background-color: #CCFFCC;}
th{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;background-color: #666666;color: #ffffff;}
body{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;}

ul{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;}
ol{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;}
li{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;}
.list{font-family: Helvetica, Arial, sans-serif;font-size: 10pt;color: #000000;}	

.nav{background-color: #ccffcc;}	
.msg{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;color: #800000;}			
.hint{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;color: #000000;background-color: #FAFAB4;}		
.input{font-family: Helvetica, Arial, sans-serif;font-size: 10pt; }
.error{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;color: #ffffff;background-color: red;}			
.error2{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;color: #000000;background-color: #00FF00;}	

.normalgrey{font-family: Helvetica, Arial, sans-serif;font-size: 9pt;font-weight: normal;color: #666666; }
.smallgrey{font-family: Helvetica, Arial, sans-serif;font-size: 8pt;font-weight: normal;color: #666666; }
*/
/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

