/* *******************************************************
** main
** ******************************************************* */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	clip: auto;
	height: auto;
	width: auto;
	text-align: center;
	text-indent: 0;
	/* scrollbars (safari, firefox) so the layout doesnt jump around (centered layouts) */
	min-height: 101%;
	/* opera cant calculate right, rounding is wrong */
	font-size: 100.01%;
	/* move fixed pos elements on window resize */
	position: relative;
}
/* no borders anywhere */
fieldset, img {
	border: 0;
}
/* Safari: font-size: 100% is too large for forms */ 
select, input, textarea { 
	font-size: 99%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: auto;
	clear: none;
	clip: auto;
	display: block;
	color: #000000;
	text-align: left;
}
/* css floating regulation */
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfloating:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari: needs clearfloating as a block-element */
.clearfloating { 
	display: block; 
} 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatingbox { 
	overflow: hidden; 
}
.holdfloats {
	
}
/* positioning of images horizontal/vertical */
.hori {
	float: left;
	margin-right: .5em;
}
.verti {
	clear: right;
}
/* IE-Clearing: needed for IE, real stuff found in ie_hacks.css */
#ie_clearing { 
	display: none;
}


/* reset anything for all browsers *********************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none; padding:0; margin:0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* *******************************************************
** layout 
** ******************************************************* */
#main {
	margin: 0px auto;
	background-color: #EEE;
	width: 905px;
}
#header {
	background-color: #555;
	height: 200px;
	width: 905px;
}
#header #headerContent {
	position: relative;
	padding: 0px;
	text-align: left;
}
#body {
	clear: both; 
	width: auto; 
	z-index: 10;
	margin-top: 10px;
}
#content {
	background-color: #AAA;
	width: auto; /* for 3-col layout should be auto */
	text-align: left; 
	margin-left: ;
}
#content #contentContent {
	position: relative;
	min-height: 300px;
}
#content #contentContent #startbild {
}
#content #contentContent #startbild img {
}
#content #contentContent #realcontent {
	padding: 0px 20px 20px 10px;
}
#content .container {
}
#mainnavi {
	background-color: #EEE;
	width: ;
	height: auto; /* ; */
	text-align: left;
	float: left;

}
#mainnavi #mainnaviContent {
	background-color: inherit;
}
#mainnavi #mainnaviContent #active {
		font-weight: bold;
	
}#mainnavi #mainnaviContent ul li a.mainnavi_level1 {
	padding-left: 2em;
}
#mainnavi #mainnaviContent ul li a.mainnavi_level1_active {
	font-weight: bold;
	padding-left: 2em;
}
#mainnavi #mainnaviContent ul li a.mainnavi_level2 {
	padding-left: 3em;
}
#mainnavi #mainnaviContent ul li a.mainnavi_level2_active {
	font-weight: bold;
	padding-left: 3em
	
}
#servicenavi {
}
#servicenavi #servicenaviContent {
}
#footer {
	background-color: #777;
	text-align: left;
	clear: both;
	width: 230px;
}
#footer #footerContent {
	position: relative;
	padding: 0px;
}
#footer #footerContent ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#footer #footerContent ul li {
	display: inline;
}
.images_or {
	float: right;
	position: relative;
	margin-left: 10px;
}
.images_ol {
	float: left;
	position: relative;
	margin-right: 10px;
}
.image {
	position: relative;
}
ul {
	margin-left: 20px;
}
ul li {
	
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
	overflow: auto;
}
fieldset.buttonarea {
	padding: 3px;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 220px;
	text-align: right;
}
fieldset legend{
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-weight: bold;
}
fieldset label{
	color: #000;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	width: 200px;
}
fieldset input[type='text'] {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	width: 200px;
	margin: 0;
	margin-bottom: 3px;
	padding: 2px;
	color: #000;
	font-size: 100%;
}
fieldset input[type='checkbox'] {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 3px;
	vertical-align: bottom;
}
fieldset input[type='radio'] {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	vertical-align: top;
}
fieldset input[type='submit'] {
	width: 150px;
}
fieldset select {
	margin: 0;
	padding: 1px;
	width: 200px;
	margin-bottom: 3px;
	border: 1px solid #CAD2AB;
	color: #8D927D;
}
fieldset textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 2px;
	border: 0;
	width: 200px;
	height: 150px;
	margin-bottom: 3px;
	color: #000;
