/*-----------------------------------------------------------------------------
backcountry design 		Style Sheet 
media:     				Screen
version:   				3.0 / last modified 2011/08/26
browser:				for new browser only
author:    				Wolf Gebler
website:   				http://www.backcountry-webdesign.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}


/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol, img {
  margin: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =several classes
--------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both;
}

.fett {
	font-weight: bold;
}

.mittig {
	text-align: center;
}

.abstd1x {
	margin-top: 10px;
}

.abstd2x {
	margin-top: 20px;
}

.abstd3x {
	margin-top: 30px;
}

.abstdBott1x {
	margin-bottom: 10px;
}

.abstdBott2x {
	margin-bottom: 20px;
}

.abstdBott3x {
	margin-bottom: 30px;
}

.zentr {
	text-align: center;
}

/* =icon for external links
----------------------------*/
a.external {
	background: url(../images/extLink.gif) no-repeat right top;
	padding-right: 12px;
}

/* Class for box shadow */
.shadow {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 6px #888;
	-moz-box-shadow: 4px 4px 6px #888;
	box-shadow: 2px 2px 6px #888;
}

/* Anzeige Kontaktinfo in Notnagel + Hinweis auf IE6 verbergen*/
.wech, .bfie6 {
	display: none;
}

/* =body
-----------------------------------------------------------------------------*/
body {
	background: url(../layout/background.jpg) no-repeat center center fixed #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 100.01%;
/*	font-family: "Hypatia Sans Pro", "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

header {
	font-family: "Hypatia Sans Pro", "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: PragmaticaExtMedium-Reg;
}

#navigation {
	font-family: PragmaticaExtMedium-Reg;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
}


h4 {
	font-size: 1.0em;
}

p, li {
	color: #000;
	font-size: 0.95em;
	line-height: 1.5em;
}


/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #30529a;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #0033FF;
}

/* =Branding
-----------------------------------------------------------------------------*/
#back {
	position: relative;
	width: 700px;
	-moz-transform: translate(10px,20px);
	-webkit-transform: translate(10px,20px);
	-o-transform: translate(10px,20px);
	transform: translate(10px,20px);
	opacity: 0.7;
	font-size: 60px;
	line-height: 60px;
}

#web {
	width: 700px;
	-moz-transform: translate(30px, 5px);
	-webkit-transform: translate(30px, 5px);
	-o-transform: translate(30px, 5px);
	transform: translate(30px, 5px);
	opacity: 0.4;
	font-size: 60px;
	line-height: 60px;
}

#graf {
	width: 700px;
	-moz-transform: translate(70px,-25px);
	-webkit-transform: translate(70px,-25px);
	-o-transform: translate(70px,-25px);
	transform: translate(70px,-25px);
	opacity: 0.3;
	font-size: 60px;
	line-height: 60px;
}

.kopf {
	width: 600px;
	height: 35px;
	margin-top: -30px;
	margin-left: -5000px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation {
	width: 880px;
	height: 40px;
	position: relative;
	top: -15px;
	left: 10px;
	list-style-type: none;
	background-color: #fff;
	opacity: 0.6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 6px #888;
	-moz-box-shadow: 4px 4px 6px #888;
	box-shadow: 4px 4px 6px #888;
}

#navigation li {
    float: left;
    display:inline;
    list-style-type: none;
}

#navigation li a {
	display:block;
	text-shadow: 0px 2px 4px #bbb;
    font-size: 1em;
	font-weight: bold;
    text-decoration: none;
	padding-top: 8px;
	padding-left: 30px;
    display: block;
    float: left;
}

#navigation li a:hover {
	color: #000;
}

.clearfix:after, #navigation:after, #viewport ul:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0; 
	height: 0;
	visibility: hidden;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/
.notnagel {
	font-size: small;
	position: relative;
	float: right;
	margin-right: 20px;
}

/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 910px;
	background: url(../layout/transparent.png) repeat;
	margin: 20px auto 0 auto;
	padding: 0 25px;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	box-shadow:0px 0px 15px #000;
}

#viewport {
	width: 910px;
	height: 490px;
	overflow: hidden;
	margin-top: 5px;
}

#viewport ul {					
	width: 15360px;								/* breite innenraum + 2 x wrapper-padding x anzahl seiten x 2 */
	height: 500px;
	background: url(../layout/ul-background_8x.png) no-repeat;
}

#viewport ul li {
	width: 910px;
	padding-right: 1000px;
	float: left;
	list-style-type: none;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#einleit {
	width: 500px;
	height: 380px;
	float: left;
	margin: 5px 0 20px 10px;
	padding: 10px;
}


