* {
	/* corrects the border width in firefox, so the size is equal to IE*/
	-moz-box-sizing: border-box;
	padding: 0px;
	font-family: Times New Roman;
}

body {
	background: #000000;
  margin:0px;
  padding:0px;
  height:100%;
  text-align:center;
  color: #FF0000;
  font-size: 16px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 18px;
	text-align: center;
}

img {
	border:0;
}

input {
	font-family: Tahoma;
	font-size: 10px;
}

#input {
	font-family: Tahoma;
	font-size: 12px;
}

#hauptcontainer { 
	width: 980px;
	height: 570px;
	margin:0px auto;
	text-align:left;
	background-image:url(../img/background.jpg);
	background-repeat: no-repeat;
}

#menu { 
	margin: 280px 0px 0px 20px;
	float: left;
	width: 131px;
	height:270px;
	overflow:auto;
}

#menu_entry {
	text-align: center;
}

#content {
	margin: 285px 0px 0px 110px;
	float: left;
	width: 660px;
	height: 255px;
	text-decoration: bold;
	overflow:auto;
}

#content_small {
	padding: 0px 20px 0px 20px;
}

#content_headline {
	text-align: center;
}

#content_edit {
	float: right;
	padding: 10px 10px 0px 0px;
}

#login td{
	font-weight: bold;
}

#button {
	font-family: Tahoma;
	font-size: 12px;
}

#white_text {
	color: #FFFFFF;
}

#orange_text {
	color: #FF6600;
}

#small_text {
	font-size: 12px;
}

#member_headline_table {
	background-color: #AAAAAA;
}

