/* -------------------------------------------------- */
/*           allgemeine Regeln                        */
/* -------------------------------------------------- */

body {
	background-color:#e7edff;
	margin:0px;
	padding:0px;
	text-align:center;
}

html,body
{
	height:100%;
         overflow-x:hidden;
}

#container {
	background-image:url(gfx/background.jpg);
         background-repeat:repeat-y;
         width:1150px;
         margin-left:-575px;
         left:50%;
         position:absolute;
         max-height:1012px;
         height:auto !important;  /* fuer moderne Browser */
         height:1012px;  /*fuer den IE */
	text-align:left;
         padding:0px 0px 0px 185px;
}

#mainpic{
	background-image:url(gfx/mainpic.jpg);
	background-repeat:no-repeat;
	width:781px;
	height:1012px;
         margin-left:3px;
}

#vote {
         width:132px;
         margin-left:330px;
         left:50%;
         top:30px;
         position:absolute;
         height:129px;
	text-align:left;
         padding:0px;
}

#producer {
         width:270px;
         left:285px;
         bottom:192px;
         position:relative;
         height:40px;
	text-align:left;
         padding:0px 0px 0px 0px;
}
