body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #FFF5E3 url(./img/bg.jpg) repeat-y top center;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #931F12;
}
h2, h3 {
	color: #555;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}
#wrapper {
         width: 920px;
         background:  url(./img/bg.jpg)repeat-y top center;
         margin: 0px auto;
}
/** Style for header starts here */

#top {
	width: 900px;
	height: 90px;
	margin: 0px auto;
	background: #fff url(img/top.jpg) no-repeat center top;
}
#header {
	width: 900px;
	height: 71px;
	margin: 0px auto;
	background: url(img/header.jpg) no-repeat left top;
         border-top: 0px dashed #ccc;
         border-bottom: 0px solid #931F12;

}
.one{
float: left;
width: 100px;
height: 65px;
padding-left: 460px;      padding-top: 6px;
}
.one ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
.one li{
        color: #333;
        font-weight: bold;
        display: block;
        background: url(menu3.gif);
        height: 16px;
        padding: 0px 0 0 30px;
        }



.one li a {
          font-size: 14px;
          height: 32px;
          height: 24px;
          text-decoration: none;
        }

.one li a:link, .one li a:visited {
        color: #888;
        display: block;
        padding: 0px 0 0 30px;
        }

.one li a:hover, .one li #current, .one li a:active {
        color: #283A50;
        padding: 0px 0 0 30px;
        }
/*ende linke spalte*/
.two{
	float: right;         padding-top: 6px;
         margin-right: 100px;
	width: 200px;
	height: 65px;
}
.two ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
.two li{
        color: #333;
        font-weight: bold;
        display: block;
        background: url(menu3.gif);
        height: 16px;
        padding: 0px 0 0 30px;
        }



.two li a {
          font-size: 14px;
          height: 32px;
          text-decoration: none;
        }

.two li a:link, .two li a:visited {
        color: #888;
        display: block;
        padding: 0px 0 0 30px;
        }

.two li a:hover, .two li #current, .two li a:active {
        color: #283A50;
        padding: 0px 0 0 30px;
        }



/*beginn menu content*/
/** Style for menu starts here */


#menu {
         width: 900px;
         height: 50px;
         margin: 0px auto;
         background: #953C32;
}

#menu ul {
         margin: 0px;
         padding: 0 0 0 20px;
         list-style: none;
}

#menu li {
         display: inline;
}

#menu a {
         display: block;
         float: left;
         padding: 14px 20px 10px 20px;
         text-decoration: none;
         color: #FFFFFF;
}

#menu a:hover {
         color: #D7D7BD;
         background: url(./img/menuo.jpg) no-repeat top center;
}

#headerphoto {
	width: 900px;
	height: 150px;
	margin: 0px auto;
	background: url(img/headerfoto.jpg) no-repeat left top;
}


/** Style for wrapper starts here */



/** Style for content starts here */


#content {
	width: 850px;
	margin: 0px auto;
	padding-top: 12px;
}

#content h1 {
         text-transform:uppercase;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}
#left {
         float: left;
         width: 210px;
         margin-bottom: 20px;
         padding-left: 0px;
}


#left ul {
         margin: 15px 0 0 0;
         padding: 0;
         list-style: none;
}

#left li {
         padding-left: 10px;
         border-bottom: 1px dashed #ccc;
}
#left li a {
	text-transform:uppercase;
         text-decoration: none;

}
#left li a:hover {
	color: #333;
         font-weight: bold;

}
#right {
	float: right;
	width: 600px;
	padding-right: 0px;
	margin-bottom: 20px;
}

#right ul {
	margin: 0 12px;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#right .post {
	margin-bottom: 20px;
}



/** Style for footer starts here */

#footer {
	clear: both;
	width: 900px;
	height: 107px;  /*138 - 13 padding*/
	margin: 0px auto;
	padding-top: 13px;
	background:  url(./img/footer2.jpg) repeat-y bottom center;
	text-transform: uppercase;
	font-size: 10px;
	color: #333
}

#footer .wbtitel {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #333;
}
