ul {
margin: 0px;
}

body, html {
 background-image: url(../images/bg.gif);
 background-repeat: repeat-x;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 height: 100%; 
 margin: 0px;
 padding: 0px;
 width: 100%;
 color: #333333;
 font-size: 100%;
}


#wrapper {
 font-size: 1em;
 left: 70px;
 position: absolute;
 width: 640px;
}

#header {
 height: 170px;
 width: 618px;
}

#language {
 left: 425px;
 padding: 3px;
 position: relative;
 top: 18px;
 width: 220px;
}

#language a, #language span {
 color: black;
 text-decoration: none;
 font-size: 0.8em;
}

#language a:hover {
 text-decoration: underline;
}

#navigation {
 background-color: #FFFFFF;
 border-right: none;
 border-top: 1px solid #B5D0D2;
 height: 36px;
 padding: 0px 0px 0px 0px;
 position: relative;
 width: 620px;
}

#navigation li {
list-style-type: none;
float: left;
}

#navigation span{
 display: none;
}

#navigation a {
 background: #EFF2E9;
 border-right: 1px solid #B5D0D2;
 color: #555555;
 font-size: 0.64em;
 font-weight: bold;
 line-height: 36px;
 margin-left: 0px;
 padding: 10px 16px 12px 15px;
 text-decoration: none;
}

#navigation a.active {
 background-color: #FFFFFF;
 border-right: 1px solid #B5D0D2;
}

	
#navigation a:hover {
 border-top: 4px solid #333333;
}

#content .csi-image a:hover {
 background: transparent; 
}

	
#subnavigation {
 background: transparent;
 float: left;
 font-size: 0.64em;
 font-weight: bold;
 padding: 10px;
 width: 620px;
 line-height: 150%;
}

#subnavigation a {
 color: #333333;
 text-decoration: none;
 padding: 2px;
}

#subnavigation a.active {
 background-color: #FFFFFF;
 text-decoration: none;
}

#subnavigation a:hover {
 background-color: #FFFFFF;
 text-decoration: none;
}

#content {
 background: #FFFFFF;
 float: left;
 top: 400px;
 padding: 0;
 width: 619px;
 font-size: 0.68em;
 min-height: 400px;
}
 
#contentLeft {
 position: relative;
 float: left;
 display: block;
 left: 0px;
 top: 0px;
 padding: 0;
 width: 165px;
}

#contentRight {
 position: relative;
 display: block;
 float: left;
 top: 0px;
 left: 5px;
 padding: 0;
 width: 450px;
}

#pagefooter {
 display: block;
	background-color: #FFFFFF;
	float: left;
	font-size: 0.64em;
	font-weight: bold;
	width: 620px;
	margin-top: 10px; 
  border-top: 1px solid #c0c0c0;
}

#pagefooter span.hidden {
	display: none;
}

#pagefooter a {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

#pagefooter a:hover {
	text-decoration: underline;
	background: #EFF2E9;
}

#pagefooter .left {
	float: left;
			margin: 0 8px 0 8px;
}

	
#pagefooter .right {
	float: right;
			margin: 0 8px 0 8px;
}

	


/* Formulare: angefügt von sh 7.1.05 */

.csc-mailform {
  line-height: 1.4em;
  font-size: 11px;
  margin-top: 12px;
  padding-left: 0px;
}


.csc-form-labelcell, .csc-form-commentcell {
   vertical-align: top;
}


.textarea, .textfield {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
 background-color: #EFF2E9; 
}

.submit-button {
 border-top: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-left: 1px solid #000000;
 background: #FFFFFF;
 font-size: 11px;
 height: 22px;
 padding-top: 0px;
}


