body { 
margin-top: 0; 
margin-left: 0;
padding:0px;
background: url(./images/bg.jpg) repeat-x left top #636363;

}

.all {
width:1000px;
margin:auto;
margin-top:73px;
background-color:#ffffff;
}

.head{
width:980px;
height:440px;
padding:10px;
}

.menu-all{
width:325px;
height:400px;
margin-top:32px;
float:left;
}

.menu{
width:325px;
height:32px;
color:#555555;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:15px;
text-transform:uppercase;
padding-left:10px;
}

.menu ul {
list-style-type: none;
height:60px;
margin:0;
padding:0;
border:0px solid red;
}

.menu li {
height:47px;
padding-top:13px;
margin-bottom:10px;
text-align: center;
}

.menu li:hover {
background: url(./images/menu-bg.jpg) no-repeat center top;
}

.menu ul a {
padding-top:10px;
color:#282828;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:26px;
font-weight:200;
text-transform:uppercase;
text-decoration:none;
}

.menu ul a:hover {
color:#ffffff;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:26px;
font-weight:200;
text-transform:uppercase;
text-decoration:none;

}

.menu .li-activ {
background: url(./images/menu-bg.jpg) no-repeat center top;
}

.menu .activ {
color:#ffffff;
}

.content{
width:615px;
margin-left:325px;
margin-top:35px;
color:#575454;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:14px;
text-align:justify;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
min-height:300px;
}

.content-right{
float:right;
width:270px;
text-align: right;
}

.content-formular{
float:right;
width:400px;
padding-left:30px;
border-left: 1px solid #606060;
}

.content h1 {
font-size:24px;
font-weight:100;
margin:0px;
margin-bottom:35px;
padding:0px;
}

.content h2 {
font-size:22px;
font-weight:100;
margin:0px;
margin-top:40px;
margin-bottom:15px;
padding:0px;
text-transform:uppercase;
}

.content h3 {
font-size:18px;
font-weight:100;
margin:0px;
margin-bottom:15px;
padding:0px;
}

.footer{
width:1000px;
color:#000000;
background-color:#757575;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:14px;
font-weight:200;
height:100px;
text-align: center;
}

.menu-footer {
height:18px;
margin-top:20px;
font-weight:200;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:15px;
padding-top:30px;
margin-bottom:10px;
}

.menu-footer a {
color:#000000;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight:200;
text-decoration:none;
}

.menu-footer a:hover {
color:#bfbfbf;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight:200;
text-decoration:none;
}

.menu-footer .activ {
color:#bfbfbf;
}

ul li {
	text-align:left;
}

content a, a:link, a:visited {
	text-decoration:underline;
	color:#575454;
}

/** Formular **/

.formularleft {
width:100px;
float:left;
line-height:29px;
border:0px solid green;
}

.formularright {
width:290px;
height:29px;
float:right;
border:0px solid red;
text-align:left;
}
* html .formularright {
width:290px;
}
.formularrightcode {
width:290px;
height:90px;
float:right;
margin-bottom:10px;
border:0px solid red;
vertical-align:bottom;
text-align:left;
}
* html .formularrightcode {
width:290px;
}
.formularright-last {
width:290px;
height:70px;
float:right;
border:0px solid red;
text-align:left;
}
* html .formularright-last {
width:290px;
}
.formularright input {
width:290px;
height:20px;
margin:0 0 5px 0;
border:1px solid #e8e8e8;
background-color:#ffffff;
}

.formularright-last textarea {
width:290px;
height:60px;
border:1px solid #e8e8e8;
background-color:#ffffff;
}

.formularrightcode input {
width:290px;
height:20px;
margin:0 0 5px 0;
border:1px solid #e8e8e8;
background-color:#ffffff;
}

/** Ende Formular **/