
* {
	padding: 0;
	margin: 0;
}

html{
	height: 98%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body{
	width: auto;
	padding: 0;
	margin: 0;
	background: url(../images/bg-header.gif) repeat-x #3D3C3F;
}

body * {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
}

/*---------- Header ----------*/

#header{
	position:relative;
	width: 960px;
	margin: 0 auto;
	height: 120px;
	background:  url(../images/bg-top-nav.gif) no-repeat top right #fff;
}

#header #logo{
	position: absolute;
	top: 15px;
	left: 0px;
}

#header #logo a img {
	border: none;
}

#language{
	position: absolute;
	top: 22px;
	right: 0px;
	color: #999;
	font-size: 9px;
	width: 150px;
}


#language a img{
	border: none;
}

#language a, #language a:link, #language a:visited, #language a:hover{
	display: block;
	margin: 0 5px 1px 0;
	text-decoration: none;
	color: #333;
	font-size: 9px;
	width: 70px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#language a.act, #language a.act:link, #language a.act:visited, #language a.act:hover{
	color: #333;
	font-weight: normal;
}

#header #topnavigation {
	position: absolute;
	top: 85px;
	left: 250px;
	width: 570px;
}

#header #topnavigation li {
	float:left; 
	margin:0; 
	padding:0; 
	list-style:none; 
	text-transform: uppercase;
	text-align:center;
}

#header #topnavigation a {
	float: left;
	padding: 10px 0;
	text-decoration: none;
	color: #3D3C3F;
	width: 94px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header #topnavigation a:hover {
	background: url(../images/bg-top-nav_hoover.gif) no-repeat top left;
	color: #fff;
}
#header #topnavigation a.active {
	font-weight: normal;
	background: url(../images/bg-top-nav_hoover.gif) no-repeat top left;
	color: #fff;
}

#bannerouter {
	position: relative;
	width: 100%;
	background-color: #fff;
	height: 270px;
	padding: 10px 0 6px 0;
}

#bannerinner{
	position:relative;
	width: 960px;
	margin: 0 auto;
	height: 270px;
	background-color: #fff;
}

#bannerleft{
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	padding: 15px 0 0 0;
	height: 270px;
	background-color: #fff;
}

#bannerleft h1{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}

#bannerleft p{
	margin-bottom: 10px;
	font-size: 10px;
}

#bannerright{
	position:relative;
	float: left;
	width: 710px;
	height: 270px;
	background-color: #fff;
}

#contentouter {
	position: relative;
	width: 100%;
	background: url(../images/bg-content.gif) repeat-x #fff;
	margin: 0px;
	min-height:415px;
	height: auto !important;
	height: 415px;
	padding: 20px 0 10px 0;
}

#contentinner{
	position:relative;
	width: 960px;
	margin: 0 auto;
	min-height:415px;
	height: auto !important;
	height: 415px;
	color: #3D3C3F;
}

#contentleft{
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	height: 270px;
}

div#zusatznavigation {
	position: relative;
	margin: 30px 0 0 0;
	width: 220px;
}

div#zusatznavigation ul {
	position: relative;
	list-style-type: none;
	width: 220px;
}

div#zusatznavigation li {
	display: inline;
	font-size: 9px;
	margin-right: 0px;
}

div#zusatznavigation li a, div#zusatznavigation li a:link, div#zusatznavigation li a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
	font-size: 9px;
}

div#zusatznavigation li a:hover, div#zusatznavigation li a.active{
	color: #666;
	text-decoration: underline;
}

div#subnavigation {
	position: relative;
	margin: 0;
	width: 230px;
	background: transparent url(../images/box-footer.png) no-repeat bottom left;
}

div#subnavigation h1 {
	background: transparent url(../images/box-header.png) no-repeat top left;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	width: 220px;
	height: 20px;
	padding: 4px 0 0 10px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	margin-bottom: 0px;
	_margin-bottom: -5px;
}

div#subnavigation ul {
	position: relative;
	list-style-type: none;
	width: 226px;
	margin: 0 3px 0 0px;
	padding-bottom: 4px;
}

div#subnavigation li {
	margin:0; 
	padding:0; 
	width: 227px;
	list-style:none; 
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#subnavigation li.first {
	padding: 7px 0 0 0; 
}

div#subnavigation li.last {
	padding: 0 0 7px 0;	
}

div#subnavigation ul li ul {
	position: relative;
	list-style-type: none;
	width: 197px;
	padding: 0 0 10px 30px;
	margin: 0;
	background-color: #eee;
}

