/*
#######################################################################
#  um-Bestellformular Skript V1.00                                    #
#  zur freien Verwendung, d. h. keinerlei Lizenzen oder Copyright     #
#  der backlink soll aber sein!                                       #
#  Auf jeden Fall aber diesen Tag im XHTML Template einbinden:        #
#  <meta name="Generator" content="script by http://um-fritz.de" />   #
#  Danke und viel Erfolg!                                             #
#  http://um-fritz.de                                                 #
#######################################################################
Das ist die CSS Datei für das Admincenter. Kann man ändern, lohnt sich
aber wohl nicht.
*/
* {margin:0; padding:0; border:none;}
html  {
	padding:0 1em 1em 1em;
	font-family:"Comic Sans MS";
	font-size:90%;
	overflow-x:hidden;
}
body {
  padding:0 1em 0 0;
  background:#FFF;
  color:#333;
}
h1 {
	margin:0.5em 0;
	color:#FFCC33;
}
form {
	border:1px dotted #666;
	padding:1em;
	text-align:center;
	font-family: "Comic Sans MS";
}
* html form {
	border:1px solid #666;
	font-family: "Comic Sans MS";
}
fieldset {
 background:#F0F0F0;
 padding:0 1em 1em 1em;
 margin:0 auto 1em auto;
}
form * {text-align:left;}
legend {
	padding:0.2em 0.5em;
	margin-bottom:0.5em;
	color:#FFF;
	font-weight:bold;
	background:#999 url(../um-admin/bg_black.gif) center left repeat-x;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #CCCCCC;
}
form p {
  line-height:1.5em;
  padding:1em 0;
}
p.text_right {
  clear:both;
  overflow:auto;
  padding:0.2em 0;
}
fieldset > p.text_right {
	padding-bottom:1px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
fieldset label {
  float:left;
  display:inline;
  width:49%;
  text-align:left;
}
fieldset label.ask {
  float:none;
}
label small {
  font-size:80%;
}
fieldset input,
fieldset textarea {
	width:49%;
	background:#FFF;
	border:1px dotted #666;
	float:left;
	display:inline;
	margin-top:0.2em;
	font-family:"Comic Sans MS";
	font-size:90%;
}
fieldset input.short {
  width:3em;
}
fieldset textarea {
  overflow:auto;
  height:6em;
}
* html fieldset input,
* html fieldset textarea {
  border:1px solid #666;
}
fieldset input.checkbox {
  width:auto;
  margin-top:0.5em;
  border:none;
  padding:0;
  background:transparent;
}
* html fieldset input.checkbox {
  margin-top:0;
  height:1.4em;
}
fieldset input:focus,
fieldset textarea:focus {
  border:1px solid #666;
}
table {
  width:100%;
}
td {
  text-align:center;
  vertical-align:top;
}
table input {
  width:98%;
  float:none;
  display:inline;
}
td span {
	display:block;
	background:#FFF;
	border:1px dotted #333;
	width:98%;
	margin:0 auto;
	font-family:"Comic Sans MS";
	font-size:90%;
	margin-top:0.1em;
	overflow:hidden;
}
* html td span {
  border:1px solid #333;
}
td input.checkbox {
  margin:0;
  padding:0;
}
p#submit {
  padding:0;
}
p#submit #senden {
  font-weight:bold;
  color:#FFF;
  text-align:center;
  border:3px solid #555;
  border-top:3px solid #EAEAEA;
  border-left:3px solid #EAEAEA;
  background:#999 url(../um-admin/bg_black.gif) center left repeat-x;
}
p#formmsg {
  line-height:2em;
}
p#formmsg span {
  padding:0 0.1em;
}
p.error {
  color:red;
  font-weight:bold;
}
td.error input,
p.error textarea,
p.error input,
p.error span {
  border:1px solid #F00;
  background:#FFF;
  color:#000;
}
p.confirm {
  color:green; 
  font-weight:bold;
}
.text_center {text-align:center;}
.text_right {text-align:right;}
.ask,
.ask input {cursor:help;}
