/* =========================================================
muellerbauer.de - Stylesheet für Newsletter Subscription @ muellerbauer.de
Datei: style.css
Media: screen
Datum: 21. Juli 2007
Autor: Ulf Mayer
Mail: ulfmayer@gmail.com
Web: http://muellerbauer.de
Farbangaben:
	Blau - #9fdaf7
	Gelb - #fffae8
	Rot - #ca0033
	Grün - #98ba00
	Dunkles Gelb - #ffec91
	Orange - #fdca00
========================================================== */
body {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 100.01%;
	color: #000;
  background: #fffae8;	
}
address { font-style: normal; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }

body fieldset {
  width: 230px; 
  float: left;
  border: 2px solid #FFEC91;
  display: block;
  padding: 10px;
  height: 130px;
  margin-right: 10px;
}
div.newsletterbox {
  font-size: .8em;
}
legend {
  display: none;
}

input.button {
	display: block;
	width: 133px;
	height: 25px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
	border: 0;
	line-height: normal;
	background: url(/fileadmin/templates/images/button.gif) no-repeat;
  color: #ca0033;
  letter-spacing: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

input {
	width: 160px;
}
