body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#FF9900; 
	scrollbar-darkshadow-color:#666666; 
	scrollbar-shadow-color:#FF9900; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-3dlight-color:#ff9900; 
	scrollbar-highlight-color:#FFFFFF;
}

a {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

a:hover {
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: underline;
}

a.nav {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

a.nav:hover {
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: underline;
}

p {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4E1C13;
	text-decoration: none;
}

div#homepage {
	z-index: 10;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 984px;
	height: 580px;
	/*margin-left: -492px;
	margin-top: -290px;*/
}

div#homepage1 {
	z-index: 10;
	background-image: url(../images/background_links.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 984px;
	height: 580px
	/*margin-left: -492px;
	margin-top: -290px;*/
}

div#start {
	z-index: 20;
	position: absolute;
	top: 254px;
	left: 14px;
	width: 176px;
	height: 291px;
}

div#menu {
	z-index: 30;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 984px;
	height: 25px;
}

div#content {
	z-index: 30;
	position: absolute;
	top: 100px;
	left: 200px;
	width: 771px;
	height: 455px;
	overflow: auto;
}

div#copy {
	z-index: 30;
	position: absolute;
	bottom: 15px;
	left: 45px;
	color: #000000;
}

.input, .textarea, .select {
	background-color: #3FA6CC;
	border-color: #4E1C13;
	border-style: solid;
	border-width: 1;
	color: #4E1C13;
	font-family: verdana;
}

.Button  {
	background-color: #ff9900;
	border-color: #ff99cc;
	border-style: outset;
	border-width: 1;
	color: #4E1C13;
	font-family: verdana;
	cursor: hand;
}

.table {
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	color:#000000; 
	font-family:arial; 
	font-size:9px; 
	text-decoration:none;
	font-weight:bold;
}

.text {
	color:#4E1C13; 
	font-family:arial; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:none;
}

.SubText {
	color:#000000; 
	font-family:arial; 
	font-size:9px; 
	text-decoration:none; 
	font-weight:bold;
}

.titel {
	font: normal bold 15px Arial;
	color: #000000;
}

.subtitel {
	font: italic bold 13px Arial;
	color: #000000;
}

.PollBG {
	background-color: #FFFFFF;
}

.PollAntBar {
	background-color: #4E1C13;
}

