body {
    text-align:center;
    margin:0;
    font-family:Helvetica, Arial;
    font-size:14px;
    font-weight:normal;
    color:#333;
}

#container {
    margin:0px auto 0px auto;
    width:750px;
    
}
#content {
    text-align:left;
    z-index:100;
    position:absolute;
    width:720px;
    padding:15px;
    background-image:url(/images/bg.png);
}

#header{
    text-align:left;
}

img{
    border:0;
}

ul.nav{
    list-style:none;
    z-index:90;
}

#header .nav {
    float:right;
    padding:0px 15px 0 0;
    z-index:90;
    position:relative;
}
#header .nav li {
    float:left;
    padding-left:6px;
    z-index:90;
}
#header .nav li a {
    display:block;
    float:left;
    font-size:20px;
    color:#333;
    line-height:30px;
    padding:0 12px;
    text-decoration:none;
    text-transform:uppercase;
    z-index:90;
}
#header .nav li a:hover, #header .nav li a.current {
    color:#df3598;
}

#back img{
    bottom:0;
    right:0;
    position:fixed;
    z-index:0;
}

h1 {
    font-family:Helvetica,Verdana;
    font-size:20px;
    font-weight:bold;
}

h2 {
    font-family:Helvetica,Verdana;
    font-size:32px;
    font-weight:bold;
}

h3 {
    font-family:Helvetica,Verdana;
    font-size:16px;
    font-weight:bold;
}

.referenz_container {
    float:left;
    width:100%;
    position:relative;
}

.referenz {
    float:left;
    width:120px;
    vertical-align:middle;
    margin-right:40px;
}

.referenz img {
    width:120px;
    border:0;
}

.hundred{
    width:100%;
    float:left;
}

.fifty {
    width:49%;
    float:left;
}

label {
    margin-bottom:3px;
}

input {
    width:250px;
    border:#333 1px solid;
    margin-bottom:15px;
    background-color:#EEE;
}

textarea {
    width:250px;
    border:#333 1px solid;
    margin-bottom:15px;
    background-color:#EEE;
    height:100px;
}

.inputerror{
    background-color: #FF6600;
}

.button {
	padding:15px 0 0 0;
        bottom:0;
}
	.button a {
		float:left;
		font-size:10px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:8px 16px 8px 16px;
		background:#56b300;
                color:#000000;
                font-size:12px;
	}
	.button a:hover {
		background:#56b300;
		color:#FFFFFF;
	}