div#subnavigation li ul li {
	margin:0; 
	padding:0 0 3px 0; 
	width: 197px;
	list-style: disc; 
	background-color: #eee;
	border: none;
}

div#subnavigation ul li ul li.first {
	padding: 0px; 
	width: 197px;
}

div#subnavigation ul li ul li.last {
	padding: 0;	
	width: 197px;
}

div#subnavigation ul li ul li a:hover {
	font-weight: normal;
	color: #3D3C3F;
	background-color: #eee;
	text-decoration: underline;
}

div#subnavigation ul li ul li a.active {
	font-weight: normal;
	color: #3D3C3F;
	text-decoration: underline;
	background-color: #eee;
}

div#subnavigation ul li ul li a{
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #3D3C3F;
	width: 190px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #eee;
}


div#subnavigation a {
	padding: 3px 2px 3px 10px;
	text-decoration: none;
	color: #3D3C3F;
	width: 215px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
div#subnavigation a:hover {
	font-weight: bold;
	color: #3D3C3F;
	background-color: #eee;
}

div#subnavigation a.active {
	font-weight: bold;
	color: #3D3C3F;
	background-color: #eee;
}


div#newsletter {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0 0 28px 0;
	width: 230px;
	background: transparent url(../images/box-footer-nav.png) no-repeat bottom left;
}

div#newsletterinner {
	padding: 12px 0 7px 10px;
	margin: 0;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#newsletter h1 {
	background: transparent url(../images/box-header.png) no-repeat top left;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	width: 220px;
	height: 20px;
	padding: 4px 0 0 10px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	margin-bottom: 0px;
	_margin-bottom: -5px;
}

table#newslettertable {
	margin:0;
}

table#newslettertable td.label{
	font-size: 11px;
	padding: 0 10px 5px 10px;
}

div#newsletter form table#newslettertable td.input input{
	border: 1px solid #ddd;
	font-size: 9px;
	color: #5e5f4d;
    	padding: 3px 2px 3px 2px;
    	width: 160px;
 }
 
 
 div#newsletter form input{
	border: 1px solid #ddd;
	font-size: 9px;
	color: #5e5f4d;
    	padding: 3px 2px 3px 2px;
    	width: 160px;
 }

#newsletternav {
	position: absolute;
	bottom: 8px;
	left: 10px;
	font-size: 9px;
}

#newsletternav input#newssubmit {
	border: none;
	background: transparent;
	font-size: 9px;
	color: #3c3d3f;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-size: 0px;
	border-style: none;
	cursor: hand;
	cursor: pointer;
	width: 49px;
}

#newsletternav a, #newsletternav a:link, #newsletternav a:visited, #newsletternav a:hover {
	font-size: 9px;
	color: #3c3d3f;
	display: inline;
	text-decoration: none;
}

#contentright{
	position:relative;
	float: left;
	width: 540px;
	margin-right: 18px;
	min-height:430px;
	height: auto !important;
	height: 430px;
	padding: 0 0 70px 0;
}

#contentright .news-single-item h2 {
        text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

#contentright .news-single-item p, 
#contentright .news-single-item h3 {
	margin-bottom: 10px;
}

#contentright h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

table#2spalten td#links{
width: 50% !important;
}

#contentright p {
	margin-bottom: 10px;
}

#contentright li {
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 10px;
}

#contentright a, #contentright a:link, #contentright a:visited {
	color: #157a14;
	text-decoration: none;
}

#contentright a:hover {
	color: #157a14;
	text-decoration: underline;
}

#loginboxinner input#newssubmit {
	border: none;
	background: transparent;
	font-size: 9px;
	color: #3c3d3f;
	display: inline;
	margin: 0;
	padding: 0px;
	border-size: 0px;
	border-style: none;
	cursor: hand;
	cursor: pointer;
	width: 49px;
        position: absolute;
        bottom: 8px;
}

#logos {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#logos a img {
	border: none;
}

#right{
	position:relative;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0 0 7px 0;
}

div#right .boxrechts{



	margin: 0px;
	padding: 0 0 7px 0;
	margin: 0 0 15PX 0;
	width: 150px;
	background: transparent url(../images/bottom-box-right-1.png) no-repeat bottom left;
}

div#right .boxrechtsinner {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
        padding: 5px;
}

div#right .boxrechts h1 {
	background: transparent url(../images/header-box-right-1.png) no-repeat top left;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	width: 140px;
	height: 20px;
	padding: 4px 0 0 10px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	margin-bottom: 0px;
	_margin-bottom: -5px;
}

