html, body {
  background: #C2C1C1;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: verdana,arial,helvetica,sans-serif,swiss,sunsans-regular;
  font-size: 11px;
  color: #84796B;
  line-height: 13px;
  scrollbar-base-color:#D6E0D4;
  scrollbar-3dlight-color:#D6E0D4;
  scrollbar-arrow-color:#D6E0D4;
  scrollbar-darkshadow-color:#D6E0D4;
  scrollbar-face-color:#808000;
  scrollbar-highlight-color:#808000;
  scrollbar-shadow-color:#808000;
  scrollbar-track-color:#D6E0D4;
}

html, body, td { font-size: 11px;}
table { width: 215px;}
td { vertical-align: top; }

a {
  color: #505050;
  text-decoration: none;
}

img {border:none;}

.main {
  width: 732px;
  height: 350px;
  margin: -175px 0px 0px -366px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  background: url(imgs/bg.jpg) left no-repeat;
  background-position: 0px 45px;
}

* html .main { background-position: 0px 45px; }

.header {
  height: 45px;
  background: url(imgs/header.jpg) top left no-repeat;
}

.header img, .header h2 { margin: 23px 20px; }
.header h2 {position:absolute;}

.menu {
  width: 181px;
  height: 227px;
  float: left;
  margin: 26px 0px 0px 38px;
  background: url(imgs/bgmenu.jpg) top left no-repeat;
}
.menu  ul, .menu  li {list-style: none;}
* html .menu { margin: -2px 0px 0px 19px;}

.menuwrapper{padding:10px;}

.content {
  width: 426px;
  height: 227px;
  float: right;
  margin: 26px 35px 0px 0px;
  background: url(imgs/bgtext.jpg) top left no-repeat;
}

* html .content {
  width: 429px;
  margin: -2px 16px 0px 0px;
}

.text {
  width: 238px;
  height: 207px;
  float:left;
  margin: 10px 0px 10px 10px;
  padding-right: 5px;
  overflow: auto;
}

.content img {
  float: right;
}

.imprint {
  height: 20px;
  text-align: right;
  margin-top: 25px;
  display: block;
  padding-right: 20px;
  font-size: 9px;
  background: url(imgs/footer.jpg) top left no-repeat;
}

* html .imprint {
  margin-top: 39px;
}

.imprint a {
  margin: 0px;
  line-height: 10px;
  text-decoration: none;
  color: #84796B;
}

fieldset.csc-mailform ,
.tx-felogin-pi1 fieldset {
	border: none;
	margin:0;
}

label { 
	width:50px; 
	line-height:1.5em; 
	padding:3px; 
	float:left;
}
input, select, textarea { 
	margin: 3px; 
	font-size: 1em; 
	float: right;
}

input,textarea {
  width: 130px;
  background: transparent;
  border: 1px solid #C1C100;
  font-size: 11px;
}
.csc-mailform-field {
	display:block; 
	clear:both;
}
.tx-newloginbox-pi1 input {
  width: 90px;
}
.tx-newloginbox-pi1 form { margin-top: 20px;}
.tx-newloginbox-pi1 p { margin: 0px;}