/* ************ Allgemeine Formatierungen ************ */
*{
	font-family:Arial,Verdana, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 12px;
}

html 
{
    height:100%;
}

/* *********************** DIV's ******************** */


#container	/* Container für zentrierte Ausrichtung der Website im Browser */
{
	margin:auto;
	text-align:center;
	width: 980px;
	padding-left: 22px;
	padding-right: 22px;
}

#languageNavigation /* Sprachnavigation oben rechts */
{
	display: none;
}

#border /* Rahmen um den gesamten Inhalt */
{
	margin-bottom: 0px;
	text-align: left;
	border: 0px;
}

#logo
{
	display: none;
}

#topMenuContainer
{
	display: none;
}

#topMenu
{
	display: none;
}

#search
{
	display: none;
}

#headerImage
{
	display: none;
}

/* *********** Inhaltsbereich ********** */

#leftContent
{
	display: none;
}

#mainNavi
{
	display: none;
}

#address
{
	border-top: 1px solid #9C9D9F;
	font-size: 11px;
	padding: 20px;
	width: 950px;
}

#addressContainer
{
	margin-top: 130px;
	text-align: left;
}

#pageTitle {
	background-image: url(../images/logo_colors.gif);
	background-repeat: none;
	font-size:17px;
	text-transform: uppercase; 
	font-weight: bold;
	color: #000000;
	padding: 79px 14px 14px 14px;
}

#contentArea
{
	width: 970px; 
	margin-bottom: 9px;
}

#logoColors	/* wird nur für die Druckversion benötigt */
{
	height: 65px;
	display: block;
	border-bottom: 1px solid #9C9D9F;
	width: 980px;
}

#content{
	padding: 13px;
	border: 0px;
}

#rightContent
{
	display: none;
}

#borderBottom
{
	display: none;
}

#login
{
	display: none;
}

#loginform
{
	display: none;
}

#registrationLink
{
	display: none;
}

#imageTextRight
{
	display: none;
}

#linksRight
{
	display: none;
}


