/*---------------------------------------------------------------------------------------------*/
/*--  Standardanzeige für 800x600                                                           ---*/
/*---------------------------------------------------------------------------------------------*/
body 	{
	margin:0; padding:0;
	font: 77% sans-serif;
	background: url(images/bg_mitte.gif);
	}

#header1 {
	margin:0; padding:0;  margin-top:5px;  margin-left:0px;  margin-right:0px;
	width:980px; height:90px;
	background: #006EA5;
	}

#header2 {
	margin:0; padding:0; margin-left:0px;  margin-right:0px; margin-bottom:15px;
	background: #FFC125;
	width:980px;
	}

#header3 {
	margin:0; padding:0; margin-left:0px;  margin-right:0px; margin-bottom:5px;
	width:980px;
	}

#footer {
	margin: 0; padding:0; text-align: right;
	background: url(images/white01.gif);
	width:980px;
	}

#footer hr {
	margin: 0; padding:0;
} 

.small { margin: 0; padding:0; margin-top:5px; }

#main1 {
	width:980px;
	margin:0; padding:0; margin-left:0px;
	background: url(images/white01.gif);
	}

#links {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	font-size:9pt; font-family:Verdana;
	color: white;
	background: #FFC125;
	width: 140px;
}
#mitte {
	float: left;
	padding:0;
	margin: 0;
	border: 0;
	background: url(images/white01.gif);
	width: 700px; 
}
#rechts {
	float: right;
 	padding: 0;
	margin: 0;
 	border: 0;
	font-size:9pt; font-family:Verdana;
    	color: white;
	background: #FFC125;
	width: 140px;
}

.message {
	margin-left:10px;  margin-right:10px; margin-bottom:5px;
        padding: 10px;
	background: #f0f0f0;
	font-size:10pt; font-family:Verdana;
	}

.stundenplan {
	margin-left:10px;  margin-right:10px; margin-bottom:10px;
        padding: 10px;
	background: #f0f0f0;
	font-size:8pt; font-family:Verdana;
	width: 800px;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
	}

.lupe_links {
        position:static;
	float:left;
	margin-left:0px;  margin-right:10px; 
	width:160px;
	height:145px;
	}

.lupe_rechts {
        position:static;
	float:right;
	margin-left:10px;  margin-right:0px; 
	width:160px;
	height:145px;
	}
.lupe_text {
        position:static;
	width:160px;
	height:22px;
	margin-top:3px;
	font-size:8pt; font-family:Verdana;
	}
.lupe_linksh {
        position:static;
	float:left;
	margin-left:0px;  margin-right:10px; 
	width:145px;
	height:160px;
	}

.lupe_rechtsh {
        position:static;
	float:right;
	margin-left:10px;  margin-right:0px; 
	width:145px;
	height:160px;
	}
.lupe_texth {
        position:static;
	width:145px;
	height:22px;
	margin-top:3px;
	font-size:8pt; font-family:Verdana;
	}

.navibox {
        position:static;
        margin: auto;
        text-align: center;
	width:250px;
	height:16px;
	padding:0px;
	font-size:8pt; font-family:Verdana; font-weight:bold;
	background:#cecece;
	}

.infobox {
        position:static;
        margin: auto;
        text-align: center;
	width:450px;
	height:16px;
	padding:0px;
	font-size:8pt; font-family:Verdana; font-weight:bold;
	background:red;
	}
.infobox2 {
        position:static;
        margin: auto;
        text-align: center;
	width:660px;
	height:25px;
	padding:0px;
        color:#FFFF3C;
	font-size:12pt; font-family:Verdana; font-weight:bold;
	background:#006EA5;
	}
/*---------------------------------------------------------------------------------------------*/
/*--  Headings                                                                              ---*/
/*---------------------------------------------------------------------------------------------*/
.head_inh h1{
		font-family:verdana;
       		color:#FFFF3C;
		font-size:12pt;
		font-weight:bold;
		font-style:normal;
                margin-top:1pt;
                margin-bottom:10pt;
} 

.head_inh h2{
		font-family:verdana;
       		color:#FFFF3C;
		font-size:8pt;
		font-weight:bold;
		font-style:normal;
                margin-top:0pt;
                margin-bottom:0pt;
}

.head_inh h3{
		font-family:verdana;
       		color:black;
		font-size:8pt;
		font-weight:normal;
		font-style:normal;
                margin-top:0pt;
                margin-bottom:0pt;
}

.head_inh h4{
		font-family:verdana;
       		color:black;
		font-size:8pt;
		font-weight:bold;
		font-style:normal;
                margin-top:1pt; margin-bottom:2pt;
}

