/* CSS Document */

#MainDiv
{	width:100%;
	height:100%;
	}

#Language 
{	width:30px;
	height:50px;
	position: absolute;
	left:60px;
	top:175px;
}
#Shadow 
{	width:740px;
	height:505px;
	position: absolute;
	left:70px;
	top:90px;
	background:url(images/shadow.png) no-repeat;
	z-index:-1;
}
#Wrapper
{	width:705px;
	height:550px;
	margin-left:100px;
	margin-top:100px;
}

#Header
{	width:705px;
	height:100px;
	}

#HeaderLeft
{	width:450px;
	height:20px;
	background:url(images/bild1.jpg) #fff;
	padding:77px 20px 3px 20px;
	float: left;
	}

#HeaderRight
{	width:180px;
	height:40px;
	background:url(images/logo_gsweb.jpg) no-repeat #fff;
	margin-left:15px;
	padding-left:20px;
	padding-top:60px;
	font-size:80%;
	float: left;
	}
	
#Content
{	width:705px;
	height:350px;
	margin-top:15px;
	float:left;
	}

#ContentText
{	width:450px;
	height:350px;
	background:#fff;
	padding:20px;
	overflow:auto;
	float:left;
	}
	
#Contact
{	width:180px;
	height:390px;
	margin-left:15px;
	background:#fff;
	padding:0 10px;
	color:#e5e5e5;
	font-size:80%;
	font-weight:bold;
	text-align:right;
	float:left;
}

.Clear
{	clear:both;
	}
	

