
/* ********************************
Container
******************************** */

#wrapper 
{
	 
}   
		   
#outer 
{

}
		
#inner 
{

}

#left 
{
display: none;
}
		
#navigation 
{
display: none;
}

#newsBody
{
display: none;
}
		
#center 
{
width: 650px;
}
		
#header
{

}
		
#headerLeft
{
	width: auto;
	text-align: left;
	margin-bottom: 30px;
}

#headerRight
{
display: none;
}

#navBar
{
display: none;
}


.clear 
{
	clear: both;
}

#outer > #inner 
{
	border-bottom:1px solid transparent;
}

#service
{
display: none;
}

#footer
{
display: none;
}

#sitemap 
{
	width: 570px;
	margin-left: 20px;
	border-top:10px #fff solid;
	border-bottom:20px #fff solid;
	background:#fff;
}

/* ********************************
Formate
******************************** */

body
{
    font-family: Arial, Helvetica, SansSerif;
}
.copyright
{
	font-size: 0.7em;
	margin-top: 20px;
	/*margin-left:190px;*/
}
h1
{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2
{
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
}
h3
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
h4
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
h5
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
h6
{
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
p, dt, dd
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
}
td
{
	font-size: 1em;
	background-color: #e1f4ff;
	text-align: left;
}
th
{
	font-size: 1em;
	font-weight: bold;
	background-color: #b9e4ff;
	text-align: left;
}

/* Sitemap */

a.mapLink1:link
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #000;
         
}
a.mapLink1:visited
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink1:hover
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #d52f2a;     
}
a.mapLink2:link
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink2:visited
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink2:hover
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #d52f2a;     
}
a.mapLink3:link
{
	font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}
a.mapLink3:visited
{
	font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}
a.mapLink3:hover
{
	font-size: 0.75em;
    text-decoration: none;
    color: #d52f2a;     
}
.mapItem1
{
    padding-left: 0px;
    padding-top: 5px;
    background-color: #fff;
    border-top: 1px solid #656565;
    /* folgender Rahmen in der Hintergrund sorgt nur für Abstand */
    border-bottom: 2px solid #fff;
}
.mapItem2
{
    padding-left: 20px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.mapItem3
{
    padding-left: 40px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.mapItem4
{
    padding-left: 60px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

/* Korrektur der Schriftgröße und Abstände von p innerhalb von th und td */
th p
{
	font-size: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}
td p
{
	font-size: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}
/* Ende Korrektur */
ol
{
    list-style-type: decimal;
}
ul
{
    list-style-type:square;
}
li
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
}
blockquote
{
    font-size: 1em;
    /* font-style: italic; */
    margin-top: 1px;
    margin-bottom: 0px;
}




