/* Stylesheet für die Falter-Homepage */

/* farben:
blau:	#000099
gelb:	#ffff00
*/

body {
				background-color: #ffff00;
}
#hpcontentbar {
				/*width: 100%;*/
				width: 1055px;
				background-color: #ffff00;
}

#buttons {
				width: 500px;
				background-color: #ffff00;
				margin: 10px 5px 5px 0;
}				
#buttons td {
				padding: 1px;
}	
#impressum {
				background-color: #ffff00;
}

.headline {
				font-family: arial, helvetica, sans-serif;
				font-size:small;
				font-weight:normal;
				color:#000;
}	

.headline_margin_top {
				font-family: arial, helvetica, sans-serif;
				font-size:small;
				font-weight:normal;
				color:#000;
				text-align: right;
				padding:4px 0 0 0;
}	
.headline_margin_bottom {
				font-family: arial, helvetica, sans-serif;
				font-size:small;
				font-weight:normal;
				color:#000;
				text-align: right;
				padding:0 0 4px 0;
}	
.star {
			margin: 0px 2px 0px 5px;
}
.leftbanner {
				width:175px;
				text-align:center;
				padding:10px 0 0 10px;
}
.rightbanner {
				width:200px;
				text-align: right;
				padding: 23px 0 0 0;
}

/* WUCHTELWETTE 2010 */
#buttons{
    position: relative;
    z-index: 20;
}

.teaser-wuchtelwette2010 {
    width: 100%;
    height: 57px;
    text-align: center;
}

.teaser-wuchtelwette2010 a {
    position: relative;
    top: -50px;
    left: 102px;
    z-index: 10;
}

.teaser-wuchtelwette2010 img {
    border: none;
}

