body, HTML {	
	background-color:#c70118;
	background-image: url(../pix/tri_bg.gif);
	background-repeat: repeat-x;
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:1.5em;
	text-align:justify;
	
	
}

#fb{position:fixed; right:10px; bottom:0px;}

#main {
	width:851px;
	margin: 0 auto;
}

#top {
	width:402px;
	height:87px;
	margin: 0 auto;
}

#wahl {
	width:850px;
	height:490px;
	margin: 70px auto;
	
}


#left {
	width:447px;
	height:489px;
	position:absolute;
}


#right {
	width:392px;
	height:489px;
	position:absolute;
	margin-left:447px;
}



h1{
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}

h2{
	color:#990000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:-10px;
}

.headline{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

ul{
	padding-left:3px;
	margin-left:10px;
	
}


img {
	border:0px;	
}


a {
	font-weight:bold;
	color:#660000;
	text-decoration:none;
}


a:hover {
	
	color:#FF0000;
	font-style:normal;
}


a:active {
	text-decoration:none;
}


