html, body { 
background-color: #F5F5F5;
margin:0px;
padding:0px;
font-family: verdana;
color: #2A2A2A;
height: 100%;
/*text-align: center;*/
}

a { background: transparent; }
a:focus { outline: thin dotted; }
a:active,
a:hover { outline: 0; }

p {
    padding: 20px;
}
table {
    font-size: 1.4em;
    color: #3A3A3A;
}
h1 { 
	/*font-family: verdana, georgia, serif; letter-spacing: 0.1em;
    font-size: 2.0em;
	line-height: 44px;
    color: #03c4d1;
	margin: 15px 20px 0px 20px;
    margin: 0.67em 0;  */
    font-family: "Helvetica Neu", sans-serif;
    font-weight: lighter;
    color: #DDDDDD;
    font-size: 4.5em;
    font-stretch: ultra-condensed;
    margin: 10px;
}
h2 { 
	font-family: verdana, georgia, serif; letter-spacing: 0em;
    font-size: 1.7em;
    font-weight: lighter;
	line-height: 35px;
    color: #585858;
	margin: 15px 20px 20px 20px;
    text-align: left;
}
h3 {
    font-family: "Helvetica Neu", sans-serif;
    font-weight: lighter;
    color: #BBBBBB;
    font-size: 2.2em;
    font-stretch: ultra-condensed;
    margin: 10px 15px 0px 15px;
}
h4 { 
	font-family: verdana, georgia, serif; letter-spacing: 0.1em;
    font-size: 1.2em;
	line-height: 22px;
    color: #585858;
	margin: 10px 20px 0px 20px;
}
img {
    height: auto;
    max-width: 100%;
    width: auto\9; /* ie8 */
    border: none;
}
a {
    text-decoration: none;
    font-weight: bold;
}

#content {
    margin-left: auto; margin-right: auto; 
    margin-top: 0px;
    width: 99.9%; 
    height:auto !important; /* Important Regel für moderne Browser */
    height: 100%;  /*Mindesthöhe für den IE */
    overflow: hidden !important;  /* FF Scroll-leiste */ 
    border: solid 1px #CCC; 
    -webkit-border-radius: 0px 0px px px;
    -moz-border-radius: 0px 0px px px;
    border-radius: 0px 0px 0px 0px;
    opacity: .9;
}

blockquote.style3 {
  font: 18px/30px normal Tahoma, sans-serif;
  padding-top: 22px;
  margin: 5px;
  background-image: url(../images/openquote3.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 65px;
}
blockquote.style3 span {
    font-size: 2em;
    display: block;
    background-image: url(images/closequote3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
} 

input[type=text]{
    background: url(../images/input.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #222222;
    position: relative;
    height: 36px;
    width: 300px;
    padding-left: 50px;
    
    &::-webkit-input-placeholder {
       color: #999999;
    }
    
    &:-moz-placeholder {
       color: #999999;
    }
        
    &:focus{
        box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
        outline: none;
        background: url(../images/input.png) 12px 11px no-repeat, #FFF;
    }
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat right #EEE;
   border: 1px solid #ccc;
   }
   
/* +++++++ MENU +++++** */
#menu {
    background: #2A2A2A;
    width: 100%;
    height: 56px;
    margin-top:40px;
}
#div_menu {
    width: 940px;
    margin: 0 auto;
}
.menu a {
    float: left;
    background: #2A2A2A;
    color: #FFFFFF;
    padding: 17px;
    text-decoration: none;
}
.menu a:hover {
    background: #FFFFFF;
    color: #000000;
    border-left: 1px solid #2A2A2A;
    border-right: 1px solid #2A2A2A;
}
.menu_activ {
    float: left;
    background: #FFFFFF;
    color: #000000;
    padding: 17px;
    text-decoration: none;
}
#ebene1 {
    background: #FFFFFF;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #585858;
    border-top: 1px solid #585858;   
}
#div_ebene1 {
    width: 690px; padding-left:0px;
    margin: 0 auto;
    text-align: center;
}
.div_ebene1_class {
    float: left;
    text-align: center;
    padding-bottom: 10px;
}
.img_ebene1 {
    width: 160px;
    /*border: 1px solid #000000;*/
    padding: 20px 30px 0px 30px;
}

#ebene2 {
    width: 100%;
    padding: 20px;
    background-color: #03c4d1;
    overflow: auto;
    border-bottom: 1px solid #585858;
}
#div_ebene2 {
    width: 950px;
    margin: 0 auto;
    text-align: center;   
}
.div_ebene2_class {
    float: left;
    width: 250px; min-height: 380px;
    background-color: #FFFFFF;
    margin-right: 15px;    
    text-align: center;
    border: solid 1px #CCC; 
    /*-webkit-box-shadow:  inset -2px  -2px  5px  #aaa;
    -moz-box-shadow:  inset -2px  -2px  5px  #aaa;
    box-shadow:  inset -2px  -2px  5px  #aaa;*/  
    -webkit-border-radius: 40px 40px 5px 5px;
    -moz-border-radius: 40px 40px 5px 5px;
    border-radius: 40px 40px 5px 5px;
    padding: 20px;
    /*opacity: .9;*/
}
.div_ebene2_class2 {
    float: left;
    background-color: #FFFFFF;
    margin-right: 15px;    
    text-align: center;
    border: solid 1px #CCC; 
    /*-webkit-box-shadow:  inset -2px  -2px  5px  #aaa;
    -moz-box-shadow:  inset -2px  -2px  5px  #aaa;
    box-shadow:  inset -2px  -2px  5px  #aaa;*/  
    -webkit-border-radius: 40px 40px 5px 5px;
    -moz-border-radius: 40px 40px 5px 5px;
    border-radius: 40px 40px 5px 5px;
    padding: 20px;
    /*opacity: .9;*/
}
#div_ebene2_htm {
    width: 670px;
    margin: 0 auto; 
}
#div_ebene1_htm {
    width: 600px; padding-left:0px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5em;
}
.div_ebene2_class_htm {
    float: left;
    width: 190px; height:85px;
    background-color: #FFFFFF;
    margin-right: 10px;
    font-size:0.9em;
    border: solid 1px #CCC; 
    -webkit-border-radius: 40px 40px 5px 5px;
    -moz-border-radius: 40px 40px 5px 5px;
    border-radius: 40px 40px 5px 5px;
    padding: 10px;
}
.img_ebene2 {
    clear: both;
    width: 200px; 
}

#ebene_weis {
    background: #FFFFFF;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #585858;  
}
#div_ebene_weis {
    /*clear: both;*/
    width: 990px;
    margin: 0 auto;
    text-align: center;
}
.div_ebene_weis_class {
    float: left;
    text-align: center;
    padding:20px;
}

.demo_button {
	background-color: #03c4d1;
	border-radius: 20px;
	text-indent:0px;
	border:1px solid #2A2A2A;
	display:inline-block;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:1.6em;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
    margin: 25px 10px 5px 10px;
    padding: 10px 20px 5px 20px;
}
.demo_button a {
    font-size:1.2em;
}
.demo_button a:hover {
    background-color: #2A2A2A;
}


/* +++++++ FOOTER +++++** */
#footer {
    width: 100%;
    background-color: #2A2A2A;
    height: 120px;
    color: #DDDDDD;
    padding:20px;
}
#div_footer {
    width: 980px;
    margin: 0 auto;
}
.ebene_footer {
    float: left;
    text-align: left;
}
.ebene_footer a {
    color: #FFFF98;
}
