* {
    padding: 0px;
    margin: 0px;
}

img, img a {
    border: 0px;
}

img.ieh { behavior: url("fileadmin/iepngfix.htc") }

div.ieh { behavior: url("fileadmin/iepngfix.htc") }

input.ieh { behavior: url("fileadmin/iepngfix.htc") }

body, html {
	height: 100%;
}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.73em;
    color: #efefef;
    background: url(images/bodybg.png) #F4E89D center top;
	background-repeat: repeat-y;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
	height: auto;
	overflow: hidden;
	min-height: 100%;
}

#top {
    width: 980px;
    float: left;
    height: 243px;
    background: url(images/topbg.png) transparent no-repeat top left;
}

#homelink {
    display: block;
    width: 400px;
    height: 243px;
    overflow: hidden;
}

#menuwrapper {
    position: absolute;
    right: 110px;
    top: 0;
}

#stretcher {
    height: 243px;
    width: 1px;
    overflow: hidden;
    background: none transparent;
    float: left;
}

#maincontent {
    width: 980px;
    float: left;
    background: url(images/rightbg.png) #a07906 top left repeat-x;
}

#left {
    width: 250px;
    float: left;
}

#submenu {

}

#submenu ul {
	width: 660px;
    padding: 30px;
    float: left;
    text-align: justify;
    font-size: 1.2em;
    background: none #483714;
	padding-bottom: 5px;
}

#submenu li {
	float: left;
	width: auto;
	list-style: none;
	margin-left: 10px;
	background-color:#fff;
	color: #403325;
}

#submenu li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	color: #403325;
	padding: 5px;
	padding-right: 8px;
}

#submenu li.curr a {
	color: #F4E89D;
}

#content {
    width: 660px;
    padding: 30px;
    float: left;
    text-align: justify;
    font-size: 1.2em;
    background: none #483714;
	min-height: 240px;
}

*+html #content {
	min-height: 320px;
}

* html #content {
	height: 320px;
}

#content p {
	color: #483714;
	background: #fff;
	padding: 10px;
}

body#uid9 #content p {
	margin: 5px 0;	
}

#right {
    float: right;
    height: auto;
    margin-top: 60px;
    overflow: hidden;
    padding: 20px;
    width: 220px;
    color: #483714;
}

#right p, #right a, #right h1, #right h2, #right h3 {
    color: #483714;
}

#right h1 {
    margin-bottom: 10px;
}



#footer {
    bottom: 0;
    color: #333333;
    display: block;
    float: left;
    font-size: 10px;
    height: 40px;
    padding: 20px;
    position: absolute;
    text-align: right;
    width: 940px;
    background: url(images/footerbg.png) transparent repeat top center;
}

* html #footer {
	position: static;
}

*+html #footer {
	position: static;
}

#footer a {
    color: #333;
    text-decoration: none;
}

h1 {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
	padding: .6em 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 7px;
	padding: .6em 0;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 5px;
	padding: .6em 0;
}

#content li, #content2 li {
    list-style-position: inside;
}

#content li li, #content2 li li {
    padding-left: 20px;
}

#content ul, #content2 ul {
    padding-bottom: 10px;
    padding-top: 10px;
}

a {
    color: #fff;
    text-decoration: underline;
}

#content p a {
	color: #483714;
}

p {
    padding-bottom: 15px;
    padding-top: 10px;
}

hr {
    height: 9px;
    border: none;
    border-top: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

/*--------------------------------------------csc-mailform------------------*/
.csc-mailform {
    width: 500px;
    border: 0px none;
    font-size: 13px;
}

.csc-mailform-field {
    margin-bottom: 6px;
    line-height: 18px;
}

.csc-mailform {
    border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
    float: left;
    clear: both;
    display: block;
    width: 130px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {
    float: left;
    display: block;
    width: 200px;
    border: 1px solid #C5C7CA;
    background: #FFF;
    padding: 1px;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
}

.csc-mailform-submit {
    /* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
    margin-left: 135px;
    /* Float wieder abschalten */
    clear: both;
}

#content input, #content textarea, #content select {
    width: 200px;
    border: 1px solid #C5C7CA;
    background: #FFF;
    padding: 1px;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

#content {
    line-height: 1.5em;
}

#content textarea {
    height: 200px;
    border: 1px solid #C5C7CA;
    background: #FFF;
    padding: 1px;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
}

.news-latest-container {
    padding: 0;
}

.news-list-date {
    display: block;
    float: left;
    padding-left: 0;
}

#right p, #right h2 a, #right h1, #right h2, #right h3 {
    color: #483714;
    display: block;
    float: left;
    width: 100%;
}
