

html {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	text-align: justify;
	font: 1.1em/1.7em Verdana, sans-serif;
	color: #ffffff;
	background: #000000;
	
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #FFFFFF;
}
h1 {
	font-size: 2.2em;  
	padding-bottom: 0.4em;
	font-weight: normal;
	text-align: center;
	}
div#header h1 {border: 0px; }
h2 {font-size: 2.0em; color: #ffffff; 	text-align: center;
}
h3 {font-size: 1.8em; color: #000000}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

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

div#wrapper {
	width: 750px;
	margin: 20px auto;
	/* margin: 0px 40px; */
	text-align: justify;
	background: #993366 url(background.jpg);
	border: 1px solid #FFFFFF;
}

div#header {
	height: 100px;
	background: #993366 url(header.jpg);
	padding: 10px;
	
}

div#menu {
    text-align: left;
    background:  #480048;
	float: right;
	width: 170px;
	height: 320px;
}

div#einleitung {
	height: 300px;
		width: 555px;
		text-align: justify;
    background: #993366 url(background.jpg);
	padding: 10px;
	
}

div#content {
	height: 740px;
	width: 555px;
	background: #993366 url(background.jpg);
	padding: 10px;
	
}

div#menu1 {
float: right;
width: 170px;
height: 740px;
    background: #480048;
left: 0px;
 
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif;
  }

div#menu1 td {
  color: #333399;
  }

div#menu1 a {
  display: block;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  background: #ccccff;
  color: #333399;
  text-decoration: none;
  }

div#menu1 a:hover {
  background: #ccccff;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  }
  
  
