body {
	margin: 50px 0px 30px 0px;
	padding: 0px;
	font: 12px arial;
	color: #000000;
        background-image:url(images/hg.png);
	background-repeat:repeat;
}

img {border: none;}
img a {border: none;}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 16px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #CCCCCC;
}
h4 {
	font-size: 12px;
	color: #B32D38;
}

form {
	padding: 0px;
	marign: 0px;
}

input, select, textarea {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2769a3;
	border-right-color: #2769a3;
	border-bottom-color: #2769a3;
	border-left-color: #2769a3;
}

a {
	color: #2769a3;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #9badcf;
    border: 0px;
}

#site {
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}


#logo {
	float:left;
	width:467px;
	height:100px;
	background-color:#ffffff;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#picrandom {
	float:left;
	width:488px;
	height:100px;
	background-color:#ffffff;
	color:#ffffff;
	font-size:x-small;
	text-align:right;
	background-color:#ffffff;
}

#picrandom a {
	color: #ffffff;
	text-decoration: none;
}

#picrandom a:hover {
	text-decoration: underline;
	color: #ffffff;
    border: 0px;
}

#frame {
	float:left;
	width:975px;
	height:auto !important;
	min-height:480px;
	background-color:#e3e3e3;
	background-image:url(images/schatten-rechts.png);
	background-repeat:repeat-y;
	background-position:right;
}

#rahmen {
	float:left;
	width:975px;
	height:auto !important;
	min-height:480px;
	background-color:#E3E3E3;
}
	

#leftbar {
	float:left;
	width:200px;
	min-height:630px;
        height:auto !important;
	height:630px;
	background-color:#E3E3E3;
}

#container {
	float:left;
	width:755px;
	height:auto !important;
	min-height:460px;
	background-color:#ffffff;
}

#navtree {
	float:left;
	width:751px;
	height:18px;
	background-color:#2868A8;
	padding-left:3px;
	padding-top:5px;
	color:#ffffff;
	font-size:x-small;
	border-left:1px solid #ffffff;
	background-image:url(images/navtree_bg.jpg);
	background-repeat:repeat-x;
}

#navtree a {
	color: #ffffff;
	text-decoration: none;
}

#navtree a:hover {
	text-decoration: underline;
	color: #ffffff;
    border: 0px;
}

#content {
	float:left;
	width:495px;
	height:auto !important;
	min-height:415px;
	padding:20px 25px 10px 20px;
}

#rightbar {
	float:right;
	width:210px;
	height:auto !important;
	min-height:435px;
        pading-bottom:10px;
}

#footer {
	float:left;
	width:953px;
	height:26px;
	padding-left:2px;
	padding-top:1px;
	background-color:#9BADCF;
	font-size:10px;
	color:#ffffff;
}

#footer a:hover {
	color:#466193;
	}

#schatten-unten {
	float:left;
	width:975px;
	height:20px;
	background-image:url(images/schatten-unten.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#voting {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#voting div.form,
#voting div.voting,
#voting div.results,
#voting div.votes,
#voting div.archive{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	float:left;
}

#voting div.message{
	color: #ff0000;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#voting input[type=radio],
#voting  input.radio{
        float: none;
}

	

