/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	/*background-color:#363b42;*/
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #ccc;
}

hr {
border:none;
width:80%;
border-top: 1px dotted #CCCCCC;
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
}

/* --------------- Header ---------------*/
#cheader {
    background-color:#363b42;
	width:100%;
	height: 253px;
	/*background: url(images/bg_page.jpg) left bottom repeat-x;*/
	text-align: center;
}
#header {
	width: 797px;
	height: 250px;
	margin: 0px auto 0px auto;
	background: url(images/bg_header.jpg) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
}
#header #logo{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 215px;
	height: 84px;
}

#header #hm{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 40px;
	height: 108px;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
 #header #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 93px;
	padding: 15px 0px 0px 0px;
	background: url(images/bg_hm.gif) left top no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center; 
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(images/bg_hm_active.gif) left top no-repeat;
}

/* --------------- Page ---------------*/
#page {
	width:100%;
	height:100%;
	background:#ffffff;
	text-align: center;
}
#ccontent {
	width: 797px;
	height:100%;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#cleftmenue {
	margin: 5px 0px 5px 0px;
	clear: left;
	float: left;
	width: 213px;
	height:100%;
	border-width:thin; border-color:#363b42; border-style:solid; padding:1px;
	border:1px solid #aaaaaa;
    left:200px;top:50px;
    -moz-border-radius:10px;
    -khtml-border-radius:30px;

    background:#ffffff;
	/*background: url(images/bg_submenue.jpg) left top repeat-x;*/
}
/* --------------- leftmenue ---------------*/
#leftmenue {
	clear: left;
	float: left;
	width: 173px;
	margin: 30px 0px 0px 20px;
	font-size: 82.50%;
}
#leftmenue h2{
	margin: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 137.50%;
	font-weight: bold;
	color: #363b42;
	text-transform: uppercase;
}
#leftmenue a{
	color: #1a1a1a;
}
#leftmenue ul{
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
#leftmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/pointer01.gif) left 3px no-repeat;
}
#leftmenue ul li a{
	text-decoration: none;
}
#leftmenue ul li a:hover.active{
	color: #669900
}	
#leftmenue ul li a.active{
	color: #669900;
}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
}

/* --------------- textmenue ---------------*/
#textmenue {
	clear: left;
	float: left;
	width: 173px;
	margin: 10px 0px 0px 10px;
	font-size: 82.50%;
}
#textmenue h2{
	margin: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 137.50%;
	font-weight: bold;
	color: #363b42;
	text-transform: uppercase;
}
#textmenue a{
	color: #1a1a1a;
}
#textmenue ul{
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
#textmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/pointer01.gif) left 3px no-repeat;
}
#textmenue ul li a{
	text-decoration: none;
}
#textmenue ul li a:hover.active{
	color: #669900
}	
#textmenue ul li a.active{
	color: #669900;
}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
}

/*-----------------text box---------------*/
.post_box_wrap {
				overflow: auto;
				border-width:thin; border-color:#363b42; border-style:solid; padding:1px;
				border:1px solid #aaaaaa;
   				 left:10px;top:20px;
   				 -moz-border-radius:10px;
    			 -khtml-border-radius:30px;
				margin-top: 2px;
				background-color: #ffffff;
				
			}
			
	.post_box_left {
				padding-top: 5px;	
				padding-left: 5px;	
				float: left;
				background-color: #ffffff;
				width: 400px;
			}
			
	.post_box_right {
				border-left: 1px solid #999999;
				padding: 5px;
				float: right;
				width: 120px;
				background-color: #ffffff;
			}

/* --------------- content ---------------*/
#content {
	float: left;
	width: 570px;
	margin: 5px 0px 5px 5px;
	border-width:thin; border-color:#363b42; border-style:solid; padding:1px;
	border:1px solid #aaaaaa;
    left:200px;top:50px;
    -moz-border-radius:10px;
    -khtml-border-radius:30px;
	line-height: 1.7em;
}
#content h1{
	margin: 10px 0px 1em 10px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	color: #363b42;
}
#content h2{
	margin: 10px 0px 1em 10px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 150.00%;
	font-weight: normal;
	color: #363b42;
}
#content p{
	margin: 10px 0px 2em 10px;
}
#content a{
	color: #363b42;
}
#content right{
	
	width: 50px;
	margin: 10px 0px 15px 15px;
	line-height: 1.7em;
}

/* --------------- footer ---------------*/
#cfooter {
   
	position:fixed;
    bottom:0px;
    background:#363b42;
    text-align:center;
    padding:10px;
    width:100%;

}
#footer {
	width: 797px;
	height:100;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}


/* --------------- Formulare ---------------*/
#content form {
	clear: left;
	line-height: normal;
	width: 360px;
}
#content label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
#content label.plabel {
	font-weight: bold;
}
#content input,
#content select,
#content textarea {
	clear: left;
	float: left;
	width: 360px;
}
#content input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#content input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}

/*----------------box----------------------*/

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}