@CHARSET "ISO-8859-1";

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: white;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	padding: 70px;
	padding-top: 10px;
	margin: 0;
}

div#designbox{
margin: 0 auto;
width: 820px;
}

#statusbar{
position: fixed;
margin-top: -20px;
width: 800px;

background-color: #404040;
color:white;
}

#head {
background:transparent url(images/Header.png) repeat scroll 0 0;
height:215px;
padding:0px 0 0 0px;
width:800px;
}

#flashhead {
background:white repeat scroll 0 0;
height:215px;
padding:0px 0 0 0px;
width:800px;
}

ul#mainmenu {
background-color: white;
background-repeat:no-repeat;
background-position: center,center;

list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 0 0 0px;
width:820px;

}
div#mainmenu {
width: 815px;
}

div#mainmenu a{
font-weight: bold;
margin-left: 30px;
padding:12px 0 0 0px;
}



li{
	float: left;
	width: 80px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	}

div#mainmenu a:hover{
	color: white;
}

div#mainmenu a:ACTIVE, a:VISITED, a {
	color: orange;
}

h2,h3,h4{
	font-family: Verdana;
	}

hr{
	max-width:800px;
	height: 25px;
	visibility: hidden;
}

div#sidebox
{
	float: left;
	width: 220px;

}

div#content
{
	float: left;
	margin-left: 25px;
	margin-right: 15px;
	padding-right: 5px;
	width: 550px;
	height: 100%;
	border-right: 1px;
	border-right-color: #b3b2b2;
	border-right-style: solid;
}

div#shout
{
	border-top-color: blue;
	border-bottom-color:blue;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

input,textarea {
	border: 1px solid orange;
	background-color: black;
	color: orange;
	font-weight: bold;
}


img{
border: 0px;
}

a#infolink
{
	color: #323D4F;
	border-bottom:dashed 2px red; 
	text-decoration:none;
}

table#liste td
{
	background-color: #B3B3B3;
}

#liste a
{
	color: red;
}

#votetable td
{
	text-align: center;
}