/* 
** Stylesheet for http://www.pixelmaufaktur.ch
** Version: 15.07.2007
** Media: all, screen
** Author: Patrick Bonetti
** Copyright: 2007 by Patrick Bonetti
*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #fff url(media/bottom_bg.jpg) bottom center repeat-y;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

/*** GENERAL ***/

a {
	padding: 0.2em;
	text-decoration: underline;
	color: #FE27C9;
}

h1 {
  font-size: 2.8em; /* 28px */
  line-height: 1.5714em; /* 44px */
  margin-top: 0.7857em;
  margin-bottom: 0em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h2 {
	margin: 0;
  font-size: 2.4em; /* 24px */
  line-height: 1.8333em; /* 44px */
  margin-top: 0.9167em;
  margin-bottom: 0em;
	font-weight: normal;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h3 {
	margin: 0;
	font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
	font-weight: bold;
}

p {
	margin: 1em 0;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
}

ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

ul ul {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 18px;
  background: transparent url(media/bullet.gif) left 4px no-repeat;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
}

li li {
  font-size: 1em; /* 13px */
  line-height: 1.6923em; /* 22px */
}

img {
	border: none;
}

/*** SLIDER ***/
#slider {
	display: none;
	height: 126px;
	border-bottom: 1px solid #666;
	background: #e7e7e7 url(media/content_bg.jpg) left -400px repeat-x;
}

/*** WRAPPERS ***/
#outer_wrapper {
	position: relative;
	width: 100%;
	background: #fff url(media/content_bg.jpg) left -50px repeat-x;
}

#inner_wrapper {
	position: relative;
	z-index: 10;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/*** HEADER ***/
#header {
	position: relative;
	height: 126px;
}

#topbar {
	position: relative;
	width: 720px;
}

#topbar div {
	height: 6px;
	background-color: #d7d7d7;
}

#topbar a {
	display: none;
	position: absolute;
	right: 0;
	padding: 2px 6px 1px 6px;
	border: 1px solid #ccc;
	border-top: none;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}

#logo {
	margin: 17px 0 0 6px;
}

/* Navigation */
#navi {
	position: absolute;
	margin-bottom: 18px;
	right: 6px;
	bottom: 0;
}

#navi a {
	padding-left: 6px;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #333;
}

#navi a.current {
	color: #fe27c9;
}

#navi a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #fe27c9;
}

/*** MOOD ***/
#mood {
	position: relative;
	height: 210px;
	background-color: #000;
}

#mood_teaser {
	position: absolute;
	top: 30px;
	left: 42px;
}

#slogan {
	position: absolute;
	top: 90px;
	left: 252px;
}

/*** CONTENT ***/
#maincontent {
	padding: 30px 0;
}

#maincontent a:hover {
	text-decoration: none;
	background-color: #FE27C9;
	color: #fff;
}

/* Subnavigation */
#subnavi {
	margin: 0;
	padding-left: 6px;
	text-align: right;
}

#subnavi a {
	padding-left: 6px;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #333;
}

#subnavi a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FE27C9;
}

#subnavi a.current {
	color: #fe27c9;
}

/* Containers */

/* img_cont_1 */
.img_cont_1 {
	padding: 0 0 0 4em;
  margin: 3em 0;
}

.img_cont_1 .img {
	float: left;
	padding: 0;
	width: 180px;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
}

.img_cont_1 .img a {
	text-decoration: none;
}

#maincontent .img_cont_1 .img a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #fe27c9;
}


.img_cont_1 .txt {
	margin-left: 25.2em;
	width: 41.2em;
}

.img_cont_1 h2 {
	margin-top: 0;
}

/* txt_cont_1 */
.txt_cont_1 {
	padding: 0.6em 0 0 4em;
  margin: 0 0 3em 0;

}

.txt_cont_1 h2 {
	margin-top: 0;
}

/*** FORMS ***/

.form_cont_1 {
	padding: 0 0 0 4em;
}

form {
	display: inline;
}

fieldset {
	margin: 3em 0;
	padding: 0.6em;
	border: 1px solid #ccc;
}

legend {
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
	font-weight: bold;
	color: #000;
}

label {
	float: left;
	display: block;
	width: 12em;
	padding-right: 0.6em;
}

textarea {
	width: 100%;
}

.formmessage {
	display: block;
	padding: 0.6em;
	border: 2px solid #fe27c9;
}

.formmessage strong {
	font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
}

/*** FOOTER ***/
#footer {
	width: 100%;
	padding-bottom: 30px;
	background: #fff url(media/bottom_bg.jpg) bottom center repeat-y;
  font-size: 1.3em; /* 13px */
  line-height: 1.6923em; /* 22px */
	color: #555;
}

#divider {
	width: 100%;
	height: 10px;
	margin-bottom: 18px;
	background: transparent url(media/bottom_bg_shadow.jpg) top center no-repeat;
}

#ft_logos {
	margin-top: 18px;
}

/*** BACKGROUNDS ***/
#bgstrip {
	position: absolute;
	z-index: 1;
	top: 126px;
	left: 0; /*IE*/
	width: 100%;
	height: 210px;
	background-color: #000;
}

/*** MISC ***/

.clearer {
	clear: both;
	height: 1px;
}

/*** SFIR Styles ***/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	letter-spacing: 0px;
	font-size: 32px;
	line-height: 32px;
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 24px;
	line-height: 24px;
}

/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}
*/

