/* CSS Document Spenden */
html { /*overflow : hidden;*/}

body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 11px;
	background: #fff;
    padding: 0;
    margin: 0;
}
img {
	border: none;
}

.tx-spenden-space {
  background:#FFF;
}
#formulare {
	background:#F7F7F7 none repeat scroll 0 0;
	float:right;
	height:334px;
	width:407px;
}

#main {
    background-color: transparent;
    /*padding: 7px;*/
    /*border: 1px dashed #b9821a;*/
    /*margin: -265px 0 0 -420px;*/
    margin: auto;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    width: 840px;
    height: 530px;
    }
#logo {
	text-align:right;
}

#container {
	width: 840px;
}

#move {
	background: #777;
	width: 425px;
	float:left;
}
#formulare {
	width: 407px;
	background: #F7F7F7;
	float:right;
	height: 334;
	/*overflow: hidden;*/
	}
	
#clear {
	clear:both;
	height: 20px;
}
#footer {
	text-align: center;
}
A {
	text-decoration:underline;
	color:#333;
}

A:hover {
	text-decoration:underline;
	color:#DF0404;
}

/* Table*/
.tx-spenden-table {
	background: #E2E4E3;
	font-size: 11px;
}

.tx-unterstuetzen-table {
	background: #F7F7F7;
	/*margin-top: 8px;*/
	font-size: 11px;
}

td.tx-spenden-dunkel {
	background: #E2E4E3;
	/*padding:5px;*/
	padding-left: 5px;
	color:#333;
	font-weight: bold;
	text-align: left;
	height: 33px;
	font-size: 11px;
}
td.tx-mitmachen-firstline {
	background: #E2E4E3;
	/*padding:5px;*/
	padding-left: 10px;
	color:#333;
	font-weight: bold;
	text-align: left;
	height: 33px;
	font-size: 11px;
}
td.tx-mitmachen-td {
	color:#333;
	font-size: 11px;
}

td.tx-spenden-radio {
	color:#333;
	font-weight: bold;
	text-align: left;
	width: 8px;
	height: 33px;
}

td.tx-spenden-input-max {
	background: #E2E4E3;
	color:#333;
	font-weight: bold;
	text-align: left;
	width: 8px;
	height: 33px;
}

td.tx-spenden-hell {
	background: #F7F7F7;
	color:#333;
	text-align: left;
	height: 35px;
	font-size: 11px;
}

/*.tx-spenden-space {
	background:#F7F7F7;
}*/
	
.tx-label-form {
	font-size: 11px;
}

input, select {
	vertical-align:middle;
	color: #333;
}
input {font-size: 11px; border: 1px solid #BFCBD2; padding-left:2px}

input.tx-button-spenden {
	padding: 0 6px 2px 6px !important;
	background-image : url(pictures/spenden.png);
	background-repeat : no-repeat;
	background-color: #F7F7F7;
	font-size : 13px !important;
	cursor : pointer;
	text-align : center;
	height : 28px;
	width: 86px;
	vertical-align : middle;
	line-height : 18px;
	color:#FFF;
	border: none;
	text-transform: uppercase;
}

input.tx-button-unterstuetzen {
	padding: 0 6px 2px 6px !important;
	background-image : url(pictures/unterstuetzen.png);
	background-repeat : no-repeat;
	background-color: #F7F7F7;
	font-size : 13px !important;
	cursor : pointer;
	text-align : center;
	height : 30px;
	width: 128px;
	vertical-align : middle;
	line-height : 18px;
	color:#FFF;
	border:none;
	text-transform: uppercase;
}
input.tx-input-euro {
	width: 38px;
	text-align:center;
}

input.tx-input-text {
	width: 306px;
}

input.tx-input-plz {
	width: 50px;
}

input.tx-input-name {
	width: 100px;
}
input.tx-input-nachname {
	width: 140px;
}
input.tx-input-ort {
	width: 182px;
}
