/*----- Autor: Benno Sökeland
        Sökeland Werbung / Design
		www.m-sponsor.de
		 © 2009------*/

/*------ inhalt.css Angaben zum Inhalt alle Seiten ------*/

/*------ Inhalt: Formular ------*/

fieldset
{
font-size:11px;
color:#000000;
border: solid 1px #FF3300;
font-weight: normal;
width:500px;
padding: 10px;
}

#checkbox
{
margin-left:10px;
margin-right:5px;
}

#plz
{
width:11px;
}

br
{
clear: left;
}

.submit, .reset
{
background-color:#FFF5D9;
border:3px double #009999;
}

label
{
width:8em;
margin:5px;
padding: 5px;
float: left;
text-align: right;
font-weight: normal;
line-height:11px;
color: #000000;

}

/*------ Ende Formular ------*/