﻿@charset "utf-8";
/* CSS Document */


*{
        margin:0px;
        padding:0px;
}

body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        background-color:#FFFF;

        background-image:url(bilder/back.jpg);
        background-position:left;
        background-repeat:repeat-y;

        }
		
h1 {
	text-indent:-999px;
	
}

p {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        margin-bottom:5px;
        color:#4F4C50;
}


p.ueberschrift {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
		font-weight:bold;
        margin-bottom:5px;
        color:#4F4C50;
}

p.ueberschrift_2 {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
		font-weight:bold;
        margin-bottom:5px;
        color:#9D8657;
}



a {
        text-decoration:none;
        outline:none;
        color:#660033;
}

a:hover {
        text-decoration:none;
        outline:none;
        color:#9D8657;
}

ul {
        list-style:none;
}

img {
        border:none;
}
/*        -----------------hauptboxen------------------------*/
div#container {
        width:900px;
		overflow:hidden;
        position:relative;
		margin:5px auto;

		

        }
div#title {
        width:882px;
        height:115px;
		background-image:url(bilder/logo.gif);
		background-position:660px;
        background-repeat:no-repeat;
		/*background-color:#FC6; orange*/

        }


div#navi_top {
   
        width:882px;
        height:25px;
		background-image:url(bilder/sloganbg.gif);
		background-repeat:no-repeat;
	/*	border-bottom:solid 1px #9D8657;*/
}

div#content {
        width:882px;
		background-image:url(bilder/contentbg.gif);
		background-repeat:repeat-y;
		clear:both;
		overflow:hidden;
       /* background-color:#FF0; gelb*/
}

div#text {
       /* float:left;*/
        width:850px;
		overflow:hidden;
        /*background-color:#F00; rot*/
}

/*
------------------------Text--------------------------------------*/

div#text_right {
	    float:left;
        width:325px;
        padding-top:25px;
        padding-left:50px;
        padding-right:50px;
        /*background-color:#03C; blau*/
}

div#movie_siegelring {
        width:850px;
        height:250px;
        background-image:#363;
        background-color:#FFF; /*weiß*/
}

div#text_left {
		float:left;
        width:325px;
        padding-top:25px;
        padding-left:50px;
        padding-right:50px;
        /*background-color:#C3F; lila*/
}

div#text_1 {
        float:left;
        width:425px;
		display:block;
        /*height:250px;*/
        padding-top:25px;
        padding-right:50px;
        background-color:#FFF;
}

/*----------------------aninmierte giffs------------------------------*/



/*------------------------Navigation_oben----------------------------------*/

div#navi_top ul.navi {
        /*height:50px;*/
        color:#4F4C50;


}

div#navi_top ul li.navzelle {
        float:left;
        /*width:110px;*/
        font-weight:normal;
        letter-spacing:2px;
        color:#4F4C50;

}

div#navi_top ul li a.oben {
        display:block;
        height:15px;
        padding:5px 0px 5px 30px;
        color:#4F4C50;

}

div#navi_top ul li a.oben:hover, a.oben:active {
        color:#9D8657;
        height:15px;
        padding:5px 0px 5px 30px;

}

div#navi_top ul li a.status_oben {
        display:block;
        /*width:100px;*/
        color:#9D8657;
        height:15px;
        padding:5px 0px 5px 30px;



}


/*-----------------------Navigation Foot-------------------------------------------*/


div#foot {
        
        width:882px;
        height:55px;
		background-image:url(bilder/footerbg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		/*border-top:solid 1px #9D8657;*/
}


div#foot ul {
        margin-left:100px;

}
div#foot ul li.sub {
        float:left;
        width:auto;
        padding-right:25px;
}

div#foot ul li a {
        font-size:10px;
        display:block;
        padding:5px;
        float:left;
        width:auto;
        color:#4F4C50;
        letter-spacing:2px;
}

div#foot ul li a:hover {
        display:block;
        float:right;
        color:#9D8657;
}

div#foot ul li a.substatus {
        display:block;
        float:right;
        color:#FFF;

}

/*----------Slideshow_01----------------------------------------------------------*/

div#slideshow {
         height:250px; /* hier Hoehe der Slideshow-Bilder angeben */

}

div#slideshow img {
         display:none;
         position:absolute;
		 left:3px
        
}


div#slideshow_2 {
         height:250px; /* hier Hoehe der Slideshow-Bilder angeben */

}
div#slideshow_2 img {
          display:none;
         position:absolute;
		 left:3px
        
}



div#slideshow_3 {
         height:250px; /* hier Hoehe der Slideshow-Bilder angeben */

}
div#slideshow_3 img {
           display:none;
         position:absolute;
		 left:3px
        
}

div#slideshow_4 {
         height:250px; /* hier Hoehe der Slideshow-Bilder angeben */

}
div#slideshow_4 img {
           display:none;
         position:absolute;
		 left:3px
        
}

div#slideshow_5 {
         height:250px; /* hier Hoehe der Slideshow-Bilder angeben */

}
div#slideshow_5 img {
           display:none;
         position:absolute;
		 left:3px
        
}

