BODY,TD,FONT,P {
	color : black;
	font-family : verdana, arial, geneva, lucida;
	font-size : 10px;
}

A {
	color : black;
	text-decoration : none;
}

A:active {
	font-weight : bold; 
}

A:hover {
  color:black;
}
input, textarea, select, option {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    color : #000000;
    BORDER-LEFT: 1px solid #808080;
    BORDER-RIGHT: 1px solid #FFFFFF;
    BORDER-TOP: 1px solid #808080;
    BORDER-BOTTOM: 1px solid #FFFFFF;
    background-Color: #FFFFFF;
}
.headline {font-family: Verdana,Arial,sans-serif;
        font-size:11px;
        color: #000000;}
.smltxt {font-family: Verdana,Arial,sans-serif;
        font-size:10px;
        color: #000000;}
.xtratxt {font-family:Arial,sans-serif;
        font-size:9px;
        color: #000000;}

A.a2:link {  color: #A70015; text-decoration: none}
A.a2:active {  color: #A70015; text-decoration: none}
A.a2:visited {  text-decoration: none; color: #A70015}
A.a2:hover {  color: #A70015; text-decoration: underline}

.edits {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : normal;
color : #000000;
BORDER-LEFT: 1px solid #333333;
BORDER-RIGHT: 1px solid #FFFFFF;
BORDER-TOP: 1px solid #333333;
BORDER-BOTTOM: 1px solid #FFFFFF
}
.okbtn {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal; color : #000000;
BORDER-LEFT: 0px solid #333333;
BORDER-RIGHT: 0px solid #FFFFFF;
BORDER-TOP: 0px solid #333333;
BORDER-BOTTOM: 0px solid #FFFFFF
}


/**
 * ------ Neue Navigation ab hier ------
 */

body {
	margin: 5px 0px 0px 0px;
}

/* Position und Aussehen der  Tabelle der Navigation */
.menuLeftTable {
	padding-left: 0px;
	margin-left: 0px;
	width: 161px;
}

/** 
 * Tabelle für die dritte Ebene der Navigation 
 * Die Tabelle ist notwendig, um die dritte Navigationsebene 
 * entsprechend einzurücken (margin) 
 */
.menuLeftTableThirdLevel {
	margin-left:6px;
	padding-left:0px;
	background-color: white;

	width: 100%;
}

/* Position und Aussehen der ersten Menüebene */
.menuLeftFirstLevel {
	padding-left: 6px;
	margin-left: 0px;
	
	font-weight : bold; 
	font-family: Verdana, Arial, sans-serif;
}

/* Position und Aussehen der zweiten Menüebene */
.menuLeftSecondLevel {
	padding-left: 1px;
	min-height: 13px;
	
	font-family: Verdana, Arial, sans-serif;
}

/* Position und Aussehen der zweiten Menüebene */
.menuLeftSecondLevelAct {
	padding-left: 1px;
	min-height: 13px;
	background-color: #B5D3FC;
	
	font-weight : bold; 
	font-family: Verdana, Arial, sans-serif;
}

/* Position und Aussehen der dritten Menüebene */
.menuLeftThirdLevel {
	min-height: 13px;
	padding-left: 6px;
	padding-right: 6px;
	
	font-family: Verdana, Arial, sans-serif;
}

/* Dritte Menüebene, wenn aktiv */
.menuLeftThirdLevelAct {
	min-height: 13px;
	/*background-color: white;*/
	background-color: #B5D3FC;
	padding-left: 6px;
	padding-right: 6px;
	
	font-weight : bold; 
	font-family: Verdana, Arial, sans-serif;
}

.menuLeftThirdLevelTr {
	border-bottom: 2px solid white;
	background-color: #DCDCDC;
}

/* Dritte Menüebene, wenn aktiv */
.menuLeftThirdLevelActTr {
	min-height: 13px;
	background-color: #B5D3FC;
	
	font-weight : bold; 
	font-family: Verdana, Arial, sans-serif;
}

/* Vierte Menüebene */
.menuLeftFourthLevel {
	min-height: 13px;
	padding-left: 17px;
	padding-right: 3px;
	background-color:#DCDCDC;
	border-bottom: 2px solid white;
	
	font-family: Verdana, Arial, sans-serif;
}

.menuLeftFourthLevelAct {
	min-height: 13px;
	padding-left: 17px;
	padding-right: 3px;
	background-color:White;
	
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
}

/**
 * Dritte Ebene erste Spalte 
 * Notwendig, damit die ganze Zeile grau dargestellt wird
 */
 
 .menuLeftFirstColumn {
 	min-height: 13px;
	background-color:#DCDCDC;
	border-bottom: 2px solid white;
}
 
 /* Wenn aktiv */
 .menuLeftFirstColumnAct {
 	min-height: 13px;
	background-color:white;
	border-bottom: 2px solid white;
 }
 
 /* Image-Padding, damit Pfeil wieder auf gleicher Höhe mit "Home" */
 .imgPadding {
 	padding-left: 7px;
 }
 
 .menuLeftThirdLevelSpacer {
 	height: 2px;
	background-color: white;
 }
 
 /* Spacer für die 4. Ebene */
.spacer4l {
	padding-left: 17px;
}

.azzurrobigbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.nerosmbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.azzurrosmbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.azzurrosm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E7EFFF;
	text-decoration: none;
}
