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;
	width:450px;
	}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size:21px; 
	font-weight:normal;
	text-transform:uppercase;
	color:#8e0678;
	letter-spacing:2px;
}

h2 {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height: 17px; 
	color: #999;
	}
	
h3 {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:15px;
	padding:0;
	line-height: 17px; 
	color: #999;
	width:430px;
	}

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

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

#text {
	width:740px;
	padding-left:80px;
	padding-right:80px;
	padding-top:120px;
	}
	
#text img {
  border: 0px solid #FFF;
  float:right;
}

#galerie {
	width:820px;
	padding-left:80px;
	padding-right:0px;
	padding-top:120px;
	}
	
#galerie img {
	margin: 0 9px 8px 0;
	width:60px;
	height:60px;
}

#galerie a img {border: 1px solid #FFF;}
#galerie a:hover img {border: 1px solid #8e0678;}

a.button:link {color: #666666; margin:0;}
a.button:visited {color: #666666}
a.button:hover {color: #009ab1}
a.button:active {color: #009ab1}

#nav {
  	font-family: Times New Roman, Times, serif;
	font-size: 14px; 
	font-weight: normal;
	text-transform:uppercase;
	text-align:justify;
	letter-spacing:3px;
	width:740px;
	padding-left:80px;
	padding-right:80px;
}
.dot {
	color:#000;	
	}
	
#nav a {
  color: #FFF;
  text-decoration: none;
}
#nav a:hover {
  color: #8e0678;
  text-decoration: none;
}

#index {
	font-family: Times New Roman, Times, serif;
	font-style:italic;
	color: #ab944b;
	font-size: 12px; 
}

#footer {
	font-size:9px;
	text-align:right;
	color:#FFF;
	margin-top:8px;
}

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

#footer a:hover {
	color: #000;
	text-decoration: none;
	}

.formlabel {width:100px;}
.formfield {width:40px; padding:0px 0 0px 0;}
.formfield input{width:40px; border:1px solid #000;}
.formfield textarea{width:350px; height:120px; border:1px solid #000;}
.formsubmit input, .formreset input{width:70px; border:1px solid #000; background-color:#FFF;}