/*
 * CSS normalisieren 
 */
@import "normalize.css";

*:focus {
	outline: none;
}


/*
 * Clearfix
 */

.clear {
	clear: both;
	width: 0;
	height: 0;
}






/*
 * Spalten Layout
 */

.grid-2-col {
	
}

.grid-2-col .col {
	width: 50%;
	float: left;
}



/*
 * Transitions
 */
 
body,
#page {
	-webkit-transition: ease 0.5s opacity;
	-moz-transition: ease 0.5s opacity;
	-o-transition: ease 0.5s opacity;
	transition: ease 0.5s opacity;
}

h1 {
	-webkit-transition: ease-out 0.4s 0.1s all;
	-moz-transition: ease-out 0.4s 0.1s all;
	-o-transition: ease-out 0.4s 0.1s all;
	transition: ease-out 0.4s 0.1s all;
}

.text .body,
#footer {
	-webkit-transition: ease-out 0.4s 0.4s all;
	-moz-transition: ease-out 0.4s 0.4s all;
	-o-transition: ease-out 0.4s 0.4s all;
	transition: ease-out 0.4s 0.4s all;
}





/*
 * Border-Radius
 */
 
/* Alle Ecken */
#main,
.narrow.right {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}

div.review {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}





/*
 * Box-Shadow
 */
 
#main {
	-webkit-box-shadow: #000 0 2px 5px;
	-moz-box-shadow: #000 0 2px 5px;
	-khtml-box-shadow: #000 0 2px 5px;
	-o-box-shadow: #000 0 2px 5px;
	-ms-box-shadow: #000 0 2px 5px;
	border-box-shadow: #000 0 2px 5px;
}

div.review {
	-webkit-box-shadow: #000 0 2px 5px;
	-moz-box-shadow: #000 0 2px 5px;
	-khtml-box-shadow: #000 0 2px 5px;
	-o-box-shadow: #000 0 2px 5px;
	-ms-box-shadow: #000 0 2px 5px;
	border-box-shadow: #000 0 2px 5px;
}






/* 
 * CSS Hauptdeklarationen 
 */
 
body {
	background: #fff url(img/loader-bar.gif) no-repeat center center; /* Ladebild auf weißem HG anzeigen */
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #312F2E;
	text-align: center;
}

/* Lade .gif entfernen */
.go body, 
.no-js body {
	background: #363636 url(img/body-bg.jpg) no-repeat fixed center top; /* Hier kommt der richtige Hintergrund hin */
}

a,
a:visited {
	color: #F59C00;
    font-weight: bold;
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #CD0923;
    font-family: "Trebuchet MS", Tahoma, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    display: block;
}

h2 {
display: inline;
    }

h1 {
    font-size: 31px;
    font-weight: lighter;
    line-height: 39px;
	margin-bottom: 10px;
	margin-left: -600px;
	opacity: 0;
	width: 495px;
}

.go h1,
.no-js h1 {
	margin-left: 0;
	opacity: 1;
}

h2,
h4, em {
	color: #F59C00;
	font-weight: bold;
}

div.review em {
    font-weight: normal;
    color: #312F2E;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

h3 {
	margin-top: 40px;
	font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}

h4 {
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ul {
	color: #312F2E;
	list-style: none;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

ul li {
	background: url(img/li-check.png) no-repeat scroll 0 8px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
}

p.teaser,
.text.narrow.left p {
	font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

div.review {
    margin: 20px 0 20px 50px;
    padding: 10px;
    font-size: 14px;
    background: #efefef;
    display: block;
}

div.review img {
    width: 80px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* Container für alle Inhalte */
#page {
	width: 988px;
	margin: 0 auto 10px auto;
	position: relative;
	opacity: 0;
	text-align: left;
	overflow: hidden;
}

/* Container per Opacity einblenden wenn geladen */
.go #page,
.no-js #page {
	opacity: 1;
}

#logo {
	height: 101px;
	background: url(img/psm-logo.gif) right center no-repeat scroll;
}

#main {
	background: #fff;
	min-height: 600px;
	padding: 10px 10px 0 30px;
}

.text .body {
	opacity: 0;
}

.no-js .text .body,
.go .text .body {
	opacity: 1;
}

.narrow.right {
	width: 280px;
	float: right;
	background: #dadada;
	padding: 10px 10px 30px 10px;
}

.narrow.right h3 {
	margin-top: 0;
	font-size: 26px;
    line-height: 30px;
}

.narrow.left {
	width: 600px;
	float: left;
}

a.button {
    background: url(img/button-bestellen.png) no-repeat center top;
    display: block;
    height: 51px;
    margin-top: 30px;
    text-indent: -9999px;
    width: 297px;
}

a.button:hover {
	background-position: center bottom;
}

#subscribe {
	margin-bottom: 50px;
}

#subscribe input {
	height: 20px;
}

#footer {
	color: #EAEAEA;
	font-size: 10px;
    line-height: 16px;
    margin-top: 10px;
}

#footer .disclaimer {
	text-align: left;
}

#footer .copyright {
	text-align: right;
}

.disclaimer h3 {
	border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}



/*
 * INTERNET EXPLORER 6, 7 und 8
 */
 
.ie {
	
}


/*
 * INTERNET EXPLORER 6
 */
 
.ie6 {
	
}

 
/*
 * INTERNET EXPLORER 7
 */
 
 .ie7 {
	
}
 

/*
 * INTERNET EXPLORER 8
 */
 
 .ie8 {
	
}