/***********************************************************************************/
/* Copyright (c) 2004 Uwe Müller, Kandel. Alle Rechte vorbehalten.                 */
/* Customer: ergo2b.de - B. Baumann und D. Brossart                                */
/* Author: mendhika                                                                */
/* Datum: 17. April 2004                                                           */
/***********************************************************************************/
/*

 TOC
 --------------
 1. Globale Styles
 2. Content-Styles
 3. Hyperlink-Formatierung
 4. Formular-Styles
 5. Navigation-Styles
 6. Weitere Styles
 ---------------
*/


/* 1. Globale Styles   ****************************************************************/

BODY {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color:gray;
	bg-color: #f0f0f0;
}
fieldset {
	color: red;
}
h1{
	color:darkred;
}
h5{
	color:darkred;
	FONT-SIZE: 18pt;	
}

.headline {
	color:#000080;
	FONT-SIZE: 20px;
	FONT-FAMILY: Verdana, Helvetica, Arial, Geneva, sans-serif;
	FONT-WEIGHT:BOLD;
}
.subheadline {
	color:darkred;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Helvetica, Arial, Geneva, sans-serif;
	FONT-WEIGHT:BOLD;
}
.absatz {
	color:darkred;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Helvetica, Arial, Geneva, sans-serif;
	FONT-WEIGHT:normal;

}


/* 2. Content-Styles  ****************************************************************/

td, th {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Helvetica, Arial, Geneva, sans-serif;
	
}/*



 3. Hyperlinks   ***************************************************************
*/

A:link { 
	text-decoration: none;
}

A:visited {
	color : #0033CC;
	text-decoration: none
}


A:bb:hover {
	
	background: #fffeef;
	color: #dd0000
}
A:active {
	color: #FF0000;
	text-decoration: underline
}
div#vertNavi a {
    	border-right: #ffffff 3px solid;
	padding-right: 10px;
    	display: block;
	padding-left: 10px;
	border-left-width: 0px;
    	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #625b55;
    	padding-top: 1px;
	text-align: center;
	text-decoration: none;
}
	
div#vertNavi a:hover {
    border-right: lightgreen 3px dashed;
	background: #fffeef;
	color: #dd0000;
}


/* 4. Formular ****************************************************************/

input, textarea {
	background-color :white;
	color : black; font-size : 1.2em;
	color : darkred;
}
input:focus {
	background-color : #F4F4F4;
} 


/* 5. Navigation **************************************************************/
 6. Weiteres ***************************************************************
*/

.fusszeile {
	FONT-SIZE: 7pt; 
}
.gross {
	FONT-SIZE: 20pt
}