div#right .boxrechtsinner  h3 a, div#right .boxrechtsinner  h3 a:link, div#right .boxrechtsinner  h3 a:visited{
        text-decoration: none;
        color: #157a14;
}

div#right .boxrechtsinner  h3 a:hover{
        text-decoration: underline;
        color: #157a14;
}

div#right .boxrechtsinner  h3{
        margin: 10px 0 5px 0;
}

div#right .boxrechtsinner p{
        padding: 0;
}

#right p {
	padding: 10px 3px 0 3px;
}

#right li {
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 10px;
}

#right a, #right a:link, #right a:visited {
	color: #157a14;
	text-decoration: none;
}

#right a:hover {
	color: #157a14;
	text-decoration: underline;
}

#right #loginbox {
	position: relative;
	padding: 0 0 28px 0;
	margin: 0 0 15px 0;
	width: 150px;
	background: transparent url(../images/bg-bottom-inputbox-small.png) no-repeat bottom left;
}


div#right #loginbox h1 {
	background: transparent url(../images/header-box-right-1.png) no-repeat top left;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	width: 140px;
	height: 20px;
	padding: 4px 0 0 10px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

div#right #loginboxinner {
	padding: 10px 0 6px 5px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#right #loginbox form #loginform input{
	font-size: 9px;
	color: #5e5f4d;
	border: 1px solid #ddd;
    	padding: 3px 2px 3px 2px;
   	margin: 3px 0 5px 0px;
	width: 120px;
	display: inline;
}


div#right #loginboxinner a, div#right #loginboxinner a:link, div#right #loginboxinner a:visited {
	position: absolute;
	bottom: 8px;
	left: 10px;
	text-decoration: none;
	font-size: 9px;
	color: #3c3d3f;
}


div#right #loginboxinner a:hover {
	text-decoration: underline;
}

div#right div.tx-timtab-pi3 {
	padding-left: 10px;
}

div#right #timtab-calendar a, div#right #timtab-calendar a:hover{
	text-decoration: underline;
	font-weight: bold;
} 

div#right div.tagcloud {
background-color:#fff;
border:1px solid #fff;
padding: 5px;
}

/*---------- Footer ----------*/

#footer{
	position:relative;
	width: 960px;
	height: 90px;
	margin: 0 auto;
	color: #fff;
}

#footer #copyright {
	position: absolute;
	top: 0px;
	right: 170px;
	width: 540px;
	border-top: 8px solid #666666;
}

#footer #copyright p, #footer #copyright p span{
	color: #fff;
	font-size: 9px;
	margin-top: 10px;
}

#footer #copyright a, #footer #copyright a:link, #footer #copyright a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

#footer #copyright a:hover {
	text-decoration: underline;
}

/***** Mailformular ******/
label {
	font-size: 11px;
}

.csc-mailform{
	border: none;
	padding: 0;
}

.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field textarea, form input, form textarea, form select{
	font-size: 11px;
	color: #333;
	border: 1px solid #999;
        padding: 2px 2px 2px 2px;
        margin: 0 2px 5px 0;
}

form input[type=checkbox]{
	border: none;
}


.csc-mailform .csc-mailform-field textarea {
	margin: 0 0 5px 0;
	}


.csc-mailform-field label, form label{
	display: block;
	font-size: 11px;
	padding: 5px 0 2px 0;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image{
	margin: 0;
}


/***** Bildformatierungen ******/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size:9px;
	margin: 2px 0 0 0;
}

#contentinner dl.csc-textpic-image {
	margin: 5px;
}

#contentinner div.csc-textpic-border img{
	border: 1px solid #ccc;
	padding: 6px;
	margin: 0;
}


input#searchbtn{
	width: 15px;
	height: 16px;
	border: none;
	padding: 0;
	outline: none;
	margin: 0;
	position: absolute;
	top: 94px;
	right: 10px;
}

#searchfield {
	position: absolute;
	top: 93px;
	right: 32px;
	font-size: 10px;
	color: #3d3c3f;
	border: none;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
        padding: 2px 2px 3px 10px;
        margin: 0;
        width: 90px;
}

/* ##### Rahmen danach ##### */
#content .csc-frame.csc-frame-rulerAfter{ 
	border-top: 1px solid #ccc;
	width: 460px;
	margin: 10px 0 10px 0;
}

div.spacer hr { 
	display: none; 
}

#contentright div#literatur p {
	font-size: 10px;
}

#contentright div#literatur {
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.post h1 a {
	font-size: 15px;
}

#contentright .post h1 {
	margin-bottom: 10px;
}

