﻿/* base.css */
html {
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

body {
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;

	background: #A2CAFD url('/fileadmin/web/images/common/body.bg.jpg') center center no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #3e3e3e;
}

html, body {
	margin: 0;
	padding: 0;
}

/*\*/
html, body, #wrap0, #wrap1 {
	height: 100%;
}
#wrap0 {
	margin: 0 auto;
	display: table;
}
#wrap1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
#wrap1 {
	white-space: nowrap;
}

/* stage */
#stage {
	position: relative;
	
	width: 1260px;
	height: 780px;
	
	/*border: 1px #c2c2c2 solid;*/

	overflow: hidden;
	
	margin: 0 auto;
	/*padding: 100px 0 0 0;*/
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#stagewrap {
	position: relative;
	
	width: 1260px;
	height: 780px;
	
	margin: 0 auto;
}

/* flash */
#flash {
	position: absolute;
	bottom: -3px;
	overflow: hidden;
}

/* logo */
#footer {
	display: block;
	position: absolute;
	bottom: 34px;
	
	width: 100%;
}
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#logo {
	margin: 0 auto;
	
	overflow: hidden;
	
	display: block;
	width: 241px;
	height: 31px;
	
	cursor: pointer;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.png') center center no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* layout */
#layout {
	white-space: normal;
	
	margin-top: 190px;
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* content */
#content {
	margin: 0 auto;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* mainmenu */
#mainmenu {
	position: absolute;
	top: 75px;
	left: 75px;
	z-index: 999;
}
#mainmenu li {
	float: left;
}

/* topmenu */
#topmenu {
	position: absolute;
	top: 25px;
	right: 25px;
	
	z-index: 999;
}

/* footer */
#footer {
	clear: both;
}

#dock2 img {
	behavior: url(iepngfix.htc)
}

#logo,
#content .item_overlay,
#content .prod_img img,
#content .prod_text .overlay,
#content .bodytext img {
	behavior: url(iepngfix.htc);
}