#einleit h2 {
	margin-bottom: 10px;
}

#leistung {
	width: 310px;
	height: 380px;
	float: right;
	margin: 5px 10px 20px 0;
	padding: 10px;
}

#leistung h2 {
	margin-bottom: 10px;
}

#leistung ol {
	margin-bottom: 10px;
}


#leistung ol li {
	list-style-type: circle;
	margin-left: 30px;
}

/* =Design
-----------------------------------------------*/
#design {
	width: 860px;
	height: 450px;
	padding: 10px;
	margin: 5px 0 0 10px;
}

#design h2 {
	margin-bottom: 10px;
}

#design h3 {
	margin-top: 10px;
}

.links {
	width: 310px;
	float: left;
	margin-bottom: 20px;
}


.rechts {
	width: 500px;
	float: right;
	margin-top: 20px;
}

.mitte {
	width: 850px;
	clear: both;
	text-align: center;
}

#design ol {
	margin-bottom: 10px;
	display: inline-block;
}

#design ol li {
	list-style-type: circle;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 470px;
}

/* =Ueber uns
-----------------------------------------------*/
#aboutus {
	width: 860px;
	margin: 5px 0 0 10px;
	padding: 10px;
}

#aboutus h2 {
	margin-bottom: 15px;
}

#aboutus img {
	float: left;
	margin-right: 10px;
}

.member {
	height: 90px;
	margin-bottom: 10px;
}

.memberp {
	margin-top: 0;
	padding-top: 0;
}

/* =Referenzen Web
-----------------------------------------------*/
#kunden {
	width: 870px;
	height: 440px;
	padding: 10px;
	margin: 5px 0 0 10px;
	overflow: auto;
}

.thumb {
	width: 200px;
	height: 200px;
	margin-right: 10px;
	float: left;
}

/*.thumb img {
	margin-bottom: 0;
	padding: 0;
}*/

.thumb a, .thumb p {
	font-size: 12px;
	line-height: 14px;
}


/* =Links
-----------------------------------------------*/
#link {
	width: 860px;
	height: 450px;
	padding: 10px;
	clear: both;
	margin: 5px 0 0 10px;
}

#link h2 {
	margin-bottom: 10px;
}

#link ol {
	margin-bottom: 10px;
	display: inline-block;
}


#link ol li {
	list-style-type: circle;
	margin-left: 30px;
}

li.pbp {
	list-style-image: url(../layout/pbp.png);
}


li.pfb {
	list-style-image: url(../layout/pfb.png);
}

li.avt {
	list-style-image: url(../layout/avt.png);
}


li.bed {
	list-style-image: url(../layout/bed.png);
}

li.lgp {
	list-style-image: url(../layout/lgp.png);
}



/* =Location u Kontaktdaten
-----------------------------------------------*/
#location{
	width: 500px;
	height: 450px;
	float: left;
	margin: 5px 0 0 10px;
	padding: 10px;
}

#map {
	margin-top: 10px;
	padding: 15px;
	width: 470px;
	height: 300px;
}

#location a.route {
	position: relative;
	top: 5px;
	left: 115px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	background: url(../images/extLink.gif) no-repeat right top;
}

#kontdat {
	width: 310px;
	height: 450px;
	float: right;
	margin: 5px 10px 30px 0;
	padding: 10px;
	text-align: center;
}

p.kontaf {
	margin-top: 30px;
}

/* =Impressum
-----------------------------------------------*/
#impress {
	width: 860px;
	height: 450px;
	overflow: auto;
	padding: 10px;
	margin: 5px 0 0 10px;
}

#impdaten {
	width: 300px;
	margin-left: 270px;
	padding: 10px;
	background-color: #FFF;
	opacity: 0.7;
}


.imp {
	float: right;
	margin-right: 20px;
}


/*#impressAlone {
	width: 860px;
	height: 520px;
	padding: 10px;
	margin: 20px 0 0 10px;
}*/


/* =404
-----------------------------------------------------------------------------*/
#dings {
	width: 500px;
	height: 300px;
	padding: 10px;
	margin: auto;
}
	
#dings h1 {
	margin-bottom: 40px;
}

/* =Footer
-----------------------------------------------------------------------------*/
footer {
	margin-left: 10px;
	padding-bottom: 5px;
}

footer p {
	font-size: small;
	color: #30529a;
}

.faceb {
	float: left;
	margin-right: 220px;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

table.adresse {
	margin-top: 10px;
	margin-bottom: 5px;
}


/* =End CSS
-----------------------------------------------------------------------------*/

