html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
	height:100%;}

#LayerTopMenu {
   
    top: 110px;
	width:980px;
    z-index: 100001;
}
#LayerTopCloseButton {
    position: relative;
    float: right;
	margin-right: 40px;
	padding-right: 40px;
	
}
#LayerTopMLogin {
    position: relative;
    float: right;
    background: transparent url('../../img/header/global/bg_slide_box.jpg');
    width: 980px;
	border-left-width: 0.0em;
    border-left-color: #666666;
    border-left-style: solid;
		border-bottom-width: 0px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
	    overflow: hidden;
}

 #LayerTopMAnfrage {
    position: relative;
    float: right;
     background: transparent url('../../img/header/global/bg_slide_box.jpg');
    width: 980px;
	height: 0;
	border-left-width: 0.0em;
    border-left-color: #666666;
    border-left-style: solid;
		border-bottom-width: 0px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
	overflow: hidden;
}

 #LayerTopMNewsletter {
    position: relative;
    float: right;
     background: transparent url('../../img/header/global/bg_slide_box.jpg');
    width: 980px;
	height: 0;
	border-left-width: 0.0em;
    border-left-color: #666666;
    border-left-style: solid;
	border-bottom-width: 0px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
	overflow: hidden;
}

/* design 1*/


/* TOP MENU 1*/
ul.TopMenu {
    
    float: right;
    padding: 0 40px 0 0;
    margin: 0;
    width: 408px; 
	text-align: right;
}
ul.TopMenu li {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    font-size: 0.0em;
    list-style: none;
}
ul.TopMenu li img {
    
}
.TopMenuLeftImg {
    position: relative;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}
ul.TopMenu li a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
    border-bottom-color: #666666;
    border-bottom-width: 0em;
    border-bottom-style: solid;
}
/* TOP MENU 1*/



.LayerTopMContent {
    position: relative;
    float: left;
    padding: 0em;
    padding-top: 0;
	z-index: 1000;
}

.LayerTopMContentZeile {
    position: relative;
    float: left;
    padding: 0;
    margin: 20px 0 20px 0;
    z-index: 1000;
    
}
.LayerTopMContentZeile a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/*******************************************
* TYPO3 Mailformular
********************************************/

.csc-mailform-field label {
font-family: Verdana,Arial,sans-serif; margin: 5px 0px 0px 14px; font-size: 12px; line-height: 12px; font-weight: normal; color: #000000;
text-align: left; clear: left; float: left; width: 70px;
}

 


input, textarea {
  margin: 6px 0 0 10px;
  width: auto;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px; line-height: 12px; font-weight: normal; color: #000000;
  border: 1px #e9e9e9 solid;
  background: #fafafa;
  padding: 2px;
  color: #666666;
}

.csc-mailform-submit {
  margin-top:0em;  
  margin-left: 156px;
  background: url(../../img/icons/send.gif) no-repeat;
  width: 98px;
  height: 35px;
  border: none;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px; line-height: 20px;  color: #000000;
    font-weight: bold;
  color: #ffffff;
  
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	font-family: Verdana,Arial,sans-serif;
  font-size: 14px; line-height: 20px;  color: #000000;
	border-color: #ffffff;
}