/*	border: 1px solid #CAD2AB;	*/
}
input .textfield:focus,
textarea .textarea:focus {
	color: #000;	
}
fieldset dl {
	padding: 1em 0 0 0;
}
fieldset dt {
	float: left;
	text-align: right;
	width: 25%;
	clear: both;
}
fieldset dd {
	float: left;
	width: 50%; 
}
.csc-mailform-field {
	margin-bottom: 20px;
	clear: left;
}
label {
	display: block;
	float: left; 
}

/* *******************************************************
** style 
** ******************************************************* */

body {
text-align: left;
padding-left: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: auto;
	word-spacing: normal;
	letter-spacing:	0em;
	text-decoration: none;
	background: url()  ;
	background-color: #961d15;
}
strong, b { 
	font-weight: bold;
}
em,i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	color: #C0C0C0; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #eee solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #004000;
	text-align: left;
	margin: .5em 0;
}
h1 .csc-firstHeader {
	font-size: 22px;
	font-weight: bold;
	color: #004000;
	text-align: left;
	margin: .5em 0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #004000;
	text-align: left;
	margin-bottom: 1em;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
p, p.bodytext {
	color: ;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0074FF;
}
#main {
	background: #FFFFFF;
}
/* CLASS-definitions, specific items */
/* the image in the header is often a logo */
#header {
	background: #FFFFFF;
}

#servicenavi {
	background-color: transparent;
	color: #AAAA00;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
#servicenavi #servicenaviContent {
	padding: 5px 10px;
}
#servicenavi #servicenaviContent ul {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#servicenavi #servicenaviContent ul li {
	display: inline;
	        font-size: 8px;
}
#servicenavi #servicenaviContent ul li a:link,
#servicenavi #servicenaviContent ul li a:visited {
	color: #AAAAAA;
	background: url('') no-repeat 0 0;
	text-decoration: none;
	margin: 0 14px 0 0;
	        font-size: 8px;
}
#servicenavi #servicenaviContent ul li a:hover {
	background: #EEEEEE url('') no-repeat 0 0;
	color: #000000;
	text-decoration: none;
	        font-size: 8px;
	
}
#servicenavi #servicenaviContent ul li a:link.active,
#servicenavi #servicenaviContent ul li a:visited.active {
	background: url('') no-repeat 0 0;
	        font-size: 8px;
}
#special {
	background-color: #FFF;
	color: #000;
}
/* commun content elements */
#content {
	background-color: transparent;
	border-left: 250px #EEEEEE solid;
	/* colored background for left and right colomn */
	margin: 0;
}
#content .container {
	background-color: ;
	display: block;
	padding: 0px;
}
#content h1 {
	color: #004000;
	font-size: 22px;
}
#content h2{
	color: #004000;
	font-size: 16px;
	margin: 1em 0;
}
#content p {
}
#content a:link,
#content a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #00ff00;
	font-weight: normal;
	text-decoration: underline;	
}
#content .csc-sitemap {
}
#content .csc-sitemap ul {
	list-style-type: none;
	margin-left: 20px;
	display: block;
}
#content .csc-sitemap ul li {
	margin-bottom: 1em;
	font-size: 14px;
}
#content .csc-sitemap ul li a:link,
#content .csc-sitemap ul li a:visited {
	color: #000000;
	margin-bottom: 1em;
	text-decoration: none;
}
#content .csc-sitemap ul li a:hover {
	color: #00ff00;
}
#content .csc-sitemap ul li ul {
	list-style-type: none;
	margin-left: 20px;
}
#content .csc-sitemap ul li ul li {
	margin-bottom: 1em;
	font-size: 11px;
}
#content .csc-sitemap ul li ul li a:link,
#content .csc-sitemap ul li ul li a:visited {
	color: #000000;
	margin-bottom: 1em;
	text-decoration: none;
}
#content .csc-sitemap ul li ul li a:hover {
	color: #00ff00;
}
.bodytext ul li {
text-align: left;
}

#footer {
margin-top: 415px;
margin-right: 50px;
	float: left;
	font-size: 100%;
	background-color: #961d15;
	color: #FFFFFF;
}
#footer #footerContent {
	float: right;
	padding: 0px;
}
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
	margin: 0 5px 0 0;
}
#footer a:hover {
	color: #FFFF00;
}
.contenttable {
	width: 490px;
	border-spacing: 0;
	line-height: 150%;
}
.contenttable td {
	vertical-align: top;
	padding: 2px;
}
.contenttable thead td {
	border-bottom: 5px solid #DDD;
}
.contenttable tbody td {
	border-bottom: 1px solid #DDD;
}
.contenttable .align-right {
	text-align: right;
}
.contenttable .bodytext {
	margin: 0;
	padding: 0;
}