.head_inh h5{
		font-family:verdana;
       		color:#FFFF3C;
		font-size:09pt;
		font-weight:bold;
		font-style:normal;
                margin-top:1pt;
                margin-bottom:2pt;
}

.head_inh h6{
		font-family:verdana;
       		color:black;
		font-size:8pt;
		font-weight:bold;
		font-style:normal;
                margin-top:0pt;
}





/*---------------------------------------------------------------------------------------------*/
/*--  Links                                                                                 ---*/
/*---------------------------------------------------------------------------------------------*/
a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:hover { color: blue; text-decoration: none; }


/*---------------------------------------------------------------------------------------------*/
/*--  Tabellen                                                                              ---*/
/*---------------------------------------------------------------------------------------------*/
table { color: black; font-family: "Verdana"; font-size: 9pt;}

/*---------------------------------------------------------------------------------------------*/
/*--  Navigation                                                                            ---*/
/*---------------------------------------------------------------------------------------------*/
.box {
	position:relative;
	float:right;
	margin-top:5px;
	width:5px;
	height:5px;
	font-size:1px;
	background-color : transparent;
	}

.trenner1 {
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	width:140px;
	height:1px;
	font-size:0px;
	background-color : white;
	}

.trenner2 {
	position:relative;
	margin-top:0px;
	width:140px;
	height:1px;
	font-size:0px;
	background-color : white;
	} 

/*---------------------------------------------------------------------------------------------*/
/*--  Sonstiges                                                                             ---*/
/*---------------------------------------------------------------------------------------------*/
.tb1 { color:olive; font-family:Verdana; font-size:9px; font-weight:bold; font-style:normal}

.s08  { color:black; font-family:Verdana; font-size:08pt; font-style:normal}
.s09  { color:black; font-family:Verdana; font-size:09pt; font-style:normal}
.s08b { color:black; font-family:Verdana; font-size:08pt; font-weight:bold; font-style:normal}
.b08b { color:blue; font-family:Verdana; font-size:08pt; font-weight:bold; font-style:normal}
.s09b { color:black; font-family:Verdana; font-size:09pt; font-weight:bold; font-style:normal}
.s07b { color:black; font-family:Verdana; font-size:07pt; font-weight:bold; font-style:normal}
.g08  { color:#FFFF3C; font-family:Verdana; font-size:08pt; font-style:normal}
.g08b { color:#FFFF3C; font-family:Verdana; font-size:08pt; font-weight:bold; font-style:normal}
.s12b { color:black; font-family:Verdana; font-size:12pt; font-weight:bold; font-style:normal}
.s10b { color:black; font-family:Verdana; font-size:10pt; font-weight:bold; font-style:normal}
.b10b { color:blue; font-family:Verdana; font-size:10pt; font-weight:bold; font-style:normal}
.r08b { color:red; font-family:Verdana; font-size:08pt; font-weight:bold; font-style:normal}
.s15b { color:black; font-family:Verdana; font-size:15pt; font-weight:bold; font-style:normal}
.g10b { color:#FFFF3C; font-family:Verdana; font-size:10pt; font-weight:bold; font-style:normal}

/*---------------------------------------------------------------------------------------------*/
/*--  Navigation                                                                            ---*/
/*---------------------------------------------------------------------------------------------*/
#navcontainer { 
margin-left: 0px;
background: #ffffff;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}


/*-------------------- Ebene 1 -----------------------------------------------*/

#navcontainer li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px; 
}

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 120px;
color: #000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
}

#navcontainer a.aktuell
{
display: block;
padding: 5px 10px;
width: 120px;
color: #000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer a:hover
{
color: #0000FF;
background-color: #FFC125;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 2 -----------------------------------------------*/

#navcontainer ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;     
}

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
}

#navcontainer ul ul a.aktuell
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer ul ul a:hover
{
color: #0000FF;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 3 -----------------------------------------------*/

#navcontainer ul ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px; 
}

#navcontainer ul ul ul a
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFDE25;
text-decoration: none;
}

#navcontainer ul ul ul a.aktuell
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFDE25;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer ul ul ul a:hover
{
color: #0000FF;
background-color: #FFDE25;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 4 -----------------------------------------------*/

#navcontainer ul ul ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px; 
}

#navcontainer ul ul ul ul a
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFF878;
text-decoration: none;
}

