

html {
	margin:0;
	padding:0;
	
}
body {
	margin:0px;
	padding:0;
	background:url(IMG/bg-shine.jpg) #666666 top center no-repeat;
	color:#fff;
	font-family:arial;
	font-size:0.8em;
	font-weight:lighter;
}

#pwr {
	width:930px;
	margin:0px auto;
	min-height:400px;
}


/* Listen */

ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
}

/* Typography */

h1{
	font-size:1em;
	margin:0;
}

p {
	line-height:1.4em;
	margin: 8px 0 8px 0;
}

a {color:#fff;}
a:active {color:#fff;}
a:hover {color:#3399FF; text-decoration:underline;}
a:link {}
a:visited {}


#profile{
	height:100px;
	width:980px;
	margin:42px 0 0 0;
}

#profile img {
	float:left;
	border: 4px solid #838080;
	margin-right:14px;
}

#profile ul{
	width:674px;
	float:left;
	margin:0;
}


#profile ul li{
	height:20px;
}
#start{
	width:180px;
	height:43px;
	background:url(IMG/marie-schweiz-logo.png) no-repeat;
	display:inline-block;
}
#start span{
	display:none;
}

#stage {
	height:378px;
}

#stage a{
	filter:alpha(opacity=20); /* Internet Explorer */
	-moz-opacity: 0.20; /* Mozilla Browser */
	opacity: 0.20; /* Opera */
	text-decoration:none;
	display:inline-block;
}

#stage a:hover{
	filter:alpha(opacity=100); /* Internet Explorer */
	-moz-opacity: 1; /* Mozilla Browser */
	opacity: 1; /* Opera */
}

.linkpre {
	width:180px;
	height:378px;
	float:left;
	margin:0px 6px 20px 0px;
	color:#CCCCCC;
	display:inline-block;
}
.linkpre p{
	margin:8px 8px;
}

.linkpre span{
	margin:8px 8px;
	display:inline-block;
}

#artist a{background:url(IMG/bg-stage-artist.jpg) no-repeat #fff;}

#designer a{background:url(IMG/bg-stage-interface.jpg) no-repeat #fff;}

#illustrator a{background:url(IMG/bg-stage-illu.jpg) no-repeat #fff;}

#concept a{background: #fff;}

#private a{background:url(IMG/bg-stage-private.jpg) no-repeat #fff;}

/* LP Murmelbuch */

#murmelbuch {
	height:378px;
	width:924px;
	background:url(IMG/murmelbuch-hintergrund.jpg) no-repeat #fff;	
	color:#333333;
	display:inline-block;
}

.droid {
	font-family: 'Droid Sans';
}
#murmelcontent {
	width:700px;
	margin:65px 0 0 65px;
}
#murmelbuch h2 {
	font-size:2.9em;
	margin:0px 5px 0px 0px;
	display:inline;
	float:left;
}
#murmelbuch p.small {
	float:left;
	margin:22px 0 0;
	color:#999999;
}
#murmelbuch p.desc {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	color:#999999;
}
.badge {
	position:absolute;
	top:100px;
	right:10%;
}

#murmelbuch ul {
	list-style-type:none;
	list-style-image:none;
	margin:35px 0 0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}
#murmelbuch ul li{
	margin:0 0 4px 0;
	
}
#murmelbuch ul li:hover{
	
}
#murmelbuch ul li a{
	background-color:#999900;
	display:inline-block;
	padding:10px;
	text-decoration:none;
	height:19px;
	margin-right:6px;
	width:150px;
}
#murmelbuch ul li a:hover{
	background-color:#333;
}
#murmelbuch ul li span{
	background-color:#666;
	display:inline-block;
	color:#fff;
	padding:10px 0px 10px 10px;
	font-family:georgia;
	font-weight:normal;
	height:19px;
	width:90px;
}


.contact-details {
	width:180px;
	float:left;
	margin:0px 6px 20px 0px;
	background:url(IMG/deatil-trans.png) repeat;
	height:100px;
}
.contact-details h3 {
	font-size:1em;
	font-weight:normal;
	margin: 8px 0px 8px 8px;
	
}

.contact-details ul {
	
}
.contact-details ul li{
	margin:0px 0px 0px 8px;
	height:20px;
}

#footer {
	border-top:1px solid #969292;
	color:#989392;
	clear:both;
	width:924px;
}
.clear {
	clear:both;
}
