body{
background-image: url(../pictures/bg_body.gif);
background-repeat:repeat-x;
background-color:#BBBBBB;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000; 
}


.topmenue {

}

a img {
	border: none;
	text-decoration: none;
} 

.main a.email:hover {
text-decoration: underline;
color: orange;
font-weight: bold;
}

.main a.sitemap_link:hover{
text-decoration: underline;
color: black;
}

.main_startseite a.email:hover {
text-decoration: underline;
color: orange;
font-weight: bold;
}

.main_startseite a.sitemap_link:hover{
text-decoration: underline;
color: black;
}


/* Navigations Menü Einstellungen*/
.navi {
	color: silver;
	vertical-align:top;
	padding-top: 1px;/*10*/
	padding-right: 3px;/*3*/
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#CCCCCC;
	border-left:thin;
	border-bottom-color:#FFFFFF;
	border-left-style:solid;
}
.navi a {
	background-position:left;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	font-size: 12px;
	background-position: 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.navi a.nachher{
	color: orange;
	text-decoration: underline;
}

.navi div.topic {
	background-image:url(../pictures/bg_head_content.gif);
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;	
}
.navi div.impressum{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 3px;

}
.navi td.trenner{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/*Einstellungen für die Informationen*/
.main_startseite{
	padding: 10px 10px 10px 10px;
	aligne: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


.main {
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	aligne: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.main h1 {
	font-size: 20px;
	font-weight: bold;
}
.main a.email{
	color: orange;
	text-decoration: none;
}
.main a.sitemap{
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
.main a.sitemap_link{
	color: black;
	text-decoration: none;
}
.main div.pic_right {
	float: right;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.main div.pic_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.main div.pic_right_b {
	border: 1pt solid #999999;
	float: right;
}
.main div.pic_left_b {
	border: 1pt solid #999999;
	float: left;
}
.main table.left {
	float: left;
}
.main table.right {
	float: right;
}
.main table.center {
	float: center;
}
.main a img {
	text-decoration: none;
	border: none;
}

