/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.jpg);
}

/** FORMS */
form {
  font-size: 15px;
  background: #f8f8f8;
  border: thin solid #ab0;
  margin:0px;
  padding:20px;
  padding-left:10px;
}

form br { 
  clear: left; 
}

label, input, select { 
  display: block;
  float: left;
  width: 150px; 
  font-size: 17px;
}

label {
 text-align: right; 
 padding-right: 15px;
 width: 80px;
 font-size: 15px;
}

input#submit { 
  float: none;
  width: auto;
}
input#strasse { 
  width: 400px;
}
input#plz { 
  width: 50px;
}
input#ort { 
  width: 250px;
}
input#email { 
  width: 400px;
}
input#menge { 
  width: 50px;
}
input#paypal { 
  width: 62px;
}
/** HEADINGS */

h1{
  margin: 0px;
	font-family: "Verdana", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #ffffff;
}
h2{
  margin: 0px;
	font-family: "Verdana", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 115%;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 21px;
	font-weight: normal;
	color: #BD1B01;
}

.text2 {
	font-size: 10px;
	font-style: normal;
	color: #7E7E7E;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text4 {
	margin-bottom: 1em;
}

.text5 {
	margin-left: 160px;
	padding-left: 20px;
	background: url(images/homepage15.gif) repeat-y;
}
.text6 {
	font-size: 15px;
}
/** LINKS */

a {
	color: #BD1B01;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	color: #000000;
}

a.link2:hover {
	text-decoration: none;
	color: #BD1B01;
}

a.link3 {
	text-decoration: none;
  color: #BD1B01;	
}

a.link3:hover {
	text-decoration: underline;
	color: #BD1B01;	
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #8D8E8F;
}

.style1 a {
	color: #8D8E8F;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x; }
.bg2 { background: url(images/bg03.jpg) no-repeat; }
.bg3 { background: url(images/bg05.jpg) no-repeat; }
.bg4 { background: url(images/bg06.jpg) no-repeat; }
.bg5 { background: url(images/bg07.jpg) repeat-y; }
.bg6 { background: url(images/bg08.jpg) no-repeat right bottom; }
.bg7 { background: url(images/bg09.jpg) no-repeat; }
.bg8 { background: url(images/bg10.jpg) no-repeat; }

.bg9  { background: url(images/subpage2_02.jpg) repeat-y 0px 126px; }
.bg10 { background: url(images/subpage2_03.jpg) no-repeat right bottom; }
.bg11 { background: url(images/subpage2_04.jpg) no-repeat; }
.bg12 { background: url(images/subpage2_05.jpg) no-repeat; }
.bg13 { background: url(images/subpage2_06.jpg) no-repeat; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

.img3 {
	float: right;
	margin-right: 10px;
	margin-top: 40px;
}

.flash {
	margin: 15px;
	margin-left: 165px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px 0px 5px 0px;
	background: url(images/homepage16.gif) repeat-x;
}

.li1 {
      list-style: decimal;
      margin: 0px;
      padding: 0px 0px 0px 30px;
      text-align: left;
}
.li2 {
      list-style: decimal;
      margin: 0px;
      padding: 0px 0px 0px 30px;
      text-align: left;
      font-size: 14px;
}
.liedtext{
	        font-size: 14px;
	        text-align: left;
	        margin-left: 120px;
}
.liedtext1{
	        font-size: 14px;
	        text-align: left;
	        margin-left: 80px;
}