/* *******************************************************
** modifications
** ******************************************************* */
*{
    font-family: inherit;
    font-size: inherit;
    margin: 0px;
    padding: 0px;
}
html{
    height: 100%;
    background: #961d15;
}
body{
    font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 40px 0;
}



.mainBlock {
    position: relative;
    margin: auto;
    width: 772px;
    height: 403px;
    border: solid 12px #d1b315;
    background: url(../images/main_background.jpg) left top no-repeat;
}
a.logolink {
    display: block;
    position: absolute;
    top: 45px;
    left: 60px;
    width: 105px;
    height: 105px;
}
.menuBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    margin-bottom: 35px;
    
}
.menuBlock a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 3px 0 3px 25px;
}
.menuBlock a:hover {
    background: url(../images/menu_dot.gif) left no-repeat;
}
.menuBlock a.a1 {
    margin-left: 10px;
}
.menuBlock a.a2 {
    margin-left: 30px;
}
.menuBlock a.a3 {
    margin-left: 50px;
}
.menuBlock a.a4 {
    margin-left: 70px;
}
.contentBlock {
    position: absolute;
    right: 0;
    top: 210px;
    width: 487px;
    background: #f0e8b7;
    border: solid 6px #56110c;
    padding-bottom: 10px;
    font-family: Trebuchet MS;
    font-size: 13px;
    line-height: 20px;
}
.contentBlock h1 {
    display: block;
    height: 35px;
    position: relative;
    background: #961D15;
    color: #f0e8b7;
    font-size: 28px;
    font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
}
.contentBlock h1 span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -6px;
}
.contentBlock h2 {
    padding: 5px 10px 0;
    color: #961D15;
    font-size: 14px;
    margin-left: 10px;
}
.contentBlock h2.space {
    margin-left: 170px;
}
.contentBlock a {
    color: #961D15;
    font-weight: bold;
}
.contentBlock a:hover {
    text-decoration: underline;
}
.contentBlock img {
    display: block;
    float: left;
}
.contentBlock p {
    padding: 10px;
    color: #000;
}
.contentBlock p.space {
    margin-left: 170px;
}
.contentBlock ul {
    margin-top: 10px;
    color: #000;
    list-style: none ;

}
.contentBlock ul.space {
    margin-left: 10px;
}
.contentBlock ul li {
    padding-left: 15px;
    padding-bottom: 5px;
    background: url(../images/li.gif) top left no-repeat;
}
td.sm input{
    width: 100px;
}
.bottomLink {
    position: absolute;
    bottom: -30px;
    font-weight: bolder;
    left: -5px;
}
#header img {
    margin: 10px 0 0 10px;
}

/*  Gallery */
.wtgallery_listpic {
    
    border: 1px dashed #ffffff;

}
.wtgallery_listpic_act {
    border: 1px dashed ;
}



.wtgallery_singlepic_fwdback{
    margin-top:10px;
    margin-bottom:10px;
    width: 400px;
    
}
.wtgallery_singlepic_fwd {
    text-align: right;
    display: inline;
    
}
.wtgallery_singlepic_back{
    display: inline;
    margin-right:15px;
}
/* mods kress */
.menuBlock {

    height: auto;
    font-size: 10px;
}
.menuBlock {
        align:left;
    height: auto;
}
.menuBlock .menuBlockContent {
    padding: 5;
    line-height: 2em;
        align:left;
}
.menuBlock .menuBlockContent ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
        align:left;
}
.menuBlock .menuBlockContent ul li {
    display: block;
        align:left;
}
.menuBlock .menuBlockContent ul li a:link,
.menuBlock .menuBlockContent ul li a:visited {
    align:left;
    color: white;
    display: inline;
    text-decoration: none;
    margin: 5px;
}
.menuBlock .menuBlockContent ul li a:hover {
    background: url(../images/menu_dot.gif) left no-repeat;
    color: white;
}
.menuBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    align:left;
}
.menuBlock .menuBlockContent ul li a:link.active,
.menuBlock .menuBlockContent ul li a:visited.active {
     margin-left: 10em;
        font-size: 8px;
        color: white;

    /*  width: 250px;*/
}
.menuBlock .menuBlockContent ul li a#menuBlock_level1 {
    margin-left: 10em;
        font-size: 14px;
}
.menuBlock .menuBlockContent ul li a#menuBlock_level2 {
    margin-left: 20em;
        font-size: 12px;
}
.menuBlock ul li {
text-align: left;
font-size: 8px;
}


