
*       { margin:0;padding:0; font-size:14px;z-index:1 !important; }
html    { overflow-x:hidden;overflow-y:scroll; }
body    { background:#fff;text-align:center; }
h1, h1 a { color:#ffffff;font-size:30px;line-height:28px;margin:0 0 20px;text-decoration:none; }
h1 a:hover  { color:#fff;text-decoration:none; }
h2 			{color:#ffffff;}
ul,li   { list-style-type:underline; }
li      { color:#000;}
a       { color:#000; text-decoration: underline; }
a:hover { color:#000; }
a:visited { color:#000; }
p       { color:#000; margin:5px 10px;line-height:1.4em; }

.out {
width: 960px; /*--Specify Width--*/
height: 728px; /*--Specify Height--*/
position: absolute; /*--Set positioning to absolute--*/
top: 10px; /*--Set top coordinate to 50%--*/
left: 50%; /*--Set left coordinate to 50%--*/
margin: 0 -480px; /*--Set negative top/left margin--*/
}

.wrapper { 
z-index:2;
width: 960px; /*--Specify Width--*/
height: 240px; /*--Specify Height--*/
position: absolute; /*--Set positioning to absolute--*/
top: 0px; /*--Set top coordinate to 50%--*/
margin: 0px 0px 0 0px; /*--Set negative top/left margin--*/

}

.content2tab { 
font-family: Calibri, 'Pontano Sans', sans-serif;
width: 640px; /*--Specify Width--*/
height: 728px; /*--Specify Height--*/
background-color: #fff; 
text-align: left;  
float: left;
padding-right: 40px;
}

.contenttab { 
font-family: Calibri, 'Pontano Sans', sans-serif;
width: 310px; /*--Specify Width--*/
height: 230px; /*--Specify Height--*/
background-color: #fff; 
text-align: left;  
float: left; 
margin-right: 10px;
 }

.contenttop {
background-color: #ffff99;
height: 50px;
}

.contentbottom {
height: 180px;

}
 
 
.green {
background-color: #c5f385;
padding: 10px;

}

/* Kontakt-Formular */



.reihe {
  clear: both;
}


.label {
  float: left;
  text-align: left;
  padding-top: 2px;
  padding-right: 5px;
}

form {
border: 1px dotted #780c68;
background-color: white;
padding: 8px;
}

input {
border: 1px solid #780c68;
background-color: #eeece2; 
float: right;
}

textarea {
border: 1px solid #780c68;
background-color: #eeece2; 
vertical-align: top;
float: right;
}

.submit, .reset {
border: 1px solid #780c68;
background-color: #eeece2; 
vertical-align: middle;
margin-top: 10px;
float: right;
}