#navcontainer ul ul ul ul a.aktuell
{
display: block;
padding: 5px 5px 5px 20px;
width: 115px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFF878;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer ul ul ul ul a:hover
{
color: #0000FF;
background-color: #FFF878;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------*/
/*--  Einzelbild                                                                            ---*/
/*---------------------------------------------------------------------------------------------*/
.lupe_left {
        position:static;
	float:left;
	margin-left:0px;  margin-right:10px;
	width:160px;
	height:120px;
	}
.lupe_left_h {
        position:static;
	float:left;
	margin-left:0px;  margin-right:10px;
	width:120px;
	height:160px;
	}

.lupe_right {
        position:static;
	float:right;
	margin-left:10px;  margin-right:0px;
	width:160px;
	height:120px;
	}
.lupe_right_h {
        position:static;
	float:right;
	margin-left:10px;  margin-right:0px;
	width:120px;
	height:160px;
	}

.lupe_bild {
        position:static;
	margin-left:0px;  margin-right:0px;
	width:160px;
	height:120px;
	}
.lupe_bild_h {
        position:static;
	margin-left:0px;  margin-right:0px;
	width:120px;
	height:160px;
	}

.lupe_lupe {
        position:relative;
        top: -18px;
        left: 142px;
	margin-left:0px;  margin-right:0px;
        background-color: #f1f1f1;
	width:16px;
	height:16px; 
	}
.lupe_lupe_h {
        position:relative;
        top: -18px;
        left: 102px;
	margin-left:0px;  margin-right:0px;
        background-color: #f1f1f1;
	width:16px;
	height:16px; 
	}

/*---------------------------------------------------------------------------------------------*/
/*--  Sitemap                                                                               ---*/
/*---------------------------------------------------------------------------------------------*/

#sitecontainer { 
margin-left: 0px;
background: #f0f0f0;
width: 480px;
}


#sitecontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}


/*-------------------- Ebene 1 -----------------------------------------------*/

#sitecontainer li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px; 
}

#sitecontainer a
{
display: block;
padding: 2px 10px;
width: 150px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
}

#sitecontainer a:hover
{
color: #0000FF;
background-color: #FFC125;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: left center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 2 -----------------------------------------------*/

#sitecontainer ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5em;     
}

#sitecontainer ul ul a
{
display: block;
padding: 2px 10px 2px 10px;
width: 150px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
}

#sitecontainer ul ul a:hover
{
color: #0000FF;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: left center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 3 -----------------------------------------------*/

#sitecontainer ul ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5em;  
}

#sitecontainer ul ul ul a
{
display: block;
padding: 2px 10px 2px 10px;
width: 150px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFDE25;
text-decoration: none;
}

#sitecontainer ul ul ul a:hover
{
color: #0000FF;
background-color: #FFDE25;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 4 -----------------------------------------------*/

#sitecontainer ul ul ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5em;   
}

#sitecontainer ul ul ul ul a
{
display: block;
padding: 2px 10px 2px 10px;
width: 150px;
color: #000000;
font-family:Verdana; 
font-size:08pt;
font-weight:normal; 
background-color: #FFF878;
text-decoration: none;
}

