body
{
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;  
	color: #333;
}

*
{
  font-size: 11px;
  line-height: 2em;
  margin: 0;
  padding: 0;
}


h1
{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ccc;
}


a
{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

a img
{
  border: none;
}

a:hover
{
  text-decoration: underline;
  color: #06f;
}

#center
{
  width: 800px;
  margin: 0 auto 0 auto;
}

#center #header
{
  padding: 25px 0;
}

#center #header *
{
  line-height: 1em;
}

#center #header #logo
{
  float: left;
  margin: 0 0 25px 0;
}

#center #header #navi
{
  clear: both;
  
  padding: 12px 0;

  background: #ccc; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
  
  border: 1px solid #aaa;
  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
  box-shadow: 0px 0px 12px #ddd;
  -moz-box-shadow: 0px 0px 12px #ddd;
  -webkit-box-shadow: 0px 0px 12px #ddd;
  
  text-align: center;
}

#center #header #navi ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#center #header #navi ul li
{
  display: inline;
}

#center #header #navi ul li a
{
  font-size: 18px;
  color: #999; 
  font-weight: normal;
  margin: 0 10px 0 10px;
}

#center #header #navi ul li a:hover
{
  color: #333;
  text-decoration: none;
}

#center #header #navi ul li a.active
{
  color: #000033;
}



.contentline
{
  clear: both;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px dotted #999;
}

.contentline .img
{
  width: 360px;
  float: left;
  color: #999;
}


.contentline img
{
  float: left;
}

.contentline .img img
{
  width: 360px;
  margin: 0 0 0 -2px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  -webkit-box-shadow: 0px 0px 4px #ccc;
}

.contentline h1
{
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  margin: 0 0 0 385px;
}

.contentline form h1
{
  margin: 0 0 15px 0;
}

.contentline p
{
  margin: 0 0 0 385px;
  padding: 0;
}

.contentline p blockquote
{
  font-size: 14px;
  color: #669;
  font-family: Garmond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
}






.form
{
  margin: 0 0 0 385px;
  padding: 0;
}

.form form label
{
  clear: both;
}

.form form label b
{
  float: left;
  width: 125px;
  text-align: right;
}

.form form label input[type='text'],
.form form label select,
.form form label textarea
{
  margin: 0 0 15px 25px;
  width: 240px;
  border: 1px solid #ccc;
  color: #999;
  padding: 2px 10px;
}

.form form label:hover input[type='text'],
.form form label input[type='text']:focus,
.form form label:hover select,
.form form label select:focus,
.form form label:hover textarea,
.form form label textarea:focus
{
  border: 1px solid #666;
  background: #eee;
  color: #000;
}


.form form label input[type='submit']
{
  margin: 0 0 0 150px;
  padding: 2px 15px;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  

  background: #ccc; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
  
  border: 1px solid #aaa;
  
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;  
}

.form form label input[type='submit']:hover
{
  color: #000;
  background: #bbb; /* for non-css3 browsers */
  border: 1px solid #666;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bbb'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #bbb); /* for firefox 3.6+ */
}

.form form label input[type='submit']:active
{
  background: #fff; /* for non-css3 browsers */
  border: 1px solid #666;
  text-shadow: -1px -1px 1px #fff;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#fff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#fff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #bbb,  #fff); /* for firefox 3.6+ */
}

#preis
{
  font-weight: bold;
  color: #030;
  background: #efe;
  border: 1px solid #090;
  text-shadow: 1px 1px 1px #ccc;
}


.error
{
  color: #900;
}

.error input,
.error textarea,
.error select
{
  background: #fFf1f1;
  border: 1px solid #900 !important;
  color: #900 !important;
}


.error input:hover,
.error textarea:hover,
.error select:hover
{
  background: #fcc !important;
}




#footer
{
  clear: both;
  padding: 0 0 25px 0;
}

.aifv
{
  display: block;
  background: #eee;
  padding: 5px;
}

#meta
{
  margin: 15px 0 0 0;
  text-align: right;
}


.hidden
{
  display: none;
}

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

