@charset "utf-8";
/* CSS Document */

html,body
{
	margin:0;
	padding:0;
}
body
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
    background: url("img/bg_body.jpg");
}

p
{
	/*letter-spacing: 0.1em;*/
	line-height: 1.25em;
	color: #2e2d2c;
	font-size: 0.85em;
	font-size: 1em;
}
a img
{
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ul, li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h3
{
	font-family: "Oswald" !important;
	margin: 0 0 -10px;
	padding: 0;
	color: #973B54;
    font-size: 1.7em;
	font-weight: normal;
}

#header
{
	height: 160px;
	width: 965px;
	display: block;
	z-index: 9999 !important;
}

#header img
{
	margin-bottom: -5px;
}

#container
{
	text-align:left;
	font-size: 1em;
}

#content
{
    /*background: url("img/bg_content.png") no-repeat 0 0 transparent;*/
	background: #EFEFEF;
    margin: 40px 0 0 90px; /*vorher: margin: 40px 0 0 75px;*/
    min-height: 500px;
    padding: 0 0 0 90px;
    position: absolute;
    width: 280px;
    z-index: 9999 !important;
}
.einfach #content
{
    background: transparent;
    width: 434px;
    margin: 45px 0 0 45px;
    padding: 0;	
}

.einfach #content h3
{
	color: #973B54;
	font-size: 1.7em;
	width: 423px;
	border-bottom: 1px solid #D7D7D7;
	border-width: 2px;
    border-image: url("img/line.png") 0 0 2 0 repeat; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
    -moz-border-image: url("img/line.png") 0 0 2 0 repeat; /* Firefox/Gecko-Browser */
    -webkit-border-image: url("img/line.png") 0 0 2 0 repeat; /* Webkit-Browser */
	padding-bottom: 10px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.einfach #content p
{
	width: 380px;
	margin-left: 45px;
}

.einfach #navi-sub
{
	width:45px;
}

.alternative #content
{
    background: transparent;
    width: 434px;
    margin: 45px 0 0 45px;
    padding: 0;	
}

.alternative #content h3, #impressi h3
{
    color: #302F2E;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: -13px;
}

.alternative #content p
{
	width: 380px;
}

.alternative #navi-sub
{
	width:45px;
}

.twocols #content
{
    background: none repeat scroll 0 0 transparent;
    border-right: 1px solid #CCCCCC;
    margin: 15px 0 0 75px;
    padding-right: 45px;
    width: 277px;
}

.twocols h3
{
	text-transform: uppercase;	
}

.twocols #content .txt
{
	position:relative;
	z-index: 9000;
}
.twocols #content img
{
	margin: -145px 0 0 -128px;
	position:relative;
	z-index: 8999;	
}

.threecols #content
{
    background: transparent;
    width: 270px;
    margin: 45px 0 0 45px;
    padding: 0;
	float: left;	
}

.threecols #middle
{
    background: transparent;
    width: 230px;
    margin: 62px 0 0 365px;
    padding: 0;
	float:left;
}

.threecols #content h3, .threecols #middle h3, .threecols #extra h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #973B54;
	font-size: 1.7em;
	width: 270px;
	border-bottom: 1px solid #D7D7D7;
	border-width: 2px;
    border-image: url("../../"../css/img/line.png"") 0 0 2 0 repeat; /* Aktueller Stand der Spezifikationen (von Opera unterstützt) */
    -moz-border-image: url("../../"../css/img/line.png"") 0 0 2 0 repeat; /* Firefox/Gecko-Browser */
    -webkit-border-image: url("../../"../css/img/line.png"") 0 0 2 0 repeat; /* Webkit-Browser */
	padding-bottom: 10px;
	margin-bottom: 32px;
}

.threecols #middle h3, .threecols #extra h3
{
    color: #5E5E5D;
    font-size: 1em;
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif !important
}

.threecols #extra
{
    margin: 62px 0 0 85px;
    width: 285px;
    z-index: 99998 !important;}



.threecols #navi-sub
{
	width:45px;
}


div#container
{
	width:965px;
	margin:0 auto;
}
#wrapper
{
	width:100%;
	position: relative;
	z-index: 999;
}
#extra
{
	float:left;
	width:460px;
	margin: -60px 0 0 -485px;
	z-index: 99998 !important;
}

.einfach #extra
{
	width:460px;
	margin: -60px 0 0 -460px;
}

.twocols #extra
{
    margin: 15px 0 0 -440px;
    width: 440px;
}

.twocols #extra .txt
{
    margin: -185px 0 0 165px;
    position: relative;
    width: 230px;
    z-index: 9000 !important;
}
.twocols #extra img
{
	position:relative;
	z-index: 8999 !important;	
}


.loadit, .active
{
	display: none;
}

#footer
{
    background: url("img/bg_footer.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 40px; /*80px*/
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#panel
{
    /*background: url("img/bg_inner_footer.png") no-repeat scroll 0 0 transparent;*/
    height: 82px;
    margin: -15px auto 0;
    position: relative;
    width: 960px;
}

#footer p {
	text-align: center;
	padding-top: 0px;
}
#footer p a {
	font-family: "Oswald" !important;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #949599;
}
#footer p a:hover {
	font-family: "Oswald" !important;
	color: #933043;
}

.de a.btn-slide, a.btn-slide {
    color: #86878C !important;
    display: inline-block;
    font-size: 0.75em !important;
    font-weight: normal;
    margin: 33px 0 0 440px;
    text-decoration: none;
    text-transform: uppercase;
}

.en a.btn-slide {
    color: #86878C !important;
    display: inline-block;
    font-size: 0.75em !important;
    font-weight: normal;
    margin: 33px 0 0 450px;
    text-decoration: none;
    text-transform: uppercase;
}