#sitecontainer ul ul ul ul a:hover
{
color: #0000FF;
background-color: #FFF878;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------*/
/*--  Personalprofil                                                                        ---*/
/*---------------------------------------------------------------------------------------------*/
.profil {
	margin-left:10px;  margin-right:10px; margin-bottom:15px;
        padding: 15px;
	background: #f0f0f0;
	font-size:9pt; font-family:Verdana;
	height: 100px;
	}
.profil_bild {
        position:static;
	float:left;
	margin-left:0px;  margin-right:10px;
	width:80px;
	height:100px;
	}
.profil_name {
        position:static;
	height:35px;
	margin-left: 0px;  margin-right: 0px;
	}
.profil_header {
        position:relative;
	float:left;
	width: 120px;
	margin-left: 3px;  margin-right: 0px;
	}
.profil_text {
        position:relative;
        left: 0px;
	float:left;
	margin-left: 0px;  margin-right: 0px;
	}
.profil_inhalt1 {
        padding-top: 5px;
	margin-left:0px;  margin-right:10px;
	}
.profil_inhalt2 {
        padding-top: 5px;
	margin-left:0px;  margin-right:10px;
	}

/*---------------------------------------------------------------------------------------------*/
/*--  Sonstiges                                                                             ---*/
/*---------------------------------------------------------------------------------------------*/
a span {
       display: block;
       position: absolute;
       left: -3000px;
}

a.ext  {
       padding-left: 15px;
       background: url(images/external.gif) no-repeat center left; 
}

/*---------------------------------------------------------------------------------------------*/
/*--  Aktuelles                                                                             ---*/
/*---------------------------------------------------------------------------------------------*/
.message_box{
       margin-left:10px;  margin-right:10px; margin-bottom:15px;
       background: #f0f0f0;
       font-size:9pt;
       padding:5px 1px 10px 1px;
       font-family:verdana;
      }
.message_header{
       border-bottom:1px solid #feb814;
       text-align:right;
       font-size:8pt;
       min-height:15px;
       margin-left:5px;
       padding:0px 0px 0px 0px;
      }  
.message_bild {
       position:relative;
       top:-0px;
      }
.message_text {
       padding:5px 5px 5px 5px;
       white-space : normal;
      }

/*---------------------------------------------------------------------------------------------*/
/*--  Teaser                                                                                ---*/
/*---------------------------------------------------------------------------------------------*/
	.teaser_header{
                margin-left:5px;  margin-right:10px; margin-bottom:0px;
                background: #f0f0f0;
		border-bottom:1px solid #feb814;
		text-align:right;
		font-size:10px;
		min-height:15px;
		padding:0px 0px 0px 0px;
	}

	.teaser_content_box{
                margin-left:10px;  margin-right:10px; margin-bottom:15px;
                background: #f0f0f0;
		color:#333333;
		padding:5px 1px 1px 1px;
		font-family:verdana;
                font-size:12px;
                line-height:15px;
		margin-bottom:15px;
		text-align:left;
	}


	.teaser_content_box_image {
		/*float:left;*/
		position:relative;
		top: -1px;
		border-right:0px solid white;
	}

	.teaser_content_box_text {
		white-space : normal;
		float:right;
		padding:0px;
		top:-0px;
		position:relative;
		width:500px;
	}

	.teaser_content_box_textlong {
		white-space : normal;
		padding:0px;
		top:-0px;
		position:relative;
	}

	#teaser_with_longinfo{
		/*float:right;*/
		padding:0px;
		top:-0px;
		position:relative;
		/*width:300px;*/
	}

	#teaser_with_image{
		float:right;
		padding:0px;
		top:-0px;
		position:relative;
		width:500px;
	}

/*---------------------------------------------------------------------------------------------*/
/*--  Druckansicht                                                                          ---*/
/*---------------------------------------------------------------------------------------------*/
.ltab {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	font-size:8pt; font-family:Verdana;	
        height: 20px;
	width: 330px;
}
.rtab {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	font-size:8pt; font-family:Verdana;
        height: 20px;
	width: 330px;
}


/*---------------------------------------------------------------------------------------------*/
/*--  Navigation 2                                                                          ---*/
/*---------------------------------------------------------------------------------------------*/
#navcontainer2 { 
margin-left: 0px;
background: #ffffff;
}


#navcontainer2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}


/*-------------------- Ebene 1 -----------------------------------------------*/

#navcontainer2 li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
}

#navcontainer2 a
{
display: block;
padding: 3px 3px;
width: 134px;
color: #000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
}

#navcontainer2 a.aktuell
{
display: block;
padding: 3px 3px;
width: 134px;
color:#000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer2 a:hover
{
color: #0000FF;
background-color: #FFC125;
text-decoration: none;
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 2 -----------------------------------------------*/

#navcontainer2 ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;     
}

#navcontainer2 ul ul a
{
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
}

#navcontainer2 ul ul a.aktuell
{
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer2 ul ul a:hover
{
color: #0000FF;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}


/*---------------------------------------------------------------------------------------------*/
/*--  Navigation 3                                                                          ---*/
/*---------------------------------------------------------------------------------------------*/
#navcontainer3 { 
margin-left: 0px;
background: #ffffff;
}


#navcontainer3 ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}


/*-------------------- Ebene 1 -----------------------------------------------*/

#navcontainer3 li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
}

#navcontainer3 a
{
display: block;
padding: 3px 3px;
width: 134px;
color: #000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
}

#navcontainer3 a.aktuell
{
display: block;
padding: 3px 3px;
width: 134px;
color:#000000;
font-family:Verdana; 
font-size:09pt; 
font-weight:bold;
background-color: #FFC125;
text-decoration: none;
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer3 a:hover
{
color: #0000FF;
background-color: #FFC125;
text-decoration: none;
background-position: right center;
background-repeat: no-repeat;
}

/*-------------------- Ebene 2 -----------------------------------------------*/

#navcontainer3 ul ul li { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;     
}

#navcontainer3 ul ul a
{
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
}

#navcontainer3 ul ul a.aktuell
{
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
color: #000000;
font-family:Verdana; 
font-size:08pt; 
font-weight:normal;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet1.jpg);
background-position: right center;
background-repeat: no-repeat;
}

#navcontainer3 ul ul a:hover
{
color: #0000FF;
background-color: #FF8C00;
text-decoration: none;
background-image:url(images/bullet.jpg);
background-position: right center;
background-repeat: no-repeat;
}




