/*  ------------------------- Boxen -------------------------  */

body  { background-color: #F0F0F0;
	background-position: center;
	background-position: middle;
	background-repeat: -x;
	margin-top: 0px;
	margin-left: 0px;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color:  #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #ffffff}

#globalbox {
	z-index:0;
	background-color: #FFFFFF; background-image: url(images/global/bg-globalbox.gif);
	position:absolute; left: 50%; margin-left: -490px; top: 0px;
	width: 980px; height:1000px;
	}

#header {
	z-index:4;
	background-color:#FFFFFF;
	position:absolute; left:10px; top:0px;
	width:960px; height:254px;
	}

#topmenue {
	z-index:8;
	background-color:#A40000; background-image: url(images/navi/menue-Pxx.gif); background-position:200px 0px; background-repeat: no-repeat;
	position:absolute; left:10px; top:254px;
	width:960px; max-width:750px; height:25px; max-height:25px; min-height:25px;
	padding-left:210px; padding-top:0px;
	}

.topbutton {
	z-index:10;
	position:relative; left:0px; top:0px;
	padding-top:0px; padding-left: 0px; padding-right:0px;
	}

#leftmenue {
	z-index:12;
	background-color:#FFFFFF;
	position:absolute; width:192px; height:200px;
	left:10px; top:280px;
	}

.leftbutton {
	z-index:14;
	background-image: url(images/navi/leftbutton-aktiv.gif); background-position: top; background-repeat: no-repeat;
	position:relative; left:0px; top:0px;
	width:192 px; max-width:172px; height:28px; max-height: 24px;
	font-family: Arial; font-size: 11px; color: #000000; line-height: 18px; text-align: right; text-decoration: none;
	padding-top: 4px; padding-right: 20px; padding-left: 0px;
	display: block;
	}

.leerbutton {
	z-index:14;
	background-image: url(images/navi/leftbutton-leer.gif); background-position: top; background-repeat: no-repeat;
	position:relative; left:0px; top:0px;
	max-width:192px; height:28px; max-height: 24px;
	font-family: Arial; font-size: 11px; color: #000000; line-height: 18px; text-align: right;
	padding-top: 4px; padding-right: 20px; padding-left: 0px;
	}

#leftmenue a.leftbutton:link	{ background-image: url(images/navi/leftbutton-passiv.gif); }
#leftmenue a.leftbutton:visited	{ background-image: url(images/navi/leftbutton-passiv.gif); }
#leftmenue a.leftbutton:hover	{ background-image: url(images/navi/leftbutton-aktiv.gif); }


#contentbox {
	z-index:18;
	position:absolute; width:678px; height:424px;
	left: 242px; top: 310px;
	background-color: #FFFFFF;
	}

.refpicleft {
	z-index:24;
	padding-right:10px; padding-left:24px; padding-bottom:16px;
	}

.refpicmiddle {
	z-index:24;
	padding-right:10px; padding-left:10px; padding-bottom:16px;
	}

.refpicright {
	z-index:24;
	padding-left:10px; padding-bottom:16px;
	}

	

	/*  ------------------------- Formularfelder -------------------------  */

input
	{ font-size:12px; color: #000000; font-family:Arial;
	width:300px; height:20px;
	}

textarea
	{ font-size:12px; color: #000000; font-family:Arial;
	width:300px; height:100px;
	}


	/*  ------------------------- Texte -------------------------  */


h1 { font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #A40000;
	line-height: 20px;
	text-align: left}

h2 { font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	line-height: 14px;
	text-align: left;}

ul { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	list-style-image:url(images/global/anstrich.gif)}

p { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	padding-left: 36px;
	}

.text { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;}

.text a:link        { font-size:12px; color: #000000; font-family:Arial; text-decoration:underline; }
.text a:visited     { font-size:12px; color: #000000; font-family:Arial; text-decoration:underline; }
.text a:hover       { font-size:12px; color: #A40000; font-family:Arial; text-decoration:underline; }
.text a:active      { font-size:12px; color: #000000; font-family:Arial; text-decoration:underline; }

.textcenter { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: center}

.textright { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: right}

.textblock { font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: justify}

.textsmall { font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 8px;
	text-align: left}

.textsmallright { font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	text-align: right}

.textsmall a:link        { font-size:11px; color: #666666; font-family:Arial; text-decoration:underline; }
.textsmall a:visited     { font-size:11px; color: #666666; font-family:Arial; text-decoration:underline; }
.textsmall a:hover       { font-size:11px; color: #F1481F; font-family:Arial; text-decoration:underline; }
.textsmall a:active      { font-size:11px; color: #666666; font-family:Arial; text-decoration:underline; }

#mediumtextbox a:link		{ font-size:12px; color: #FFFFFF; font-family:Arial; text-decoration:underline; }
#mediumtextbox a:visited	{ font-size:12px; color: #FFFFFF; font-family:Arial; text-decoration:underline; }
#mediumtextbox a:hover		{ font-size:12px; color: #FF0000; font-family:Arial; text-decoration:underline; }
#mediumtextbox a:active		{ font-size:12px; color: #FFFFFF; font-family:Arial; text-decoration:underline; }



#smallpic1 {
	z-index:20;
	position:absolute; width:200px; height:140px;
	left: 780px; top: 136px;
	background-color: #EEEDDE;
	}

#smallpic2 {
	z-index:21;
	position:absolute; width:200px; height:140px;
	left: 780px; top: 278px;
	background-color: #EEEDDE;
	}

#smallpic3 {
	z-index:22;
	position:absolute; width:200px; height:140px;
	left: 780px; top: 420px;
	background-color: #EEEDDE;
	}


#thumbnailbox {
	z-index:23;
	position:absolute; width:200px; height:424px;
	left: 780px; top: 136px;
	background-color: #EEEDDE;
	overflow: auto;
	}

.thumbnail {
	z-index:23;
	position:relative; width:180px; height:100px;
	left: 0px; top: 0px;
	margin-bottom: 2px;
	background-color: #EEEDDE;
	}

.thumbtext {
	z-index:24;
	position:relative; width:172px; height:14px;
	left: 8px; top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	background-color: #EEEDDE;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	text-align: left;
	}


/*  ------------------------- Schriften -------------------------  */

