/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 0px;
	font-family: verdana, "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: small;

  background: #FFECB2;
	text-align: justify;
	color: #FFFFFF;
	
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

blockquote {
	color: blue;
	font-weight: bold;
	    }

p, ol, ul, dl {
}

a {  /*farbe für links */
	color: #006938;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	margin: 0px;
	height: 160px;
	width: auto;
	background: url('images/oben.gif') no-repeat center;
 	 }

#header h1
{
	display: block;
	width: 578px;
	padding: 30px 0 0 15px;
	margin: 0em auto;
	color: #006938;
}

#header h2 {
	width: 778px;
	font-weight: bold;
	font-size: 14px;
	margin: 0em auto;
	padding-left: 15px;
	color: #000;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	background: #E5B670;
	font-size: 1.1em;
	
}

#menu ul
{
	display: block;
/*
	width: 500px;
*/
	margin: 0em auto;
	margin-left:100px;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #A4B7EB top left repeat-x;
	color: #000000;
}

#menu li.current_page_item
{
	background: #555 top left repeat-x;
	color: #fff;
}

#menu li.current_page_item a
{
	color: #fff;
}


/* Submenu */

#colOne li.left-level-1-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 25px;
	background: #913A00;
	color: #fff;
	margin-top: 3px;
}

#colOne li.left-level-1-no a:hover, #colOne li.left-level-1-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 25px;
	background: #0039E6;
	color: #000000;
	margin-top: 3px;
}


#colOne li.left-level-2-no a {
	height: auto;
	text-decoration: none;
	display: block;
	margin-left:10px;
	padding: 3px 6px 3px 25px;
	background: #00ACE6;
	color: #fff;
	margin-top: 3px;
}

#colOne li.left-level-2-no a:hover, #colOne li.left-level-2-act a {
	height: auto;
	text-decoration: none;
	display: block;
	margin-left:10px;
	padding: 3px 6px 3px 25px;
	background: #0039E6;
	color: #000000;
	margin-top: 3px;
}

#colOne li.left-level-3-no a {
	height: auto;
	text-decoration: none;
	display: block;
	margin-left:20px;
	padding: 3px 6px 3px 35px;
	background: #00ACE6;
	color: #fff;
	margin-top: 3px;
}

#colOne li.left-level-3-no a:hover, #colOne li.left-level-3-act a {
	height: auto;
	text-decoration: none;
	display: block;
	margin-left:20px;
	padding: 3px 6px 3px 35px;
	background: #0039E6;
	color: #000000;
	margin-top: 3px;
}


/* Content */

#content {
	width: 97%;   /*778px */
	margin: 0 auto;
	color: #000000;
}

#colOne {
/*
	float: left;
	width: 15%;
	padding: 20px 10px;
	Seite links 
*/ 
 	position: absolute;
	top: 200px;
	left: 10px;
	width: 200px;
 	margin: 0px;
 	padding: 0px;
}

#colOne ul {
	
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

#colTwo {
/* Mitte
	float: left;
	width: 60%;
	padding: 20px 10px;
*/
 	position: relative;
	top: 0px;
	margin: 0 190px 50px 190px;
	padding: 20px;
 	z-index: 13;
}

#colThree {
/*
	float: left;
	width: 15%;
	padding: 20px 10px;
*/
 	position: absolute;
 	top: 220px;
 	right: 10px;
 	width: 200px;
  	margin: 0px;
 	padding: 0px;
 	z-index: 14;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#content h1, #content h2 {
	background: #F7BC5B; /* farbe für überschrift*/
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

.post {
	margin-bottom: 25px;
	padding: 10px 10px;
	color: #000000;
	border: 1px solid #000000;
	background : #ffffff;
}

/*
DIV.csc-frame-frame2 {
	margin-bottom: 25px;
	padding: 10px 10px;
	color: #000000;
	border: 1px solid #000000;
	background : #ffffff;
}
*/

/* Footer */

#footer {
	padding: 3px 0px;
	height: 20px;
       
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #0039E6;
}

#footer a {
	color: #000000;
}