/**** Voliere CSS-Definitionen */
/**** Erstellt: 29.08.2003 */

/*******************************************************************/

/* allg. Schrift normal */
.txtNorm{
	font-family:Arial;
	font-size:13px;
	color:#333333;

}
.txtNormBold{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#333333;

}

/* allg. Schrift klein*/
.txtklein{
	font-family:Arial;
	font-size:11px;
	color:#333333;

}
.txtkleinBold{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;

}

/*******************************************************************/

/* allg. Schrift normal in grau */
.txtNormgrauA{
	font-family:Arial;
	font-size:13px;
	color:#808080;

}
.txtNormBoldgrauA{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#808080;

}
.txtNormgrauB{
	font-family:Arial;
	font-size:12px;
	color:#808080;

}
.txtNormBoldgrauB{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#808080;

}
.txtkleingrau{
	font-family:Arial;
	font-size:11px;
	color:#808080;

}
.txtkleinBoldgrau{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#808080;

}

/*******************************************************************/

.HeadLine{
	font-family:Arial;
	font-size:16px;
	color:#333333;

}

.HeadLineBold{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#333333;

}

.FootLine{
	font-family:Arial;
	font-size:11px;
	color:#808080;

}
.FootLineBold{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#808080;

}
/*******************************************************************/

/* Ueberschrift 1 */
h1{
	font-family: Arial;
	font-style:normal;
	font-weight:bold;
	font-size:16pt;
	color:#333333;
	text-align:left;

}

/* Ueberschrift 2 */
h2{
	font-family: Arial;
	font-style:normal;
	font-weight:bold;
	font-size:13pt;
	color:#333333;
	text-align:left;

}

/* Ueberschrift 3 */
h3{
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	font-size:11pt;
	color:#333333;
	text-align:left;

}

/* Ueberschrift 4 */
h4{
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	font-size:10pt;
	color:#333333;
	text-align:left;

}

/*******************************************************************/


/* Forms */

form{
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

DIV.noprint{
    display:none;
}


SELECT{
	background-color: #FFFFFF;
	border: 1px solid #C0C2C4;
	font-family: Arial;
	font-size:10px;
        height:16;
	color:#333333;
	}

BUTTON{
	background: #FFFFFF;
	border: 1px solid #C0C2C4;
	font-family: Arial;
	font-size:10px;
        width:150;
        height:16;
	color:#333333;
}

INPUT{
	background: #FFFFFF;
	border: 1px solid #C0C2C4;
	font-family: Arial;
	font-size:10px;
    height:16;
	color:#333333;

    scrollbar-face-color: #F9F9F9;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #F9F9F9;
    scrollbar-3dlight-color: #00000;
    scrollbar-darkshadow-color: #F9F9F9;
    scrollbar-track-color: #F9F9F9;
    scrollbar-arrow-color: #333333;

}

TEXTAREA{
	background: #FFFFFF;
	border: 1px solid #C0C2C4;
	font-family: Arial;
	font-size:10px;
	color: #000000;

    scrollbar-face-color: #F9F9F9;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #F9F9F9;
    scrollbar-3dlight-color: #00000;
    scrollbar-darkshadow-color: #F9F9F9;
    scrollbar-track-color: #F9F9F9;
    scrollbar-arrow-color: #333333;

}

body {
    scrollbar-face-color: #F9F9F9;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #F9F9F9;
    scrollbar-3dlight-color: #00000;
    scrollbar-darkshadow-color: #F9F9F9;
    scrollbar-track-color: #F9F9F9;
    scrollbar-arrow-color: #333333;
}

a:link    {color:#336699; font-family:Arial; line-height: 14px; text-decoration: none;}
a:visited {color:#336699; font-family:Arial; line-height: 14px; text-decoration: none;}
a:hover   {color:#C43A2E; font-family:Arial; line-height: 14px; text-decoration: none;}
a:active  {color:#C43A2E; font-family:Arial; line-height: 14px; text-decoration: none;}
a:focus   {color:#C43A2E; font-family:Arial; line-height: 14px; text-decoration: none;}