html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#overlay-back{
	display: none;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	left: 0;
	top: 0;
	position: fixed;
	cursor:pointer;
}

#overlay {
    	width: 100%;
    	min-height: 100%;
    	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
/*    background: url('../bilder/layout/overlay.png') repeat 0 0;*/
	display: none;
/*	cursor: pointer;*/
}

#theme-overlay {
    	width: 100%;
    	min-height: 100%;
    	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
/*    background: url('../bilder/layout/overlay.png') repeat 0 0;*/
	display: none;
/*	cursor: pointer;*/
}


#contact-overlay {
    	width: 100%;
    	min-height: 100%;
    	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
/*    background: url('../bilder/layout/overlay.png') repeat 0 0;*/
	display: none;
/*	cursor: pointer;*/
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 700px;
    height: 260px;
    background: #FFF;
    text-align:left;
}

#contact-overlay-panel{
    margin: 10% auto 0 auto;
    width: 700px;
    height: 480px;
    background: #FFF;
    text-align:left;	
}

#overlay-hide-container{
	background:#FFFFFF none repeat scroll 0 0;
	height:260px;
	width:700px;
	margin: 10% auto 0 auto;
}

/** ie6 and below only **/
#overlay {
/*    background-image: url('../bilder/layout/overlay-ie6.png');*/
/*    height: 100%;*/
/*    position: absolute;*/
}

.hide-overlay{
	position:relative;
	margin-right: -15px;
	margin-top: -15px;
	zoom: 1;
	float:right;
	background: transparent url(../bilder/layout/close.png) repeat top left;
	width: 30px;
    	height: 30px;
    	display: none;
    	z-index: 3000;
}

.overlay-collum{
	float:left;
	width:220px;
}

.overlay-cell{
	margin-left:5px;
	margin-bottom:5px;
}

.overlay-panel-button{
	position:relative;
	left:15px;
	top:-15px;
	zoom: 1;
	float:right;
	z-index: 1001;	
}

.overlay-panel-caption{
	background-color:#FFFFFF;
	position:relative;
	top:-20px;
	width:85px;
	float: left;
}

.overlay-panel-caption p{
	color:#AF1414;
	font-size:medium;
	font-weight:bold;
	margin-left:5px;
}

.overlay-panel-content a{
	font-size:small;
	font-famaly: Verdana;
}

.overlay-panel-content{
	clear: both;
	background-color: #F2F2F2;
	width: 680px;
	height: 240px;
	margin: 10px;
	position:relative;
	top:-10px;
}

.contact-overlay-panel-content{
	clear: both;
	background-color: #F2F2F2;
	width: 680px;
	height: 460px;
	margin: 10px;
	position:relative;
	top:-10px;
}