body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
}

body, td, th, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
}

img {
	vertical-align: bottom;
	border: 0px;
}

a {
	color: #ed1f18;
	text-decoration: none;
}

.contentBox {
	background: url('../images/box_bg.png');
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

h1 {
	color: #3c3c3c;
	font-size: 20px;
	font-weight: bold;
}


.header_logo_images {
	border: 2px solid #FFF;
	border-width: 2px 1px;
}

.header_text {
	border-top: 1px solid red;
	padding-bottom: 25px;
}

.menue {
	background: url('../images/menue_bg.png');
	background-repeat: repeat-x;
	height: 36px;
	list-style-type: none;
	padding-left: 0;
}


.menueItem a,
.menueItemSelected a{
	display: block;
	height: 32px;
	font-size: 15px;
	font-weight: bold;
	
	padding: 7px 20px 0px 20px;
	white-space: nowrap;

}

.menueItem a {
	color: #595959;
	background: url('../images/menue_bg.png');
	background-repeat: repeat-x;
	height: 32px;
    font-size: 15px;
    	padding: 7px 20px 0px 20px;
    	white-space: nowrap;
}

.menueItem a:hover {
	background: url('../images/menue_bg_hover.png');
	background-repeat: repeat-x;
	height: 32px;
	 font-size: 15px;
	 	padding: 7px 20px 0px 20px;
	 	white-space: nowrap;
}

.menueItemSelected a {
	background: url('../images/menue_bg_hl.png');
/*	background: url('../images/menue_bg_hover.png'); */
	background-repeat: repeat-x;
	color: #FFF;
	height: 32px;
	font-size: 15px;
	padding: 7px 20px 0px 20px;
	 	white-space: nowrap;
}

.menueItemSelected a:hover{
	background: url('../images/menue_bg_hl.png');
/*	background: url('../images/menue_bg_hover.png'); */
	background-repeat: repeat-x;
	color: #FFF;
	height: 32px;
}

.menueLogin{
	float: right;
}

.menueLogin a{
	color: #999;
	padding: 0px 10px;
	font-size: 12px;
	float: right;
	font-weight: normal;
	font-style: normal;
}

.menueLogin a:hover{
	color: #444;
}


.adminpanel {
	margin: 10px 20px;
	background: url('../images/box_bg.png');
	background-repeat: repeat-x;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.adminpanel h3{
	color: red;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.adminpanel_item {
	display: inline;
	padding: 0px 5px;
}

.adminpanel_item a{
	font-size: 12px;
	color: #555;
}

.adminpanel_item a:hover{
	font-size: 12px;
	color: #000;
}
  
.footer {
	padding-top: 20px;
	text-align: center;
	color: #999;
}

.footer a{
	color: #999;
	font-size: 10px;
}

.footer a:hover{
	color: #666;
	font-size: 10px;
}

  
#mainMenu li.first {
	background: url(../images/menue_left.png) no-repeat left top;
	height: 36px;
}

#mainMenu li.trenner {
	background: url(../images/menue_trenner.png) no-repeat left top;
	height: 36px;
}

#mainMenu li.last {
	background: url(../images/menue_right.png) no-repeat right top;
	height: 36px;
	float: right;
}		  
	
option.imagebacked {
background-repeat: no-repeat;
background-position: 1px 2px;
vertical-align: middle;
	padding: 5px 0 5px 25px;
}

.videoNewsContent {
	margin-left: 10px;
	padding: 0px 0 0px 10px;
}

.tx_spbettercontact_required{
	color: red;
}

.tx_spbettercontact_message{
	color: red;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; float: left;
	padding: 0 0 .5em 20px;
}
.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: left; padding-right: 1em; }


/* ul.menue, ul.menue ul {

    list-style-type: none;

} */


 
ul.menue a {

	font-size: 15px;
	padding: 7px 20px 0px 20px;
 	white-space: nowrap;
	font-weight: bold;
    display: block;

}
 


ul.menue li {

 /*   padding: 0; */

/*    margin: 0; */

    float: left;
	list-style-type: none;
}



/* Für Unterpunkte keine Float-Eigenschaft */

ul.menue ul li {

    float:none;

/*    background-color: transparent; */

}

ul.menue ul li.menueItemSelected {

    float:none;

/*    background-color: transparent; */

}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menue ul li.hover, ul.menue ul li:hover {

/*  background-color: #FFF9E4; */
	font-size: 12px;
	
	padding: 0;
 	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}  


/* Zweite Ebene */

        ul.menue ul {
	
              margin:0;
              padding: 0;
               position: absolute;
               background-color: #f4f4f5;
               display: none;
               width: 180px;
	height: 24px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}



   /* Zweite Ebene anzeigen */

       ul.menue li.hover ul, ul.menue li:hover ul  {

               display: block;
               
   }

/* Dritte Ebene */

   ul.menue li.hover ul ul, ul.menue li:hover ul ul {

                  display: none;

                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
              margin-top: -20px; /* Höhe eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.menue li.hover ul li.hover ul, ul.menue li:hover ul li:hover ul {

                display: block;

   }





/* Vierte Ebene */

     ul.menue li.hover ul li.hover ul ul, ul.menue li:hover ul li:hover ul ul {

                  display: none;

    }



   /* Vierte Ebene anzeigen */

       ul.menue li.hover ul li.hover ul li.hover ul , ul.menue li:hover ul li:hover ul li:hover ul {

               display: block;

   }

/*
ul ul li.menueItem a {

	font-size: 12px;
 	white-space: nowrap;
	font-weight: normal;
    display: block;
	padding: 3px 10px 0px;
}

ul ul li.menueItem a:hover {

	font-size: 12px;
	white-space: nowrap;
	font-weight: normal;
	padding: 3px 10px 0px;
  
} */

ul ul li.menueItem a {

	font-size: 12px;
	font-weight: normal;	
	display: block;
	height: 24px;
	white-space: nowrap;
	padding: 3px 10px 0px;
	
}

ul ul li.menueItem a:hover {

	font-size: 12px;
	font-weight: normal;	
	height: 24px;
	white-space: nowrap;
	padding: 3px 10px 0px;
}

.menueItemSelected li.menueItem a {
	font-size: 12px;
	font-weight: normal;	
	display: block;
	height: 24px;
	white-space: nowrap;
	padding: 3px 10px 0px;
	
	background: url('../images/menue_bg_hl.png');
/*	background: url('../images/menue_bg_hover.png'); */
	background-repeat: repeat-x;
	color: #FFF;
 	white-space: nowrap;
}

.menueItemSelected li.menueItem a:hover{
	font-size: 12px;
	font-weight: normal;	
	height: 24px;
	white-space: nowrap;
	padding: 3px 10px 0px;
/*	background: url('../images/menue_bg_hl.png');*/
	background: url('../images/menue_bg_hover.png');
	background-repeat: repeat-x;
	color: #FFF;
	height: 32px;
}
