html, body { width:100%; height:100%; }
table.aussen { width:100%; height:100%; }

div.innen
{
margin-left:auto; margin-right:auto;
width:900px; text-align:left;
}

html, body { margin: 0;	padding: 0;}

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

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px; 
	font-weight: normal;
	text-transform:uppercase;
	line-height: 17px; 
	color: #FFF;
	letter-spacing:3px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

body {
	background: #000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px; 
	color: #FFFFFF;
}
#maintable {
  	background: url(images_basics/bg_index.gif) no-repeat;
	height: 600px;
	width: 900px;
}

#text {
	width:740px;
	padding-left:80px;
	padding-right:80px;
	padding-top:0px;
	text-align:center;
	}

#nav {
  	font-family: Times New Roman, Times, serif;
	font-size: 14px; 
	font-weight: normal;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
}
	
#nav a {
  color: #FFF;
  text-decoration: none;
}
#nav a:hover {
  color: #8e0678;
  text-decoration: none;
}