/**
* @author: Jan Mentzel - http://jan.islandofwaiting.de
* @date: 2006-01-14
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	padding: 0;
	cursor: default;
}
* html body {
	font-size: 9px;
	text-align: center; /* for #main centering */
}
* html body * {
	text-align: left; /* for #main centering - resetting to default */
}
a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #c00;
}
a:active {
	color: #fff;
}
.animator {
	display: none;
	border: solid #fff 1px;
	position: absolute;
	left: 100px;
	top: 100px;
	background-color: transparent;
	width: 30px;
	height: 50px;
}
#main {
	position: relative;
	width: 830px;
	height: 590px;
	margin: 20px auto 0 auto; 
}
#footer {
	clear: both;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 830px;
}
#impressum {
	position: absolute;
	z-index: 20;
	width: 260px;
	bottom: 5px;
	right: -30px;
	height: auto;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	display: none;
}
#impressum div p, #impressum div h1, #impressum div h2 {
	margin: 0 15px;
}
#impressum div.header {
	margin: 0 5px 1px 5px;
	background: #000 url(/img/impressum_header.jpg) no-repeat 0 0;
	width: 250px;
	height: 60px;
	cursor: pointer;
}
#impressum div.contact {
	margin: 0 5px 1px 5px;
	background-color: #000;
	padding-bottom: 15px;
}
#impressum div.contact p.name {
	font-weight: bold;
}
/* dotted block set rows */
p.dot {
	position: relative;
	background: #000 url(/img/middot.gif) repeat-x 0 7px;
}
p.dot i {
	background-color: #000;
	padding-right: 4px;
	font-weight: normal;
	font-style: normal;
}
p.dot b {
	position: absolute;
	right: 0;
	padding-left: 4px;
	background-color: #000;
	font-weight: normal;
	font-style: normal;
}
* html p.dot b {
	right: 20px;
}

#impressum div.danke {
	margin: 0 5px 0 5px;
	background-color: #000;
	padding-bottom: 15px;
}
#impressum h1, #impressum h2 {
	font-size: 10px;
	padding-top: 15px;
}
#impressum h1 {
	padding-bottom: 15px;
}
#impressum h2 {
	color: red;
}
#propper, #minga {
	position: absolute;
	top: 0;
	background-color: #fff;
	width:410px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mobil {
	position: absolute;
	display: none;
	top: 0;
	background-color: #fff;
	width:830px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#propper {
	left: 0;
}
#minga {
	right: 0;
}
#logo_propper {
	position: absolute;
	left: 100px;
	top: 205px;
	width:200px;
	height: 100px;
	cursor: pointer;
	margin: 0;
	background: transparent url(/img/propper_logo.gif) no-repeat 0 0;
	text-indent: -1000em;
}
#logo_minga {
	position: absolute;
	right: 100px;
	top: 205px;
	width:200px;
	height: 100px;
	cursor: pointer;
	margin: 0;
	background: transparent url(/img/minga_logo.gif) no-repeat 0 0;
	text-indent: -1000em;
}
#logo_mobil {
	position: absolute;
	left: 300px;
	top:400px;
	width:250px;
	height:150px;
	cursor: pointer;
	margin: 0;
	background: transparent url(/img/designparcours.gif) no-repeat 0 0;
	text-indent: -1000em;
}

#logo_fellherz {
	position: absolute;
	left: 340px;
	top:200px;
	width:200px;
	height:115px;
	cursor: pointer;
	margin: 0;
	background: transparent url(/projects/fellhez/modenschau_k.jpg) no-repeat 0 0;
	text-indent: -1000em;
}

div.head {
	height: 60px;
	margin: 0 5px 1px 5px;
	background-color: black;
}
#propper div.head {
	background: #000 url(/img/propper_header.gif) no-repeat 0 0;
	cursor: pointer;
}
#minga div.head {
	background: #000 url(/img/minga_header.gif) no-repeat 0 0;
	cursor: pointer;
}
div.media {
	width: 400px;
	height: 388px;
	position: relative;
	margin: 0 5px 1px 5px;
	padding: 0;
	background-color: black;
}
#mobil div.media {
	height: 555px;
	width: 820px;
	margin-bottom: 0;
	overflow: auto;
}
#mobil div.media img {
	margin: 5px;
	float: left;
}

div.media img, div.media div.img {
	width: 400px;
	height: 388px;
	border: none;
	display: block;
	background-color: #000;
	line-height: 1em;
	font-size: 9px;
}
*  div.media div.img { /* IE ignores position:absolute with flash-plugin  */
	text-align: center;
}
div.media img.clickable { /* IE6 quirks - IE doesnt support attribute selectors like img[onclick] */
	cursor: pointer;
}
div.nav {
	padding-top: 5px;
	height: 100px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: black;
}
div.nav a {
	display: block;
	float: left;
	width: 188px;
	height: 14px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 4px;
	background-color: #000;
	cursor: pointer;
	text-decoration: none;
}
div.nav a.here {
	background-color: #262626;
}
* html div.nav a {
	width: 184px;
}
div.nav a:hover {
	background-color: #333;
	color: #fff;
}
div.nav a:active {
	background-color: #444;
	color: #fff;
}
/*div.nav a:visited {
	background-color: green;
	color: #fff;
}*/


div.pager-khtml {
	position:absolute;
	color: #eee;
	bottom: 15px;
	left: 20px;
}
div.pager-khtml a {
	padding-left: 2px;
	padding-right: 2px;	
	cursor: pointer;
	text-decoration: none;
	color: #eee;
	background-color: #000;
}
div.pager-khtml a.here {
	color: #000;
	background-color: #fff;
}
div.pager-khtml a:hover {
	color: #fff;
	background: transparent url(/img/black30.png) repeat 0 0;
}
div.pager-khtml a.here:hover {
	color: black;
	background-color: #eee;
}

div.pager {
	position:absolute;
	bottom: 15px;
	left: 20px;
	padding-bottom: 0;
}
* html div.pager { /* IE */
    filter: alpha(opacity=60);
}
div.pager a {	
	background-color: black;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: pointer;
	text-decoration: none;
}
html > * div.pager a { /* gecko, css3 */
	background-color: #000;
	color: #fff;
}
div.pager a.here {
	color: black;
	background-color: white;
}
html > * div.pager a:hover
,html > * div.pager a:active { /* gecko, css3 */
	opacity: .6;
    -moz-opacity: .6;
}
* html div.pager a:hover
, * html div.pager a:active { /* IE */
	background-color: #333;
	color: white;
}
* html div.pager a.here:hover
, * html div.pager a.here:active { /* IE */
	color: #000;
	background-color: #e0e0e0;
}


div#preload {
	position: absolute;
	width: 1000px;
	left: -1010px;
	top: -10000px;
	border: dotted yellow 1px;
}
a#feature_minga {
	position: absolute;
	cursor: pointer;
	left: 205px;
	bottom: 28px;
	height:35px;
	width: 155px;
	background: transparent url(/img/minga_feature.gif) no-repeat 0 0;
	text-decoration: none;
}
a#feature_minga:hover {
	background-position: 0 -35px;
}

