/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

/* Extra Bild/Logo auf der Flaeche in Kartenvorverkauf
----------------------------------------------------------------------------------------------------*/

 .logo   {
	background-image: url(/fso/images/Logo-FSO.png);
	position: absolute;
	width: 155px;
	height: 104px;
	top: 50px;
	left: 760px;
	z-index: 90;
	}

/* Extra Bild/Plakat auf der Flaeche in Kartenvorverkauf
----------------------------------------------------------------------------------------------------*/

 .plak   {
	background-image: url(/fso/images/plakat.png);
	position: absolute;
	width: 479px;
	height: 372px;
	top: 270px;
	left: 420px;
	z-index: -10;
	}

/* Banner schraeg auf der Flaeche
----------------------------------------------------------------------------------------------------*/

   	.ban   {
	background-image: url(/images/AK14_klein.jpg);
	position: absolute;
	width: 125px;
	height: 125px;
	top: 229px;
	left: 232px;
	z-index: 90;
	}

		.ban:hover   {
		background-image: url(http://193.97.141.89/online_auswertungen_pc9/images/news_klein_hover.png);
		position: absolute;
		width: 125px;
		height: 125px;
		top: 29px;
		left: 832px;
		z-index: 90;
		}

/* Hintergrundfarbe im Farbverlauf
----------------------------------------------------------------------------------------------------*/

    body {
        /*background-image: url(http://193.97.141.89/online_auswertungen_pc9/images/hintbalken.jpg.);*/
        background-repeat: x-repeat;
    	background-position: right  top;
    	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
    	}
