/* ==== CSS-Datei made by friebel.it - Internetdienstleistungen & eBusiness (www.friebel.it) ==== */

/* =Basis
===============================================*/
html {
	height:101% /*erzwingt im FF vertikalen Scrollbalken*/ 
	} 

body {
	position: relative;
	background-image:url(bg.jpg);
	background-repeat:repeat;
	background-position:center;
	color: #fff;
	font: 100.01% Arial, Helvetica, sans-serif;
	text-align: center;/*fuer IE_quirks*/
	}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 1em; 
	font-weight: normal;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color:#83AAFF;
	background:	transparent;
	margin: 0 0 10px 20px; /*o,r,u,l*/
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing:0.1em;
	color: #FD8A00;
	background:	transparent;
	margin: 20px 20px 5px 20px; /*o,r,u,l*/
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #153206;
	background-color:	transparent;
	margin: 7px 0 0 20px;
	}

p,li { 
	line-height:1.5em; 
	font-size:0.9em; 
	margin: 2px 20px 15px 20px;/*o,r,u,l*/
	}
	
table { 
	line-height:1.5em; 
	font-size:0.9em; 
	margin: 2px 20px 15px 10px;/*o,r,u,l*/
	}

td{
	padding: 0 10px 0;/*o,r,u,l*/
}

/*Grafik rechts*/
#img_1re{
	color: #fff;
	float:right; 
	margin-left:8px; 
	margin-right:15px; 
	margin-bottom:3px;
	text-align:right;
	font-size:0.7em;
}

/*=============================================*/


/* =Struktur
===============================================*/
#wrapper {
	position: relative;
	margin: 0px auto; 
	width: 782px;
	text-align: left; /*Aufheben von IE_quirks im BODY*/
}

#header {
	background-image: url(bg_head.jpg);
	background-repeat: repeat-x;
	margin-left:20px;
	width:734px;
	height:215px;
	}

#content {
	margin: 10px 28px 0px 20px; /*o,r,u,l*/
	padding: 0px 0px 20px 0px;
	background-color:#545454;
	border-bottom: 1px solid #fff;
	}

/*2spalter 50/50*/
#spalte_li{
	position: absolute;
	top: 320px;
	left: 25px;
	width: 309px;
	margin: 0px;
	padding: 0px;
	}

#spalte_re{
	margin: 0 0 0 310px;/*o,r,u,l*/
	padding: 0;
	}
/*=============================================*/


/* =Navigation
===============================================*/
#nav {
	margin: 10px 0px 0px 0px; /*o,r,u,l*/
	width:734px;
	text-align:right;
	font-size: 0.8em;
	padding:4px 0px 7px 0px;
	background-color:#FD8A00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#nav a {text-decoration: none; color:#fff; font-weight: bold;}
#nav a:hover {color:#fff; border-bottom: 1px solid #fff; font-weight: bold; text-decoration: none;}
#nav .activ1{color:#fff; border-bottom: 1px solid #fff; font-weight: bold;}

#subnav {
	margin: 0px 0px 10px 0px; /*o,r,u,l*/
	width:734px;
	text-align:right;
	font-size: 0.7em;
	padding:3px 0px 6px 0px;
	background-image: url(bg_subnav.jpg);
	background-repeat: repeat-x;
	background-color:#545454;
	border-bottom: 1px solid #fff;
	}

#subnav a {text-decoration: none; color:#fff; font-weight: bold;}
#subnav a:hover {color:#fff; border-bottom: 1px solid #FFF; font-weight: bold; text-decoration: none;}
#subnav .activ2{color:#fff; border-bottom: 1px solid #fff; font-weight: bold;}

/*=============================================*/


/* =Textblock
===============================================*/
#textblock a {text-decoration: none; color:#fff; background: transparent; font-weight: normal;}
#textblock a:link {color:#fff; background: transparent; border-bottom: 1px dotted #FFF; font-weight: normal; text-decoration: none;}
#textblock a:visited {color:#fff; background: transparent; border-bottom: 1px dotted #FFF; font-weight: normal; text-decoration: none;}
#textblock a:hover {color:#fff; background: transparent; border-bottom: 1px dotted #FC8B01; font-weight: normal; text-decoration: none;}
#textblock a:active {color:#fff; background: transparent; border-bottom: 1px dotted #fff; font-weight: normal; text-decoration: none;}

#textblock ul{
	margin: 0 0 0 50px; /*o,r,u,l*/
	list-style-image:url(listimg.gif)
}


#text_re{
	float:right;
	margin-left:3px; 
	margin-right:0px; 
	margin-bottom:3px;
	margin-top:20px;
	width:250px;
	text-align:left;
	font-size:85%;
}

.center{
	text-align:center;
}

.bold{
font-weight:bold;
}

.orange{
color:#FD8A00; 
background: #545454;
}

.boldorange{
font-weight:bold;
color:#FD8A00; 
background: #545454;
}

#textblock .imgtext{font-size:0.75em; text-align:right}

/*=============================================*/


/* =Formular
===============================================*/
input{
	font-size: 0.8em;
	width:350px; 
	border:1px solid #FC8B01; 
	color:#000; 
	background-color:#FFF; 
	margin-bottom:5px; 
	padding-left:10px; 
	padding-top:2px; 
	padding-bottom:2px
}

textarea{
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	width:350px; 
	border:1px solid #FC8B01; 
	color:#000; 
	background-color:#FFF; 
	padding-left:10px; 
	padding-top:2px; 
	padding-bottom:2px;
 overflow:auto
}

.radio {
	border: 0px;
	width:7%;
	background-color:#545454;
	margin:0 0 0 0;/*o,r,u,l*/
	padding: 0 0 0 0;/*o,r,u,l*/
}

.button {
	background-color:#545454;
	color:#fff;
	font-size: 0.9em;
	text-align: right;
	border:0; 
	padding-bottom:4px; 
	padding-top:3px;
	padding-left:280px;
	margin:0;
}

.form {
	font-size: 0.9em;
	text-align: left;
	margin:0 0 0 0;/*o,r,u,l*/
	padding: 0 0 0 0;/*o,r,u,l*/
}
/*=============================================*/



/* =Footer
===============================================*/
#footer {
	margin: 10px 28px 0px 20px; /*o,r,u,l*/
	padding: 0px 0px 3px 0px;
	background-color:#000;
	font-size: 0.75em;
	text-align:center
	}

#footer p{line-height:1.5em;}
#footer a {text-decoration: none; color:#fff; font-weight: normal;}
#footer a:link {color:#fff; border-bottom: 1px dotted #FFF; font-weight: normal; text-decoration: none;}
#footer a:visited {color:#fff; border-bottom: 1px dotted #FFF; font-weight: normal; text-decoration: none;}
#footer a:hover {color:#fff; border-bottom: 1px dotted #FC8B01; font-weight: normal; text-decoration: none;}
#footer a:active {color:#fff; border-bottom: 1px dotted #fff; font-weight: normal; text-decoration: none;}

/*=============================================*/


