/* CSS Document */


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
}

#container {
	width: 1000px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}

/* ----------outer und inner----------------- */
#outer{
	background-color: #FFFFFF; /* Farbe fuer Inhalt Spalten  */
} 

#inner{
	margin:0px;
	width:100%;
} /* die IE PC schlaufe */ 

/* ---------- Inhalt ----------------- */
#top {
	text-align: right;
	background-image: url(../images/top_logo.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2px;
}

#menue-line {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menue_line_bg.jpg);
	padding-top: 3px;
	padding-left: 8px;
}
.menue-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #CCCCCC;
	width: 100px;
	float: left;
	height: 14px;
	text-align: center;
	margin-right: 6px;
}
.menue-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menue-item a:hover {
	text-decoration: underline;	
}

#left {
	width:150px;
	
	float:left;
}
#left .headerl {
	height: 10px;
	background: url(/images/side-header.png) no-repeat top;
	font-size: 1px;
}
#left .bodyl {
	padding-left: 10px;
	background-image: url(/images/side-body.png);
	background-repeat: repeat-y;
}
#left .footerl {
	height: 10px;
	margin-top: -10px;
	background: url(/images/side-footer.png) no-repeat bottom;
	font-size: 1px;

}


#main {
	width: 686px;
	margin-left: 156px;
}
#main .headerm {
	height: 10px;
	background: url(/images/main-header.png) no-repeat top;
	font-size: 1px;
}
#main .bodym {
	background-image: url(/images/main-body.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: static;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	}
	
#main .footerm {
	height: 10px;
	background: url(/images/main-footer.png) no-repeat bottom;
	font-size: 1px;
}
#main .content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}



#right {
	width:150px;
	float: right;
}
#right .headerr {
	height: 10px;
	background: url(/images/side-header.png) no-repeat top;
	font-size: 1px;

}
#right .bodyr {
	background-image: url(/images/side-body.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	}
	
#right .footerr {
	height: 10px;
	margin-top: -10px;
	background: url(/images/side-footer.png) no-repeat bottom;
	font-size: 1px;
}


#bottom {
	clear:both;
	height: 20px;
	padding:5px 15px;
	text-align: right;
	background-image: url(/images/menue_line_bg.jpg) no-repeat top left;
} 

#bottom h1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---- Navi Menue -----*/

#menu1{
	background:#eee;
	border:1px solid #666;
	font:bold 12px arial,verdana,sans-serif;
	width:140px;
	margin-left: 5px;
	position: relative;
}


#m1-liste{
 background:#fff;
 border-bottom:1px solid #666;
 border-left:1px solid #666;
 border-right:1px solid #666;
 list-style:none;
 margin:3px;
 width:132px
}

#m1-liste li a{
 border-top:1px solid #666;
 color:#666;
 display:block;
 padding:5px 8px;
 text-decoration:none;
 width:116px
}

#m1-liste li a:hover{
 background:#c00;
 color:#fff;
 text-decoration:none
}


#contact {
	margin-top: 30px;
	margin-left: 30px;
}
#contact #form1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact #form1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact #form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/* ---- Side Box -----*/

.side-box {
	margin-bottom: 8px;
	width: 130px;
}

.side-box .header {
	height: 9px;
	background: url(/images/sidebox-header.png) no-repeat;
	font-size: 1px;
}
.side-box .body {
	min-height: 66px;
	padding: 9px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(/images/sidebox-body.png) no-repeat top;
	
}
.side-box .footer {
	height: 8px;
	background: url(/images/sidebox-footer.png) no-repeat bottom;
	font-size: 1px;
}

#content {
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;	
	}

.side-box imgx {
	padding: 0px;
	float: left;
}

/* ---- Region -----*/


.region-link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #999999;
	font-size: 14px;

}
.region-beschr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	width: 400px;
}
.region_att_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ----  -----*/

.info-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
