/* *** global classes *********************************************** */
body {
	margin-left					: 0px;
	margin-top					: 0px;
	background-color 			: #FFFFFF;
	color						: #666666;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	text-align					: justify;
	scrollbar-base-color		: #000000; 
	scrollbar-3dlight-color		: #000000; 
	scrollbar-arrow-color		: #000000; 
	scrollbar-darkshadow-color	: #000000; 
	scrollbar-face-color		: #000000; 
	scrollbar-highlight-color	: #000000; 
	scrollbar-shadow-color		: #000000; 
	scrollbar-track-color		: #000000;
}
td {
	color						: #666666;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
}
input, textarea {
	color						: #23539F;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	border-color				: #FF9A61;
	border-style				: solid;
	border-width				: 1px;
	background-color 			: #FFFFFF;
	scrollbar-base-color		: #FF9A61; 
	scrollbar-3dlight-color		: #FF9A61; 
	scrollbar-arrow-color		: #23539F; 
	scrollbar-darkshadow-color	: #CA713D; 
	scrollbar-face-color		: #FFCDB0; 
	scrollbar-highlight-color	: #FFFFFF; 
	scrollbar-shadow-color		: #FF9A61; 
	scrollbar-track-color		: #FFCDB0;
}
input.button {
	color						: #23539F;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	background-color 			: #FFCDB0;
	height						: 20px;
}
ul {
	list-style-image			: url(../images/bullet.gif);
}

/* *** pseudo-class for links ******************* */
a:link {
	text-decoration		: none;
	font-weight			: bold;
	color				: #999999;
}
a:visited {
	text-decoration		: none;
	font-weight			: bold;
	color				: #999999;
}
a:hover {
	text-decoration		: none;
	font-weight			: bold;
	color				: #23539F;
}
a:active {
	text-decoration		: none;
	font-weight			: bold;
	color				: #23539F;
}

/* *** pseudo-class selectors for links ******************* */
a.menue:link, a.menue:visited {
	display				: block;
	color				: #23539F;
	font-weight			: 500;
	background-image	: url(../images/menue.jpg);
	background-repeat	: no-repeat;
	background-position	: right;
	width				: 110px;
	text-indent			: 28px;
	text-decoration		: none;
	text-align			: left;
	font-family			: Verdana, Helvetica, Arial, sans-serif;
	line-height			: 20px;
}
a.menue:hover {
	color				: #23539F;
	font-weight			: 800;
	background-image	: url(../images/menue_hover.jpg);
	background-repeat	: no-repeat;
	text-decoration		: none;
	text-align			: left;
}
a.menue_active {
	display				: block;
	color				: #23539F;
	font-weight			: 800;
	background-image	: url(../images/menue_hover.jpg);
	background-repeat	: no-repeat;
	background-position	: right;
	width				: 110px;
	text-indent			: 28px;
	text-decoration		: none;
	font-family			: Verdana, Helvetica, Arial, sans-serif;
	line-height			: 20px;
	text-align			: left;
}
a.impressum:link {
	text-decoration		: none;
	font-size 			: 7pt;
	font-weight			: bold;
	color				: #CCCCCC;
}
a.impressum:visited {
	text-decoration		: none;
	font-size 			: 7pt;
	font-weight			: bold;
	color				: #CCCCCC;
}
a.impressum:hover {
	text-decoration		: none;
	font-size 			: 7pt;
	font-weight			: bold;
	color				: #23539F;
}
a.impressum:active {
	text-decoration		: none;
	font-size 			: 7pt;
	font-weight			: bold;
	color				: #CCCCCC;
}

/* *** class selectors for background ******************************* */
body.empty {
	margin-left					: 0px;
	margin-top					: 0px;
	background-color 			: #FFFFFF;
}
body.main {
	background-image			: url("../images/back.png");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.bottom {
	background-image			: url("../images/back_ckws.png");
	background-position			: top left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}

/* *** class selectors for scrollbar ******************************** */
img.active {
	filter			: Alpha(opacity=100, finishopacity=100, style=0);
}
img.inactive {
	filter			: Alpha(opacity=50, finishopacity=50, style=0);
}

/* *** class selectors for text ************************************* */
.headline {
	font-weight		: bold;
	letter-spacing	: 0.4em;
	text-align		: left;
}
.anmerkung {
	font-size 		: 7pt;
	color			: #CCCCCC;
}
.important {
	text-decoration		: none;
	font-weight			: bold;
	letter-spacing		: 0.1em;
}

/* *** properties for positioning divs ****************************** */
#divMenue {
	LEFT			: 5px; 
	POSITION		: absolute; 
	TOP				: 10px;
}
#divHeadline {
	LEFT			: 36px; 
	POSITION		: absolute; 
	TOP				: 140px;
}
#divContainer {
	LEFT			: 230px; 
	VISIBILITY		: hidden; 
	OVERFLOW		: hidden; 
	WIDTH			: 420px; 
	CLIP			: rect(0px 420px 274px 0px); 
	POSITION		: absolute; 
	TOP				: 140px; 
	HEIGHT			: 274px;
}
#divContent {
	LEFT			: 0px; 
	POSITION		: absolute; 
	TOP				: 0px;
}
#divUpControl {
	Z-INDEX			: 1; 
	LEFT			: 360px; 
	WIDTH			: 320px; 
	POSITION		: absolute; 
	TOP				: 140px; 
	TEXT-ALIGN		: right;
}
#divDownControl {
	Z-INDEX			: 1; 
	LEFT			: 360px; 
	WIDTH			: 320px; 
	POSITION		: absolute; 
	TOP				: 400px; 
	TEXT-ALIGN		: right;
}