#block_1 label,
#block_1 select
{
	font-size: 1em;
}
#block_1 select option
{
	padding-right: 0.5em;
}


label span {
	color: red;
}


div.error_message {
	color: red;
	font-size: 0.9em;
	margin: 3px 0;
}

form.c1 {
	background: #F1FFD6 url(../img/layout/form-bg.jpg) repeat-x;
}

fieldset {
	border: 0;
	padding: 0;
	background: url(../img/layout/form-divider.gif) repeat-x bottom left;
}

fieldset legend {
	font-weight: bold;
	padding: 0 2px;
	color: #007856;
}

fieldset label {
	width: 120px;
	display: block;
	float: left;
}

fieldset .fright label {
	width: 100px;
}

#NewsletterIndexForm label {
	width: 200px;
}

fieldset p {
	margin: 5px 0;
}

p.chkbox {
	height: 15px;
	padding-top: 5px;
}

p.chkbox label {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	width: auto;
}
.chkbox input {
	margin: 0 10px;
	float: left;
}

/* Newsletter Radio Button */
#block_3 .chkbox {
	padding: 0;
	margin: 0;
}
#block_3 table input {
	float: none;
	padding: 0;
	margin: 0;
}



div.form-trenner {
	padding: 0 5px;
	padding-top: 3px;
	background: url(../img/layout/form-divider.gif) repeat-x top left;
}

p.btn {
	margin: 10px 15px;
}

.block input, 
.block select
{
	background: #F3FFE6;
	color: #007856;
	margin-bottom: 5px;
	padding: 0.1em 0;
}

form#TankstelleFindenForm {
	position: relative;
}

div#TankstelleNrC,
div#TankstellePlzC,
div#TankstelleOrtC,
div#TankstelleSorteC,
div#PreisRechnerMengeC,
div#PreisRechnerPlzC,
div#NewsletterMail
{
	position: relative;
	float: left;
}

div#TankstellePlzC input {
	width: 40px;
	margin-right: 5px;
}

div#TankstelleOrtC input {
	width: 120px;
}

div#PreisRechnerMengeC input,
div#PreisRechnerPlzC input
{
	width: 80px;
}

div#PreisRechnerMengeC input
{
	margin-right: 5px;
}



#TankstelleBrennstoffId,
div#PreisRechnerSorteC select,
div#RreisRechnerESC select
{
	width: 180px;
	margin-bottom: 5px;
}



div#TankstelleNrC label,
div#TankstellePlzC label,
div#TankstelleOrtC label,
div#PreisRechnerMengeC label,
div#PreisRechnerPlzC label,
#NewsletterMail label
{
	position:absolute;
 	top:4px;
 	left:5px;
 	z-index:1;
 	color:#007856;
	cursor: text;
	width: auto;
}

div#TankstelleSorte {
	clear: both;
}

#Suchen {
	clear: both;
}

.block label, .block .input {
	margin-bottom: 5px;
}

.block label {
	display: block;
	width: 30%;
	float: left;
}
.block .input {
	display: block;
	width: 65%;
	float: right;
	margin-right:2%;
}

.input input {
	width: 100%;
}

input {
	padding: 0.2em 0.1em;
}

.psel {
	width: 120px;
}

.fullw {
	width: 100%;
}


/* LoginForm */
#LoginForm table {
	width: 350px;
	margin: 5px auto;
	margin-top: 10px;
	border: 1px solid #C9DCA6;
}

#LoginForm fieldset {
	background: none;
}

#LoginForm fieldset legend {
	padding: 3px 5px;
}

#LoginForm  td.label {
	width: 110px;
}

table.form td.label {
	background: #6FB31A;
	color: #fff;
	font-weight: bold;
}

table.form td {
	background: #F3FFE6;
	color: #007856;
	padding: 3px;
	border: 1px solid #C9DCA6;
}

table.form th {
	background: #F3FFE6;
	padding: 3px;
	color: #007856;
}

#LoginForm input {
	width: 90%;
}

#LoginForm input.chkbox {
	width: auto;
}

/* Kontakt */
#KontaktNachricht {
	width: 400px;
	height: 80px;
}

/* Kartenantrag */
#KartenantragForm input {
	width: 350px;
}

/* Tankstelle */
#form-tankstelle
{
	margin: 5px auto;
	margin-bottom: 15px;
}

#preise,
#form-service,
#form-kartenservice, 
#form-brennstoff {
	float: left;
	background: none;
}

#preise,
#form-service 
{
	width: 250px;
	margin-left: 5px;
	margin-right: 30px;
}

#form-service label {
	width: 150px;
}

#form-kartenservice, 
#form-brennstoff {
	width: 200px;
}

p.checkbox input {
	width: auto;
	float: left;
	margin-right: 5px;
}



input.suche-btn {
display: block;
width: 97px;
height: 20px;
background: url(../img/buttons/suchen.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

input.suche-btn:hover {
background: url(../img/buttons/suchen.gif) no-repeat 0 -20px;
}

input.rechnen-btn {
display: block;
width: 97px;
height: 20px;
background: url(../img/buttons/berechnen.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

input.rechnen-btn:hover {
background: url(../img/buttons/berechnen.gif) no-repeat 0 -20px;
}

input.abo-btn {
display: block;
width: 97px;
height: 20px;
background: url(../img/buttons/abonnieren.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

input.abo-btn:hover {
background: url(../img/buttons/abonnieren.gif) no-repeat 0 -20px;
}

input.senden-btn {
display: block;
width: 97px;
height: 20px;
background: url(../img/buttons/senden.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

input.senden-btn:hover {
background: url(../img/buttons/senden.gif) no-repeat 0 -20px;
}

input.del-btn {
display: block;
width: 97px;
height: 20px;
background: url(../img/buttons/del.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

input.del-btn:hover {
background: url(../img/buttons/del.gif) no-repeat 0 -20px;
}

.bestell-btn {
display: block;
width: 115px;
height: 20px;
background: url(../img/buttons/bestellen.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

.bestell-btn:hover {
background: url(../img/buttons/bestellen.gif) no-repeat 0 -20px;
}

.anmelde-btn {
display: block;
width: 115px;
height: 20px;
background: url(../img/buttons/anmelden.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

.anmelde-btn:hover {
background: url(../img/buttons/anmelden.gif) no-repeat 0 -20px;
}

.antrag-btn {
display: block;
width: 115px;
height: 20px;
background: url(../img/buttons/antrag.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

.antrag-btn:hover {
background: url(../img/buttons/antrag.gif) no-repeat 0 -20px;
}

.save-btn {
display: block;
width: 115px;
height: 20px;
background: url(../img/buttons/save.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

.save-btn:hover {
background: url(../img/buttons/save.gif) no-repeat 0 -20px;
}

.login-btn {
display: block;
width: 70px;
height: 20px;
background: url(../img/buttons/login.gif) no-repeat;
outline: none;
border:none;
margin:0;
padding:0;
}

.login-btn:hover {
background: url(../img/buttons/login.gif) no-repeat 0 -20px;
}

/* Kontakt */
#KontaktNachname, 
#KontaktTelefon,
#KontaktEs 
{
	width: 120px;
}

#Kontaktoptional {
	display: none;
	
}



