/*
 * 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,
.boxed,
#cont1, #cont2,
p.review,
.bgRed  {
	-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);
}







/*
 * 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;
	box-shadow: #000 0 2px 5px;
}

p.review {
	-webkit-box-shadow: #666 0 2px 5px;
	-moz-box-shadow: #666 0 2px 5px;
	-khtml-box-shadow: #666 0 2px 5px;
	-o-box-shadow: #666 0 2px 5px;
	-ms-box-shadow: #666 0 2px 5px;
	box-shadow: #666 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;
}

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 {
	color: #F59C00;
	font-weight: bold;
}

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

h3 {
	margin-top: 40px;
	font-size: 16px;
    font-weight: bold;
    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, ol {
	font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
}

.bgRed {
	background: #fff4f4;	
	padding: 5px;
	border: 1px solid #d29494;
}

span.big,
p.important,
div.important {
	font-size: 18px;
	font-style: normal;
}

span.important {
	text-decoration: underline;
}

p.review {
	background: #efefef;
	margin-left: 40px;
	padding: 5px;
	min-height: 185px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.boxed {
	padding: 5px;
	width: 600px;
}

.boxed > h3 {
	margin-top: 0;
}

#cont1, #cont2 {
	border: 1px solid #999;
	padding: 5px;
	margin-top: 10px;
	width: 500px;
	margin-left: 20px;
	background: #efefef;
	font-size: 12px !important;
}

/* 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: 243px;
	background: url(img/psm-logo.gif) right top no-repeat scroll;
	padding-top: 49px;
	position: relative;
	width: 988px;
}

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

.subline {
    color: white;
    font-weight: normal;
    font-size: 13px;
    opacity: 0.8;
    margin-top: 20px;
}

.text .body {
	opacity: 0;
}

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

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

.narrow.right p {
	font-size: 12px;
}

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

.sidebar {
	font-size: 12px;
}

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

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

.wide {
	width: 620px;
	margin: auto;
	overflow: visible;
	padding-bottom: 20px;
}

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



#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;
}



.cta a {
  background: url(img/button-bestellen.png) no-repeat center top;
  display: block;
  height: 51px;
  line-height: 51px;
  margin: auto;
  margin-top: 30px;
  width: 500px;
  text-align: center;
  color: #000;
}

a:hover {
  text-decoration: underline;
}



table {
	*border-collapse: collapse; /* IE7 and lower */
	 border-spacing: 0;
}

table td {
  vertical-align: top;
}

table td .cta {
  margin-top: 0;
}


.boxed {
	border: 2px solid #FFA000;
	
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0px 0px 10px 0px #FFB401;
     -moz-box-shadow: 0px 0px 10px 0px #FFB401;
          box-shadow: 0px 0px 10px 0px #FFB401;

}

.featuresBox {
	width: 900px;
	margin-left: -170px;
	border: 2px solid #FFA000;
	padding: 10px;
	font-size: 15px;
	
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0px 0px 10px 0px #FFB401;
     -moz-box-shadow: 0px 0px 10px 0px #FFB401;
          box-shadow: 0px 0px 10px 0px #FFB401;

}


table td {
	padding: 5px;
}



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


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

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

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