/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
} 

body {
	font-family: Arial, sans-serif, Helvetica ;
	font-size: 12px;
	color: #333333;
	background-image: url(../bilder/hintergrund.gif);
	background-repeat: repeat;
	aling: center;
	height: 540px;
	width: 800px;
	margin: 53px auto auto 40px;

}

a {
	color: #CCCCCC;
}

a:hover{
	color: #999999;
}


 

/* INHALT */
#content {
	height: 410px;
	width: 760px;
	margin: 0px auto 10px 0px;
	padding:20;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	
}
#flashcontent {
	padding-left: 10px;
	height: 450px;
	width: 750px;
	
}

#content_headline {
	height: 80px;
	width: 760px;
    padding:0px;

}

.headline {
	font-size: 16px;
	color: #999999;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}

#content_data {
	height: 330px;
	width: 760px;
    padding:0px;
	overflow:hidden;
	line-height: 18px;
}


#content_leoncita {
	height: 330px;
	width: 755px;
	padding: 0px 0px 0px 5px;
	background-image: url(../bilder/leoncita.jpg);
	background-repeat: no-repeat;
	background-position: left left;

}

#content_kontakt {
	height: 270px;
	width: 755px;
	padding: 0px 0px 0px 5px;

}

#content_kontakt a {
	color: #000000;
}

.impressum {
	height: 40px;
	width: 755px;
	padding: 0px 5px 0px 0px;
	text-align: right;


}

.impressum a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;


}


/* INHALT LAYER */

#layer {
	position: absolute;
	z-index: 1;
	left: 722px;
	top: 85px;
	padding: 18px 15px 15px 15px;
	height: 375px;
	background-image: url(../bilder/transparenter-pixel_grau70.png);

	/*filter:alpha(opacity=60);
	opacity:0.6;
	overflow: hidden;
	-moz-opacity:0.6; */
}

.textauflayer {
	color: #000000;

/* Setzt die Schriftfarbe auf 100 % */
	/*filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	position: relative;*/
} 

.textauflayer a {
	color: #666666;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
}


.textauflayer a:hover{
	color: #999999;
}

.textauflayer2 {
	font-size: 9px;

} 


/* MENÜ */
#menue {
	height: 80px;
	width: 800px;
	margin: 0px auto 0px 0px;
}

#linkbar {

	float:left;
	background-color: #FFFFFF;

}
#logo{
	height: 80px;
	width: 120px;
	margin-left: 10px;
	float:right;




}



	



/*
html {
	height: 100%;
	overflow: hidden;
}
*/
	
