@import url(reset.css); /* Reset CSS */

/* BODY ------------------------------------------------------------------ */

html {
    background: #fff repeat 0 0;
}

body {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
    background: url(img/bg-feature.png) repeat-x 0 150px;
}

#home { background: url(img/bg-feature-home.png) repeat-x 0 150px; }

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #40ae34;
    font-weight: bold;
    font-family: Palatino, Georia, Times, "Times New Roman", serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
    clear: both;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; margin-bottom: 15px; }
h3 { font-size: 18px; }

/* TYPOGRAPHY ----------------------------------------------------------- */

#body p { margin-bottom: 1.5em; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { cursor: help; }
small { font-size: 10px; }

li ul, li ol { margin: 0; }
ul, ol { margin: 0 0 1.5em 1.5em; }

ul li {
    background: url(img/checkmark.png) no-repeat 0 0;
    padding-left: 23px;
    margin: 0.3em 0;
}

ol { list-style-type: decimal; }

ins { text-decoration: underline; }
del { color: #666; text-decoration: line-through; }

/* LINKS ---------------------------------------------------------------- */

a:link { color: #3ca330; text-decoration: underline; }
a:visited { color: #3ca330; text-decoration: underline; }
a:hover { color: #2f7f26; }
a:focus { color: #2f7f26; }
a:active { color: #2f7f26; }

/* IMAGES --------------------------------------------------------------- */


img {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 3px;
    box-shadow: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
}


img.border {
    border: 2px solid #40ae34;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}



#map img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
}

img.links { float: left; margin: 0 10px 10px 0; }
img.rechts { float: right; margin: 0 0 10px 10px; }

/* FORMS ---------------------------------------------------------------- */

label { font-weight: bold; }
input[type="text"], textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 370px;
    display: block;
    padding: 3px;
    border: 2px solid #40ae34;
    background: #e5f6e3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

input[type="text"]:focus, textarea:focus { border: 2px solid #217f16; }

.error-box {
    padding: 5px 15px;
    width: 380px;
    margin-bottom: 1em;
}

.error-box ul { margin: 0; }
.error-box li { background: url(img/checkmark-no.png) no-repeat 0 0; }
h3.error { color: #e31d22; }

input.error, textarea.error { border: 2px solid #e31d22; background: #e3d0d1; }
textarea { height: 150px;}

/* Scalable Button */
.awesome, .awesome:visited {
/*    background: #3ca330 url(img/button-overlay.png) repeat-x;*/
    background: #349b27 url(img/button-overlay.png) repeat-x;
    border: 0;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
 
.awesome:hover { background-color: #48c23a; color: #fff; }
.awesome:active { margin-top: 1px; }

/* LAYOUT --------------------------------------------------------------- */

#page {
    margin: 0 auto;
    width: 800px;
}

#header {
/*    height: 100px;*/
    height: 150px;
    background: #fff;
    position: relative;
}

#header h1 {
    width: 310px;
/*    height: 80px;*/
    height:125px;
    background: url(img/logo.png) no-repeat 0 0;
/*    position: absolute;
    left: 0;
    bottom: 5px;*/

	position: relative;
	margin: 0 auto;
	top: 18px;
}

#header h1 a {
    width: 310px;
    height: 80px;
    display: block;
    text-indent: -10000px;
    
}

#body { min-height: 100px; margin: 30px 0; overflow: hidden; }

#main { width: 385px; float: left; }
#side { width: 385px; float: right; }

#free-service ul {
    background: #3ca230 url(img/bg-box.png) repeat-x 0 0;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 3px #8f8f8f;
    -moz-box-shadow: 0 0 3px #8f8f8f;
    -webkit-box-shadow: 0 0 3px #8f8f8f;
    -khtml-box-shadow: 0 0 3px #8f8f8f;
    -o-box-shadow: 0 0 3px #8f8f8f;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 1.5em;
    padding: 20px;
}

#free-service li {
    background: url(img/checkmark-white.png) no-repeat 0 0;
    float: left;
    margin: 10px;
    padding-left: 50px;
    width: 180px;
}

#relocation-office { width: 246px; float: left; margin-right: 30px; }
#relocation-private { width: 246px; float: left; margin-right: 30px; }
#relocation-senior { width: 246px; float: left; }

#services-spectrum { width: 385px; float: left; }
#services-material { width: 385px; float: right; }

#map {
    width: 380px;
    height: 360px;
    border: 2px solid #40ae34;
    margin-bottom: 1.5em;
    box-shadow: 0 1px 3px #8f8f8f;
    -moz-box-shadow: 0 1px 3px #8f8f8f;
    -webkit-box-shadow: 0 1px 3px #8f8f8f;
    -khtml-box-shadow: 0 1px 3px #8f8f8f;
    -o-box-shadow: 0 1px 3px #8f8f8f;
}

#footer {
    clear: both;
    font-family: Palatino, Georia, Times, "Times New Roman", serif;
    font-weight: bold;
    background: #3ca230 url(img/bg-footer.png) repeat-x 0 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
    padding: 2.0em 1.5em 0 1.5em;
    height: 6em;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { border-bottom: 1px dotted rgba(255,255,255,0.5); }

/* HOMEPAGE: FEATURE ---------------------------------------------------- */

#home #feature {
    height: 325px;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    font-family: Palatino, Georia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
}

#strapline {
    width: 475px;
    position: absolute;
    top: 40px;
    left: 0;
}

#strapline { text-shadow: 0 2px 3px rgba(0,0,0,0.25) }
#strapline blockquote { color: #000; font-size: 24px; }
#strapline h1 { color: #fff; font-size: 36px; line-height: 1; }
#strapline a { color: #fff; text-decoration: none; cursor: default;}
a.tel { color: #000; text-decoration: none; cursor: default;}



#services {
    width: 475px;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 175px;
    left: 0;
}

#services ul {
    width: 237px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#services li {
    background: url(img/checkmark.png) no-repeat 0 0;
    padding-left: 23px;
    margin: 3px 0;
}

#figure {
    width: 300px;
    height: 300px;
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: hidden;
}

