/*
		Filename : style1.css
		Function : Styleshet for the index site of fechtunionlinz.at
		Author   : Florian Lietz
		Last edit: 11/02/2010
*/

body { font-family: Arial, Verdana, Trebuchet MS; }
a { outline: 0; }

/* --------------- Main classes and ids --------------- */

#ticker {
	z-index: 4;
	position: absolute;
	top: 125px;
	width: 310px;
	float: left;
	color: #b92023;
}

#footer {
	width: 950px;
	height: 140px;
	margin: 0 auto;
	background-color: #808080;
	word-spacing: 1em;
	color: #fff;
	font-size: 1em;
	text-align: right;
	padding-top: 40px;
	padding-right: 30px;
}

#impevent {
	position: absolute;
	z-index: 7;
	top: 200px;
	left: 50px;
}
#add {
	position: absolute;
	z-index: 30;
	top: 530px;
	right: 1100px;
	border:  0;
}

#container { width: 980px; margin: auto; }

#menue {
	float: right;
	color: #b92023;
	text-align: left;
	padding-top: 60px;
	word-spacing: 2.4em;
	font-size: 1.0em;
}

#layer {
	clear: both;
	width: 1080px;
	height: 365px;
	margin: 0 auto;
}

#wddffi_wrapper {
	position: relative;
	width: 150px;
}

#wddffi {
	position: absolute;
	top: 100px;
	left: 650px;
	z-index: 2;
}

#header { float: left; } /**/

#foot_sponsors {
	text-align: left;
	padding-left: 20px;
	height: 90px;
}

/* --------------- Additional style information --------------- */
		/* Links */
		a:link { color: #b92023; text-decoration: none; border: 0px; }
		a:hover { border-bottom: 1px solid; }
		a:active { color: #000; text-decoration: none; }
		a:link { color: #b92023; text-decoration: none; }
		a:visited { color: #b92023; text-decoration: none; }
		/* ----- */
	
#footer a { color: #fff; }
#foot_sponsors a { border: none; }
#foot_sponsors img { height: 83px; }
#wddffi a img { border: 0; }
#header a img { border: none; }
#header a:hover { border: none; }
#wddffi a:hover { border: none;}

#ticker a { border: none; }


