/*
 * 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
 */
 
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;
}

.narrow.right .body {
	-webkit-transition: ease 0.5s all;
	-moz-transition: ease 0.5s all;
	-o-transition: ease 0.5s all;
	transition: ease 0.5s all;
}






/*
 * Border-Radius
 */
 
/* Alle Ecken */
#main,
.narrow.right,
.narrow.right img.ceo {
	-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;
	box-shadow: #000 0 2px 5px;
}

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

.narrow.right {
	-webkit-box-shadow: inset 0 0 4px #ccc;
	-moz-box-shadow: inset 0 0 4px #ccc;
	-khtml-box-shadow: inset 0 0 4px #ccc;
	-o-box-shadow: inset 0 0 4px #ccc;
	-ms-box-shadow: inset 0 0 4px #ccc;
	box-shadow: inset 0 0 4px #ccc;
}








/* 
 * CSS Hauptdeklarationen 
 */
 
body {
	background: #363636 url(img/body-bg.jpg) no-repeat fixed center top;
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #312F2E;
	text-align: center;
}
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;
	opacity: 0;
	width: 495px;
}

.go h1,
.no-js h1 {
	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: 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: 14px;
	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;
}

#main p {
	font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

#main .right p {
	font-size: 12px;
	line-height: 18px;
}

div.review {
    margin: 20px 0 20px 50px;
    padding: 10px;
    font-size: 14px;
    background: #F5F5F5;
    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;
	text-align: left;
	overflow: hidden;
}

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

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

.narrow.right {
	width: 280px;
	background: #ccc;
	color: #111;
	padding: 15px;
	cursor: default;
  margin: auto;
	margin-top: 20px;
  margin-bottom: 50px;
}

#main .narrow.right p {
	margin: 0;
}

.narrow.right img.ceo {
	float: left; 
	margin: 3px 10px 10px 0;
	width: 120px;
	height: 167px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

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

.narrow.left {
	width: 700px;
  margin: auto;
}

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 {
	
}
