/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  background-color: black;  
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;  
}

#PageRange
{
	width:850px;
	border:solid 1px green;
	vertical-align:middle;	
	position:absolute;    
	left: 50%;
	top: 10px;
	margin-left: -425px;
}
#PageLogo
{
	width:300px;
}
#Left
{
	width:549px;
	height:450px;
	float:left;
	overflow:hidden;
	border-right: solid 1px green;
}
#Right
{
	width:300px;
	height:450px;
	float:left;
	overflow:auto;
	text-align:center;
}
#PageImage
{
	vertical-align: middle;
	text-align: left;
	height:100px;
	margin-left:10px;
	margin-top:5px;
}
#MainText
{
	word-spacing:normal;
	margin: 0px 0px 0px 10px;
	overflow:auto;
	color:white;
	height:325px;
}
.Titel
{
	word-spacing: 10px;
	background-color:green;
	color:white;
	font-size: 18px;
	height: 22px;
	vertical-align:middle;
	overflow:hidden;
}

hr {
	color: green;
	background-color: green;
	margin: 10px 0 10px 0;
}

a 
{
	word-spacing: normal;
	color:white;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

input.button { 
	cursor: pointer; 
}

p { 
	margin-top: 0; 
	margin-bottom: 5px; 
}

img { border: 0 none; }
