* {
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
    width: 100%;
	height: 100%;

	overflow: auto;
    padding: 0;
	background-repeat: repeat-x;

    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
}
/* ------------------------------------------------------------------------------------------------------ */
/* Positionierung und Größe für Hintergrund*/
#background {
	top: 0px;
	left: 0px;
	position: fixed;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#background-kamera {
	top: 300px;
	position: absolute;
	z-index: -1;

	height: 550px;

	width: 900px;
	margin-left: -475px; 
	left: 50%;
}

/* ------------------------------------------------------------------------------------------------------ */
/* Hilfs-div's für Positionierung */

#scroller {
	top: 0px;
	position: absolute;
	z-index: 1;

	height: 100%;

	width: 1280px;
/*	margin-left: -640px; 
	left: 50%;*/

	margin-left: 0px; 
	left: 0%;

}


/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* Definiton der Kopfzeile */
#kopf {
    top: 0px;
	left: 50px;
    width: auto;
	padding: 15px 50px 0px 50px;
}

/* div Einbindung Logo */
#logo {
    position: absolute;
    width: 518px;
    height: 145px;
}

/* div Einbindung Werbespruch */
#werbespruch {
    display: block;
    position: absolute;
    right: 0px;
    width: 45%;
    height: auto;
    float: right;
}

/* Schrift: Einbindung Werbespruch (Innenpositionierung) */
#werbespruch p {
    padding: 1.5em 1.5em 0.5em 0;
    color: rgb(216,192,136);
    text-align: right;
    font-size: 220%;
}

/* Text der bei abgeschaltetem Javascript erscheint  */
#noscript{
	text-align: center;
	font-size: 120%;
	color: white;
	position: absolute;
	top: 120px;
	right: 50px;
	width: 620px;
	border: solid 2px;
	padding: 6px;
}
/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* Definition der allgemeinen Kopf-Button Eigenschaften */
#steuerung {
	position: absolute;
    top: 200px;
    height: 48px;
    width: 1150px;
    left: 50px;
}

/* div (für Kopf-Button) */
.div_kopf_button {
	position: absolute;
    width: 173px;
    height: 48px;
    float: left;   
}  

#div_kopf_button_1 {
    left: 0px;
}
#div_kopf_button_2 {
    left: 195px;
}
#div_kopf_button_3 {
    left: 390px;
}
#div_kopf_button_4 {
    left: 585px;
}
#div_kopf_button_5 {
    left: 780px;
}
#div_kopf_button_6 {
    left: 975px;
}

/* ------------------------------------------------------------------------------------------------------ */
/* Definition der Vorschaubilder der Kopf-Button */	
.img_kopf_button {
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 173px;
    text-indent: -999em;
    font-size: 0;
	border: none;     
}  

a:focus {
    outline: none;
}

/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* Definitun des Textbereichs unterhalb der Kopf-Buttons */

#inhalt {
 	position: absolute;
	top: 275px;
	left: 50px;
	width: 1150px;
	height: auto;
	color: rgb(214,198,147);
}

#inhalt h1 {
    font-size: 200%;      
}

#inhalt h2 {
    font-size: 180%;
    line-height: 40px;
}

#inhalt h3 {
    font-size: 160%;
}

#inhalt h4 {
    font-size: 140%;
}

#inhalt h5 {
    font-size: 120%;
}

#inhalt h6 {
    font-size: 130%;
    font-style: italic; 
    color: rgb(255,255,205);
}

#inhalt p, ul, td {
    font-size: 130%;
    line-height: 27px;
}

#inhalt ul {
    padding-left: 20px;
}

.link {
	color: rgb(214,198,147);
}

.fett {
	font-weight: bold;
	font-size: 130%;
}


/* Definition des Preloaders */
#preloader {
 	position: absolute;
	top: 380px;
	left: -22px;
	width: 300px;
	height: 150px;
}

/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* Definition Cloud */
#cloud { 
    position: absolute;  
    visibility: hidden; 
    left: -1000px;
    top: -1000px;
}

/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
/* Definition der Fusszeile */
#fusszeile { 
    border-top: dotted white 1px;  
    position: fixed;
    width: 1256px; 
    margin-left: -628px;
    left: 50%;   
    height: 25px;
    bottom: 0px;
    background-color: #777777;
	font-size: 115%;
	font-weight: bold;
	color: rgb(214,198,147); 
    padding-top: 2px;
    padding-bottom: 5px;    
    z-index: 100;
}

.position_fusszeile {
    float: left;    
}

#center_fusszeile {
    width: 1256px;
    text-align: center;
}

#right_fusszeile { 
    position: fixed; 
    right: 5%;
}

#right_fusszeile a {
 	padding-left: 1em;
}

#fusszeile a {
	color: rgb(214,198,147);
}
