div#container1 {
	margin: 0 auto;
	height: 100%;
	width: 700px;
	/*border: 1px red solid;*/
	text-align: center;
}

div#logo_wrapper {
	width: 700px;
	/*background: url(../gfx/logo_addon.gif) right no-repeat;*/
	/*border: 1px green solid;*/
	
}

div#logo {
	height: 150px;
	margin: 25px 0;
	background: url(../gfx/AlphaLogoStart.gif) left no-repeat;
}

div#navi_wrapper {
	width: 700px;
	background: url(../gfx/navi_hg.gif) center repeat-y;
	/*border: 1px blue solid;*/
}

div#navi {
	text-align: left;
	padding: 5px 0;
}

div#content_wrapper {
	width: 700px;
	/*border: 1px maroon solid;*/
}

div#content {
	text-align: left;
	padding: 25px;
}

div#footer_wrapper {
	width: 700px;
}

div#footer {
	padding: 25px;
}

div#credits {
	padding: 0 25px 25px 25px;
}

/*Navi-Textlayout*/

ul#topnav {
	display: inline;
	list-style: none;
}

ul#topnav li {
	display: inline;
	padding: 0 15px;
	/*border: 1px red solid;*/
}

ul#topnav a {
	color: #636363;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-decoration: none;
}

ul#topnav a:hover {
	color: #000000;
}

body.einstieg li#topnav-einstieg a, body.edition li#topnav-edition a, body.projekte li#topnav-projekte a, body.kalender li#topnav-kalender a, body.kontakt li#topnav-kontakt a {
	color: #000000;
}

body.einstieg li#topnav-einstieg a:hover, body.edition li#topnav-edition a:hover, body.projekte li#topnav-projekte a:hover, body.kalender li#topnav-kalender a:hover, body.kontakt li#topnav-kontakt a:hover {
	color: #444444;
}

/*Content-Textlayout*/

div#content {
	font-size: 0.8em;
}

body.edition div#content {
	text-align: justify;
}


div#content h2 {
	font-size: 1.4em;
}

div#content h3 {
	font-size: 1.2em;
}

div#content h4 {
	font-size: 1em;
}

/*Footer-Textlayout*/

div#footer {
	text-align: left;
	font-size: 0.8em;
}

/*Credits*/

div#credits {
	font-size: 0.6em;
	text-align: center;
}

/*Specials*/

.invis {
	display: none;
}

/*Listen-Klassen*/

div.liste {
	display: block;
}

div.liste2 {
	margin: 0 0 0 2em;
}

/*Basics*/

body { 
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 100.1%;
display: inline;
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
white-space: normal;
text-indent: 0;
text-align: center;
text-decoration: none;
background: url(../gfx/html_hg.jpg) repeat-y 50% 0;}

a:link {
color: #ca0087;}

a:hover {
text-decoration: underline;}

a:active {
text-decoration: underline;}