body {
   	background-color: #c7c71e;
	font-family: Arial, Verdana, Helvetica, sans-serif;
   	color: black;   	   	
}
a, a:active, a:visited {
	color: #BD115B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#start {
   	width: 400px;
		height: 300px;
		overflow: hidden;
   	margin: 20px auto auto auto;
		z-index: 1;
}

#buttons {
	width: 400px;
	height: 31px;	
	overflow: hidden;
 	margin: 20px auto auto auto;
	z-index: 1;
}

#buttonStart, #buttonAbout, #buttonContact, #buttonHome, #buttonClose {
	display: block;
	height: 31px;
	text-indent: -9999px;
	z-index: 2;
	float: left;
	margin-right: 20px;
}
#buttonStart {
	background: transparent url(/images/static/button_start.gif) no-repeat top left;
	width: 80px;
}
#buttonAbout {
	background: transparent url(/images/static/button_aboutus.gif) no-repeat top left;
	width: 85px;
}
#buttonContact {
	background: transparent url(/images/static/button_contact.gif) no-repeat top left;
	width: 174px;
}
#buttonHome {
	background: transparent url(/images/static/button_home.gif) no-repeat top left;
	width: 80px;
}
#buttonClose {
	background: transparent url(/images/static/button_schliessen.gif) no-repeat top left;
	width: 100px;	
}
#content {
   	width: 900px;
   	height: 700px;   	
   	margin: 0 auto auto auto;
   	background: #C7C71E url(/images/cam_rahmen.gif) no-repeat top left;
	overflow: hidden;
	font-size: 12px;	
}
#content div {
	height:488px;
	margin-left:120px;
	margin-right:130px;
	margin-top:115px;
	overflow:auto;
}

#closeLink {
	display: block;
	height: 24px;
	width: 101px;
	text-indent: -9999px;
	background: #FFF url(/images/schliessen.gif) no-repeat top left;
	margin-left: 530px;
	z-index: 200;
}