/* project: www.baeckerei-rolf.de */
/* basic styles */
/* filename: formular.css */
/* update: 2007-11-20  */
/* css author: silvia guth - www.webchair.de */

#formular { 
	position: absolute;
	left: 310px;
	top: 10px;
	margin:20px auto; 
	padding:0; 
	width:560px; 
	/*background:#fff url(/img/kaese_broetch.jpg) bottom no-repeat;*/
	background: url(/img/back1.jpg) bottom repeat-x;
}

#formular h2 {
	font-size:1.2em; 
	color:#c8281e;
}

form { 
	margin:0; 
	padding:0;
/*	border:1px solid; 
	border-color:#eee;*/
}

fieldset {
	border:1px solid; 
	border-color:#ccc; 
	padding:6px; 
	margin:0; 
	text-align:left; 
}

fieldset#daten {
	width:250px;
	float:left; 
	border:1px solid #ccc;
    height:298px;
}

fieldset#index {
	width:140px;
	float:left; 
	border:1px solid #ccc;
    height:330px;
}
fieldset#index1 {
	width:1px;
	float:left; 
	border:0px solid #ccc;
    height:288px;
}
fieldset#index2 {
	width:140px;
	float:left; 
	border:1px solid #ccc;
    height:380px;
}
fieldset#stamm {
	width:670px;
	float:left; 
	border:1px solid #ccc;
    height:360px;
}
fieldset#aktionen {
	width:670px;
	float:left; 
	border:1px solid #ccc;
}
fieldset#nachricht {
	width:250px;
	float:right; 
	border:1px solid #ccc;
	height:298px;
}


legend {
	font-size:1.1em; 
	color:#666; 
	font-weight:bold; 
	padding:5px; margin:5px; 
	background:none;
}

label {
	color:#666; 
	padding:2px; 
	margin:0px;
}


input {
	margin:3px 0 6px 0; 
	width:235px; 
	background:#eee; 
	border:1px solid; 
	border-color:#ccc; 
	color:#333;
}

input:focus {
	border-color:#990000; 
	background:#fff; 
	color:#000;
}

select {
	border:1px solid #ccc; 
	padding-left:0.3em; 
	margin-bottom:0.6em;
	background:#fff; width:140px;
}

option {
	color:#333;
}

textarea {
	width:245px; 
	border:1px solid #ccc; 
	margin:3px 0 6px 0; 
	background:#eee;
}

textarea:focus {
	border-color:#990000; 
	background:#fff; 
	color:#000;
}

.l15 {width:15px;}
.l20 {width:20px;}
.l40 {width:40px;}
.l50 {width:50px;}
.l70 {width:70px;}
.l100 {width:100px;}
.l120 {width:120px;}
.l180 {width:180px;}
.l200 {width:200px;}
.l225 {width:225px;}
.l320 {width:320px;}
.l300 {width:300px;}
.l208 {width:208px;}
.l500 {width:500px;}
.ort {width:180px;}
.strnummer {width:30px;}
.plz {width:50px;}
.stammdaten {width:50px;}
.auswahl {width:90px;}
.bezeichnung {width:100px;}
.zusatz {width:120px;}

.snack {width:190px;}
.strasse {width:200px;}

/*.garnitur {width:220px;}*/

.verkehr {width:333px;}
.sonntag {width:335px;}
.backmittel {width:450px;}

 

.button {
	clear:both; 
	float:right; 
	clear:right; 
	width:246px; 
	margin:3px 0 0 0;
}

.submitbtn {
	width:115px; 
	background:#eee; 
	border:1px solid; 
	border-color:#f8f8f8 #999 #999 #f8f8f8; 
	color:#666; 
	cursor:pointer; 
	padding:0; 
	margin:0; 
	font-size:.85em;
}

.submitbtn:hover { 
	background:#666; 
	border:1px solid; 
	border-color:#999 #333 #333 #999; color:#fff;
}

.clear { 
	clear:both; 
	margin:0; 
	padding:0;
}