#figure img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
}

#promo {
    background: #3ca230 url(img/bg-box.png) repeat-x 0 0;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 3px #8f8f8f;
    -moz-box-shadow: 0 0 3px #8f8f8f;
    -webkit-box-shadow: 0 0 3px #8f8f8f;
    -khtml-box-shadow: 0 0 3px #8f8f8f;
    -o-box-shadow: 0 0 3px #8f8f8f;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 1.5em;
    padding: 20px;
}

#promo h2 { color: #fff; }
#promo p { font-size: 16px; margin-bottom: 0; }
#promo a { color: #000; }
#promo a:hover { color: #fff; }

/* SUBSITE: FEATURE ----------------------------------------------------- */

#feature {
    height: 85px;
    line-height: 85px;
    position: relative;
    overflow: hidden;
    font-family: Palatino, Georia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
}

#feature h1 { color: #fff; }

#video {
    width: 380px;
    height: 285px;
    border: 2px solid #40ae34;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* SUBSITE: UMZUEGE -------------------------------------------------- */

div.documents {
	
}

ul.documents {
	margin: 0;
}

ul.documents li {
	background: white url("../img/icon_unknown.png") no-repeat 10px 10px;
	list-style-type: none;
	list-style-position: inside;
	margin: 15px 0px;
	padding: 10px 20px 10px 60px;
	border: 1px solid silver;
	width: 33.5em;
	line-height: 32px;
}

ul.documents li.pdf { background: white url("../img/icon_pdf.png") no-repeat 10px 10px; }
ul.documents li.ods { background: white url("../img/icon_ods.png") no-repeat 10px 10px; }

.documents a {

}

.documents .descr {
	float: right;
	font-size: 0.8em;
}


/* SUBSITE: REFERENZEN -------------------------------------------------- */

.left-column {
	float: left;
}


#references li {
	background: none;
	border-top: 1px silver solid;
	padding: 20px;
	width: 80%;
}

#references li:first-child {
	border-top: none;
}

#references li img, #qype img {
	border: none;
	box-shadow: none;
}

#certificate img {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#qype {
	float: left;
	padding-bottom: 20px;
}

p.center {
	position: relative;
	left: 50%;
	float: left;
	margin: 20px auto;
}

p.center a {
	right: 50%;
	float: left;
}

/* NAVIGATION ----------------------------------------------------------- */

#nav-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.2858em;
}

#nav-wrapper2 {
	float:left;
	width: 100%;
/*	overflow: hidden;*/

}

#nav {
    color: #fff;

    list-style: none;
    font-family: Palatino, Georia, Times, "Times New Roman", serif;
    font-weight: bold;

    margin: 0 auto;
    padding: 0;
    line-height: 30px;
	position: relative;
	float:left;
	left: 50%;
}

#nav li {
    float: left;
	right: 50%;
	position: relative;
    background: none;

    margin: 0; 
    padding: 0;
}

#nav a {
	background: #3ca330 url(img/bg-nav.png) repeat-x 0 0;

    color: #fff;
    text-decoration: none;
    display: block;
    padding: 2px 15px 0 15px;
    border-left: 1px solid #72c868;
    border-right: 1px solid #36922b;
	width: auto;
	
	box-shadow: 0 -1px 3px #8f8f8f;
    -moz-box-shadow: 0 -1px 3px #8f8f8f;
    -webkit-box-shadow: 0 -1px 3px #8f8f8f;
    -khtml-box-shadow: 0 -1px 3px #8f8f8f;
    -o-box-shadow: 0 -1px 3px #8f8f8f;

    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

#nav li:first-child a {
	border-left: 0;
	padding-left: 25px;
	
	border-top-left-radius:          15px;
	-moz-border-radius-topleft:      15px;
	-webkit-border-top-left-radius:  15px;
	-khtml-border-top-left-radius:   15px;
	
}

#nav li:last-child a {
	border-right: 0;
	padding-right: 25px;
	
	border-top-right-radius:         15px;
	-moz-border-radius-topright:     15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-right-radius:  15px;
}

#nav a:hover,
#nav a.active { background: #2f7f26 url(img/bg-nav-active.png) repeat-x 0 0; }

/*
#nav li:first-child a:hover,
#nav li:first-child a.active {
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -khtml-border-top-left-radius: 15px;
}

#nav li:last-child a:hover,
#nav li:last-child a.active {
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
}
*/
