@charset "utf-8";
/* CSS Document */
/*----------------------------
Farben:
rot: #D1013b gleich wie #CF003B
Hintergrundgrau statt pures weiss: #5D5D5C
Border des Pagebereichs links und rechts: #A7A9AC
Adresse:Titelfarbe:#D1013B - Schreibfarbe:#8e8f90;
Inhalt: Schreibfarbe:5d5d5c  - Linkfarbe:#4e4e4e hover & co:#D1013B decoration:none
--------------------------------------------*/
body,
html {
        margin: 0px;
        padding: 0px;
          /* body und html plus hauptcontainer=PAGE erhalten die HÃƒÂ¶he 100%*/
         height:100%;
}


/*----------------------------------------------------------------------------*/
/*Start Body*/

body{
	margin: 0px;
	text-align:center;
	color: #5D5D5C;
	scrollbar-3dlight-color: white;
	scrollbar-base-color: silver;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	scrollbar-arrow-color: Gray;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 13px;
	color: #D1013B;
}
/*Ende Body*/*

/*----------------------------------------------------------------------------*/
/*Start PAge*/
#PAGE {
position: relative;
   /*width: 730px45.63em*/
   width:45.63em;
      /* zentrieren
   margin-left:auto;
   margin-right:auto;*/
   margin:0 auto 0 auto;

   border-left:1px solid #A7A9AC;
   border-right:1px solid #A7A9AC;
   text-align:left;
   BACKGROUND-COLOR: #ffffff;
   /* body und html plus hauptcontainer=PAGE erhalten die HÃƒÂ¶he 100%*/
           height:100%;

}

/*------------------------------------------------------------------------------*/

/*Start Gestaltungselemente*/

#logo{
    position: absolute;
	width: 318px;
	height: 108px;
	z-index: 1;
	background-image: url(images/logo.jpg);
	left: 0px;
	top: 3%;
	
}

#welle{
	position: absolute;
	width: 381px;
	height: 108px;
	z-index: 1;
	right: 0px;
	top: 3%;
	
}



#footer{
	position: absolute;
	width: 641px;
	height: 30px;
	z-index: 1;
	background-image: url(images/LogoUntenWelle.jpg);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 2%;
	border-top: 1px solid #A7A9AC;
}



/*Ende Gestaltungselemente*/




/*-----------------------------------------------------------------------------------------*/

/*Start Hauptnavigation*/

#navigation {
	position: absolute;
	width: 131px;
	height: 250px;
	z-index: 1;
	right: 0px;
	top: 40%;
	BACKGROUND-COLOR: #fffff;

}

/*----------------------------------------------------

Listennavigation

---------------------------------------------*/
#markermenu {
width: 131px;
}
#markermenu ul{
        margin: 0;
        padding: 0;
        list-style: none;

}


#markermenu li{
margin: 0 0 2px 0;

}


*html #markermenu li{
        margin: 0;
       
}
*html #markermenu  ul{
        margin: 10 0 0px 0;
		
}
*html #markermenu ul ul{
        margin: 0 0 -2px 0;
		
}

#markermenu ul a,
#markermenu ul a:link,
#markermenu ul a:visited {
        display: block;

        padding: 2px 2px 2px 22px;
        color: #000000;
        background-color: #ffffff;
        text-decoration: none;
		font-family:  Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: normal;
	    line-height: 35px;
		background-image: url(images/nav131.jpg);
        background-position: 0px;
        background-repeat: no-repeat;
}
#markermenu ul .current {
        display: block;
        padding: 2px 2px 2px 22px;
        color:  #D1013b;
		text-decoration: none;
        background-color: #ffffff;
        text-decoration: none;
		font-family:  Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: normal;
	     line-height: 35px;
		 background-image: url(images/nav131_current.jpg);
        background-position: 0px;
        background-repeat: no-repeat;
       


}

#markermenu ul a:hover,
/*#submenu ul .current, */
#markermenu ul li.parent a,
#markermenu ul li.parent a:link,
#markermenu ul li.parent a:visited {
        color: #D1013b;
		text-decoration: none;
        background-color: #ffffff;
		background-image: url(images/nav131.jpg);
        background-position: 0px;
        background-repeat: no-repeat;
}


#markermenu ul ul a,
#markermenu ul ul a:link,
#markermenu ul ul a:visited,
#markermenu ul li.parent ul a,
#markermenu ul li.parent ul a:link,
#markermenu ul li.parent ul a:visited {
        display: block;
        padding: 5px 0px 4px 22px;
        color: #D1013b;
        background-color: #ffffff;
		text-decoration: none;
		font-family:  Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: normal;
	     line-height: 25px;
		 background-image: url(images/nav131.jpg);
        background-position: 0px;
		 background-repeat: no-repeat;
}
#markermenuul li.parent ul .current {
                display: block;
        padding: 5px 0px 4px 22px;
        color: #D1013b;
        background-color: #ffffff;
		text-decoration: none;
		font-family:  Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: normal;
	     line-height: 25px;
		 background-image: url(images/nav131_current.jpg);
        background-position: 0px;
		 background-repeat: no-repeat;
}

#markermenu ul ul a:hover,
#markermenu ul li.parent ul a:hover {
        font-weight: normal;
		color: #D1013b;
		text-decoration: none;
        padding-left: 0px;
        background-image: url(images/nav131_current.jpg);
        background-position: 0px;
        background-repeat: no-repeat;
}

#markermenu ul li .current ul a:hover,
#markermenu ul li.parent ul .current{
        font-weight: normal;
		color: #D1013b;
		text-decoration: none;
        padding-left: 0px;
        background-image: url(images/nav131_current.jpg);
        background-position: 0px;
        background-repeat: no-repeat;

}
/*-----------------------------------------------------------------------*/

.tdlinie{

border-bottom: 1px solid #000000;
}

/*Ende Hauptnavigation*/



/*-----------------------------------------------------------------------------------------*/
/*Start Titel*/
#Titel{
position: absolute;
	width: 200px;
	left: 160px;
	top: 220px;
	z-index: 1;
	  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #D1013b;
	text-decoration: none;
}
/*Start Content*/

#Inhalt{
	position: absolute;
	width: 380px;
	height: 50%;
	z-index: 1;
	left: 160px;
	top: 240px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-base-color: silver;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	scrollbar-arrow-color: Gray;
	BACKGROUND-COLOR: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #5D5D5C;
	padding: 25px 20px
}
#Inhalt h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 13px;
	color: #D1013B;
}
#Inhalt h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 13px;
	color: #5D5D5C;
}
/*Typoscript Contentüberschrift*/
#Inhalt h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #5D5D5C;
}

#Inhalt a {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	}
#Inhalt a:link {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	}
#Inhalt a:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	}
#Inhalt a:hover {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #D1013B;
	text-decoration: none;
	}
#Inhalt a:active {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #D1013B;
	text-decoration: none;
	}
#Inhalt a:current {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: #D1013B;
	text-decoration: none;
	}



/*Ende Content*/

/*------------------------------------------------------------------------------------*/

/*Start Adresse*/
#adresse{
	
   position: absolute;
	width: 150px;
	height: 140px;
	z-index: 1;
	left: 10px;
	bottom: 8%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 10px;
	color: #8e8f90;
	overflow: auto;
	BACKGROUND-COLOR: #ffffff;
	}
	


/*Ende Adresse */

