/*
Version: 1.0
Author: Konzept 3 und Janosch Skuplik
*/

* {padding: 0; margin: 0;}

html, body{height: 100%;}

body {
  padding:0;
  margin:0;
  font: 13px/19px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-style: normal;

  /*line-height: 100%;*/
  background: #2c2c6a;
  color: #000000;
}

img{border: none;}

textarea{
font-family:Arial, Helvetia, sans-serif;
font-size: 1.1em;
}
td{
vertical-align: top;
}
h1{
padding-bottom: 0.5em;
font-size: 1.4em;
color: #990000;
}
h2{
padding-bottom: 0.5em;
font-size: 1em;
color: #990000;
}
h3{
padding-bottom: 0.5em;
font-size: 1.2em;
font-weight: bold;
color: #990000;
}
h4 {
margin-top: 0.5em;
padding-bottom: 0;
font-size: 1em;
font-weight: bold;
color: #990000;
}
h5{
padding-bottom: 0.5em;
font-size: 1em;
font-weight: bold;
}
p{
padding-bottom: 0.5em;
font-size: 1em;
}
acronym{
cursor: help;
}
ul{
padding: 0.5em 1.5em;
list-style-type:square;
}
li{
padding: 0;
font-size: 1em;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
#bg{
position:fixed;
left: 0;
bottom: 0;
}
#bg img{
height:100%;
position:relative;
width:100%;
z-index:0;

}
#page{
position:absolute;
top:0;
left:0;
z-index:2;
}
#spacer{
width: 1px; 
height: 50%; 
margin-bottom: -267px; 
float: left;
}

#wrapper{
position: relative; 
clear: left; 
margin: 0 auto; 
width: 960px; 
height: 535px; 
overflow: hidden; 
text-align: left;
z-index: 5;
}
#header{
position: relative; 
height: 113px;
overflow:hidden;
}
#header #logo{
height:75px;
padding:0;

}
#header #logo a{
display: block;
padding-top: 10px;
text-align: center;
}
#header .mod_navigation{
height: 38px;
width: 960px;
background: #ff9900;
text-align:left;
overflow:hidden;
}
#container{
height: 384px;
background: #ffcc00;
}
#main{
width:415px;
float:left;
height: 384px;
overflow: auto;
}
#main .inside{
padding: 28px 15px 0px 18px;
}
#right{
height: 384px;
width: 532px;
margin-right:13px;
float:right;
position: relative;
overflow:hidden;
}
#right #em_right{
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 532px;
overflow:hidden;
}
#right #text-aktuell{
position: absolute;
top: 13px;
left: 324px;
z-index: 11;
height: 358px;
width: 195px;
background: url(lerntreff-nachhilfe/style/bga.png);
}
#right #text-aktuell .ce_text{
padding: 15px 15px 10px 15px;
}
#right #text-aktuell .ce_text h1{
text-transform: uppercase;
}
#right #text-aktuell .ce_text .price{
font-size: 1.4em;
font-weight:bold;
text-transform: uppercase;
}
#footer{
height: 38px;
width: 100%;
line-height: 38px;
background: #ff9900;
color: #2c2cda
}
#footer address{
font-style: normal;
font-weight: bold;
padding-left:10px;
}


#header .mod_navigation ul{
list-style-type:none;
padding:0;
width: 100%;
margin-left: 10px;
text-transform: lowercase;
}

#header .mod_navigation li{
float:left;
padding: 0 8px;
text-align: center;
height: 38px;
}
#header .mod_navigation li a{
font-size: 1.1em;
line-height: 38px;
font-weight: bold;
color: #2c2c6a;
text-decoration: none;
}
#header .mod_navigation li a:hover,
#header .mod_navigation li.active span
{
color: #900;
font-size: 1.1em;
line-height: 38px;
font-weight: bold;
}
#header .mod_navigation li a:hover{
text-decoration: underline;
}
/*formulare*/
.ce_form div.formbody *{
margin-bottom:3px;
}
.ce_form div.formbody p{
margin-bottom:0px;
}
.ce_form div.formbody h1{
margin-top:0px;
}
.ce_form div.formbody label{
display: block;
clear: left;
float:left;
width:120px;
}
label.mandatory{

}
input.text, input.captcha, textarea.textarea{
border:1px solid #194822;
padding:3px;
margin-left:120px;
display:block;
}
.ce_form div.formbody input.text, .ce_form div.formbody textarea.textarea{
width:60%;
}
.ce_form div.formbody textarea.textarea{
height:120px;
}
.ce_form div.formbody div.explanation, .ce_form div.formbody .captcha_text{
font-size:0.8em;
}
.ce_form input.error, .ce_form textarea.error{
border:3px solid #880000;
}
.ce_form p.error{
color: #880000;
font-weight:bold;
}
.ce_form input.submit{
cursor:pointer;
}
.ce_form input.submit,
.ce_form div.explanation,
.ce_form .captcha_text
{
margin-left:120px;
}

