/*html, body{height:95%;} /* 100% */

body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:13px;
	line-height: 140%;
	height: 100%;
}

#window /* Breite des Fensters; Achtung: Änderung auch bei #header notwendig! */
{
	width:650px;
	background-color:#000;
	text-align:left;
}

#header-bild
{
	visibility: hidden;
}

#header-navi /*gesamte Navigationsleiste unter Titelbild */
{
	visibility: hidden;
}

#header-navi-box
{
	visibility: hidden;
}

#header-lang-box
{
	visibility: hidden;
}


#header-abschluss /*Abschlusskante Header*/
{
	visibility: hidden;
}

#main /* Hauptteil über ganze Breite unter Navigation */
{
	clear: both;
	width: 650px;
	margin:0px;
	padding:0px;
	top: 0px;
	left: 0px;
	position: absolute;
	/* overflow: auto; /*Scrollbalken für Mittelteil, falls Text zu lang*/
}

#content /* Box für Inhalt */
{
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#content h1
{
	margin: 0px 0px 15px 0px;
	font-size: 140%;
	font-weight: bold;
}

#content h2
{
	margin: 10px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
}

#content a,a:visited,a:active
{
	color: #CDCD00;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}


* html #content /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-right: 20px;
/* */
}

#newsletter /* Box für Newsletter */
{
	visibility: hidden;
}

* html #newsletter /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-left: 20px;
/* */
}

#newsletter h2
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#newsletter form
{
	visibility: hidden;
}


#navi-left /* Navigation auf linker Seite */
{
	visibility: hidden;
}


#footer /* Seitenabschluss */
{
	visibility: hidden;
}