@charset "utf-8";
body, html 
{
	padding			: 0px 0px 50px 0px;
	margin			: 0px;
	font-family		: Arial;
	font-size		: 12px;
	line-height		: 17px;
	color			: #ffffff;
    width			: 100%;
    height			: 100%;
    min-height		: 100%;
}

body 
{
	background		: url(../images/bg.jpg) #ffffff left top repeat-x;
}
a img
{
	border			: none;
}

#border {
	background		: url(../images/contentbg.jpg) #ffffff left bottom repeat-x;
/*/	border			: 3px solid #c9c8c8; /*/
	width			: 803px;
	height			: 600px;
	padding			: 0px;
	margin			: 15px; 

}
<!-- if IE -->
#border{
	height			: 608px;
	margin			: 15px; 
}

#wrapper{
	position		: relative;
	left			: 0px;
	top				: 0px;
	background		: url(../images/wrapper.png) -100px -45px;
	width			: 830px;
	height			: 635px;
	padding			: 10px 0 0px 0;
	margin			: 50px auto 120px auto;
}
.logo 
{
	position:relative;
	top:10px;
	left:00px;
	padding			: 0 0 0 10px; 
	float			: left; 
}
.Logo img
{
	border			: 0;
}

.TopDiv
{
	width			: 100%; 
	height			: 105px;
	position		: relative;
	top				: 0px;
	left			: 0px;
	border			: none;
}

.TopRightContent
{
	background		: url(../images/menu_bg.png) no-repeat right top;
	position		: absolute;
	top				: 35px;
	left			: 211px;
	float			: right; 
	height			: 66px; 
	width			: 620px; 
	border			: none;
}

.MainMenuContainer
{
	position		: absolute; 
	line-height		: 22px; 
	top				: 32px; 
	width			: 100%; 
	border			: none;
	
	
}
.MainMenuContainer ul
{ 
	float			: right; 
	list-style		: none; 
	padding			: 0px; 
	margin			: 0px;
}
.MainMenuContainer li
{ 
	display			: block; 
	float			: left;
}

.Menu
{
	float			: right; 
	padding-right	: 60px;
}


.selectedMainMenuItem a:hover
{
	text-decoration	: underline;
}
.normalMainMenuItem a
{
	padding			: 0 0 0 13px; 
	text-decoration	: none; 
	height			: 26px; 
	float			: left; 
	cursor			: pointer;
	font-size		: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
/*/	font-family		: Verdana, Geneva, sans-serif;/*/
	color			: #fff;
}
.normalMainMenuItem .menuR a
{
	padding			: 0 10px 0 7px; 
	float			: left;
}
.normalMainMenuItem a:hover
{ 
	text-decoration : underline;
}

.content
{
	position		: relative;
	top				: 0px;
	width			: 740px;
	padding			: 30px 30px 100px 30px;
	border			: none;
	float			: inherit;
}

.textdiv
{
	position		: relative;
	top				: 30px;
	left			: 295px;
	width			: 450px;
	border			: none;
	
}
.headline
{
	color			: #000;
	font-family		: "Arial Black", Gadget, sans-serif;
	font-size		: 24px;
	font-weight		: bold;
}
.intro
{
	color			: #5a5a5a;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
}
.text, a, li
{
	color			: #5a5a5a;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: normal;
}
.bild
{
	position		: absolute;
	top				: 60px;
	left			: 60px;
}
.footer
{
	position		: absolute;
	top				: 600px;
	width			: 800px;
	text-align		: center;
	color			: #fff;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	border			: none;
}
.footer a
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #fff;
	text-decoration	: none;
}
.footer a:hover
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #fff;
	text-decoration : underline;
}
