@charset "utf-8";
/* CSS Document */
body{
	font-family:'arial' !important;
}
div#bgTop{
	background:url(../img/topBG.jpg) repeat-x;
	width:100%;
	height:125px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
div#wrapper{
	width:850px;
	height:auto;
	position:absolute;
	left:50%;
	top:79px;
	margin-left:-425px;
	z-index:10;
	background-color:white;
	border:1px solid black;
}
div#reclame{
	width:849px;
	height:100px;
	float:left;
	border:1px solid black;
	position:absolute;
	bottom:-110px;
}
div#STL{
	background:url(../img/leftTopShadow.jpg);
	width:135px;
	height:45px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-560px;
	margin-top:69px;
	z-index:10;
}
div#STR{
	background:url(../img/rightTopShadow.jpg);
	width:135px;
	height:45px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:427px;
	margin-top:69px;
	z-index:10;
}
div#logo{
	background:url(../img/banner.jpg);
	width:850px;
	height:90px;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-430px;
	z-index:10;
	cursor:pointer;
}
div#shadowLeft{
	width:70px;
	height:400px;
	background:url(../img/Lshadow.jpg);
	
	position:absolute;
	left:50%;
	margin-left:-495px;
	margin-top:160px;
	z-index:10;
}
div#shadowRight{
	width:45px;
	height:400px;
	background:url(../img/Rshadow.jpg);
	
	position:absolute;
	left:50%;
	margin-left:427px;
	margin-top:160px;
	z-index:10;
}
div#menu{
	background:url(../img/menu.jpg);
	width:850px;
	height:40px;
	margin-top:0px;
	z-index:10;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	padding-top:10px;
}
#menu a{ text-decoration:none; color:#FFFFFF; margin-right:15px;}
#menu a:link{ text-decoration:none; color:#FFFFFF;}
#menu a:hover{ text-decoration:none; color:#FFFFFF;}
#menu a:active{ text-decoration:none; color:#FFFFFF;}
#menu a:visited{ text-decoration:none; color:#FFFFFF;}

div#content{
	text-align:justify;
	font-size:13px;
	padding:10px;
	line-height:130%;
    min-height: 500px;
}
div#mailMenu{
    width: 180px;
    height: auto;
    
    float: left;
    z-index: 120;
    margin-left: -115px;
            
    background-color: white;
    border: 1px solid black;
}
input.button {
    font-weight:100;
    padding:5px 15px;
}
input, textarea {
    padding:3px;
    background-color:#ffffff;
    border:1px solid #dddddd;
    margin: 5px;
}
input:focus, textarea:focus {
    background-color:#E4F6F8;
    border:1px solid #CCCCCC;
}
input:hover, textarea:hover {
    background-color:#E4F6F8;
    border:1px solid #CCCCCC;
}
label {
    font-weight:bold;
}
