body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	font-weight: bold;
}

#message {
	margin: 0px auto;
	width: 680px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}


#main-content {
	background-image: url(../img/bg_pattern.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin: 0px auto;
	padding: 0px;
	width: 680px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}


#content_counter {
text-align:center;
}

.counter_zahl {
color: #FFFFFF;
font-size: 14px;
font-weight:bold;
} 

#column-left {
	float: left;
	width: 314px;
}

#column-right {
	float: left;
	width: 366px;
}

#kill-kill-kill {
	padding-left: 60px;
}

#help-needed {
	padding-left: 60px;
	width: 600px;
}

#help-needed a {
	color: #FFFFFF;
}

#help-needed a:hover {
	color: #000000;
}

#fotoline {
	background-image: url(../img/visual_1.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 240px;
}

#petition {
	padding-left: 60px;
}

#bottom {
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	height: 40px;
}

.clear-both {
	clear: both;
}

.block {
	display: block;
}

/* Formular ---------------------- */

#formular {
	padding-left: 26px;
	margin-top: 50px;
	width: 306px;
}

#formular-left {
	float: left;
	width: 86px;
}

#formular-right {
	float: left;
	width: 195px;
}

#form-item-subscribe {
	background-image: url(../img/paper_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
	width: 201px;
	height: 61px;
	color: #000000;
}

#form-item-subscribe-link {
	padding: 15px 10px 10px 30px;
	text-align: center;
	text-decoration: underline;
	position: relative;
}

.form-item {
	margin-bottom: 20px;
}

.form-textfield {
	width: 280px;
}

/* Teilnehmerliste ----------------------------- */

#list {
	margin: 0px 20px;
}

#list table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#list thead tr {
	background-color: #43372c;
	color: #FFFFFF;
}

#list thead th {
	padding: 10px;
	text-align: left;
}

#list tr.even, #list tr.odd {
	border-bottom: 1px dashed #43372c !important;
	border-left: 1px solid #43372c;
	border-right: 1px solid #43372c;
	padding: 10px;
}

#list tr.even {
	background-color: #826b56;
}

#list tr.odd {
	background-color: #5f4e3e;
}

#list table td {
	padding: 10px;
}

img.signature {
	background-color: #FFFFFF;
}

/* Pager --------------------------------------------- */

#pager {
	text-align: center;
}

/* Messages ------------------------------------------- */

.red {
	color: #FF0000;
}

.green {
	color: #009900;
}