@charset "utf-8";

/**
 *
 *@author		scene4
 *@copyright	scene4
 *@domain		http://www.scene4.de
 *
 *@version		Entwurf
 *		
 */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-size: 100%;
	color: #000;
	background: #FFF;
}
div, h1, h2, h3, p, ol, ul, li, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px;
}
h2 {
	font-size: 14px;
	color: #dd137b;
}
h3 {
	font-size: 12px;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #dd137b;
}
:focus {
	outline: none;
}

/* Content Sheets */
#wrapper {
	margin: 25px 0px 0px 10px;
	width: 960px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #dd137b;
}
#content {
	padding-top: 5px;
	padding-bottom: 10px;
}
#content h1 {
	padding-left: 5px;
	width: 170px;
	height: 18px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background: #eeeeee;
}
.link {
	line-height: 20px;
}
.small {
	font-size: 10px;
}
.preview {
	margin: 0px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #cccccc;
	height: 170px;
	width: 105px;
	float: left;
}
#footer {
	font-size: 10px;
	color: #dd137b;
	border-top: 1px solid #dd137b;
}

#schleier {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	visibility: hidden;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	z-index: 1;
}
#schlies1, #schlies2, #schlies3, #schlies4, #schlies5, #schlies6, #schlies7 {
	position: absolute;
	width: 19px;
	height: 19px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	visibility: hidden;
	z-index: 3;
}
#impressum {
	position: absolute;
	padding: 10px;
	width: 350px;
	height: 490px;
	left: 290px;
	top: 110px;
	background: #ffffff;
	border: 1px dashed #dd137b;
	visibility: hidden;
	z-index: 2;
}
#box1, #box2, #box3, #box4, #box5, #box6 {
	position: absolute;
	padding: 10px;
	width: 560px;
	height: 390px;
	left: 100px;
	top: 110px;
	background: #ffffff;
	border: 1px dashed #dd137b;
	visibility: hidden;
	z-index: 2;
}
#lightbox
{
	position: absolute;
	padding: 10px;
	width: 576px;
	height: 864px;
	left: 100px;
	top: 110px;
	background: #ffffff;
	border: 1px dashed #dd137b;
	display:none;
	z-index: 2;
}
#schlieslb
{
	position: absolute;
	width: 19px;
	height: 19px;
	top: 10px;
	right: 10px;
	cursor:pointer;
	z-index: 3;
}
#frame_i
{
	position:absolute;
	border: none;
	top:40px;
	left:10px;
	width: 576px;
	height: 816px;
}
#frame_i_l
{
	position:absolute;
	top:40px;
	left:10px;
	width: 390px;
	height: 546px;
	z-index: 200;
}
#headline
{
	position:absolute;
	top:10px;
	left:10px;
	width: 200px;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#option_menu
{
	position:absolute;
	top:12px;
	right:40px;
	width: 190px;
	height: 20px;
	text-align:right;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dd137b;
	font-size:12px;
	font-weight:bold;
}
#option_menu a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dd137b;
	font-size:12px;
	font-weight:bold;
}
#option_menu a:hover
{
	color:#dd137b;
	text-decoration:underline;
}
#help_text
{
	position:absolute;
	bottom:10px;
	left:10px;
	width: 190px;
	height: 12px;
	text-align:left;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dd137b;
	font-size:10px;
	font-weight:normal;
}
.text {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.pink {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #dd137b;
}

/* Clearing Sheets */
.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

