html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 77%;
	text-align: center;
}

td
{
	font-size: 77%;
}

h1
{
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

img 
{
	border: none;
}


#head
{
	margin: auto;
	text-align: right;
	padding: 0px;
	background: url("layout/bg_head.gif") top left no-repeat;
	width: 640px;
	height: 79px;
}

#headinhalt
{
	margin: 0;
	padding: 5px 15px;
}



#zwischenraum
{
	margin: auto;
	padding: 0px;
	background: url("layout/bg_zwischenraum.gif") bottom left no-repeat;
	width: 640px;
	height: 40px;
}

#socialIcons
{
	float: right;
	text-align: right;
	padding: 15px 15px 0 0;
	font-size: 80%;
	color: #999;
}

#socialIcons img
{
	margin-right: 5px;
}

#socialIcons div.socialText
{
	float: left;
	padding-top: 2px;
	padding-right: 10px;
}


#socialIconGoogle
{
	padding: 1px 0 0 3px;
	float: right;
}


#navigation
{
	margin: auto;
	text-align: left;
	padding: 2px 0px 0px 182px;
	background: #C00000 url("layout/bg_nav.gif") bottom left repeat-x;
	width: 458px;
	height: 26px;
	font-weight: bold;
    	color: #fff;
}

* html #navigation
{
	width: 640px;
	height: 28px;
	w\idth: 458px;	/* for other IE-Versionen */
	he\ight: 26px;
}


#navigation a
{
    color: #fff;
    text-decoration: none;
}
#navigation a:hover
{
    text-decoration: underline;
}


#navigation a.aktiv
{
    color: #B6B7D4;
    text-decoration: none;
}
#navigation a.aktiv:hover
{
    text-decoration: underline;
}


#navigation span
{
    color: #B6B7D4;
}


/**** Def. fuer die oberste Navigation mit Taetigkeitsschwerkunkten ****/

#topNav
{
	margin: 0;
	padding: 7px 0 0 0;
	text-align: left;
	font-size: 77%;
	color: #C00000;
}

#topNav ul
{
	padding: 0 0 0 165px;
	margin: 0;
	float: left;
	list-style: none;
}

#topNav li
{
	float: left;
	padding: 0 4px;
	margin: 0;
}

#topNav li a
{
	color: #C00000;
	text-decoration: none;
}
#topNav li a:hover
{
	text-decoration: underline;
}
/***********************************************************************/


/*** Definitionen fuer den Textbereich ******************/


#main
{
	margin: auto;
	text-align: left;
	padding: 0px;
	background: url("layout/bg_main.gif") top left repeat-y;
	width: 640px;
}


#links
{
	font-size: 8pt;
	margin: 0;
	padding: 0px 10px 50px 10px;
	width: 122px;
}

* html #links
{
	width: 142px;
	w\idth: 122px;	/* for other IE-Versionen */
}

#rechts
{
	float: right;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 10px;
	line-height: 18px;
	width: 438px;
}

* html #rechts
{
	width: 458px;
	w\idth: 438px;	/* for other IE-Versionen */
}

#rechts a
{
	color: #000080;
}
#rechts a:visited
{
	color: #551A8B;
}
#rechts a:hover
{
	color: #606060;
}



#rechts li
{
	margin: 0;
	padding: 2px 0;
}


.neu
{
	font-size: 8pt;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #000080;
	width: 114px;
}

.neu p
{
	margin: 0 0 7px 0;
}

.neu a
{
	color: #000080;
}

.neu a:hover
{
	color: #606060;
}

.hinweis
{
	font-size: 8pt;
	padding: 15px 0px 15px 0px;
	text-align: center;
	width: 114px;
}

.referenz
{
	margin: 0 0 25px 0;
}


#inhaltlinks
{
	float: left;
	text-align: left;
	width: 150px;
}
#inhaltrechts
{
	text-align: right;
}

/*************************************************************/


#unten
{
	margin: auto;
	text-align: left;
	padding: 0px;
	background: url("layout/bg_unten.gif") bottom left no-repeat;
	width: 640px;

}

#impressum
{
	font-size: 8pt;
	margin: 0;
	padding: 0px 0px 5px 10px;
}

#impressum A:link
{
    color: #000080;
    text-decoration: none;
}
#impressum A:hover
{
    text-decoration: underline;
}


.cleaner1
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#adresse
{
	font-size: 8pt;
	line-height: 15px;
	padding: 5px 0;
}

#adresse a
{
	color: #000080;
}

#adresse a:hover
{
	color: #606060;
}

.rot
{
	color: #C00000;
}

