*	{
	margin:0;
	padding:0;
	background:transparent;
	}
a img	{
	border:none;
	text-decoration:none;
	}
/*pagelayout*/
html	{
	background: #fff url(../img/layout/background.png) top left repeat-x; 
	}
	
body	{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: small;
  line-height:1.5em;
  letter-spacing:0.1em;
  color:#444;
  background: transparent url(../img/layout/footer.jpg) bottom left repeat-x; 
  padding-bottom:50px;
  }
#pagecontainer {
	margin-right:auto;
	margin-left:auto;
	width:1024px;
	background: transparent url(../img/layout/header.jpg) top left no-repeat;
	border-left:1px solid #8a0718;
	border-right: 1px solid #8a0718;
	}
#textcontainer	{
	background:transparent;
	margin-top:330px;
	}
#textcontainer h1	{
	padding-top:1.8em;
	font-variant:small-caps;
	letter-spacing:0.5em;
	text-align:center;
	line-height:2em;
	font-size:16pt;
	}
#textcontainer h2	{
	font-variant:small-caps;
	letter-spacing:0.1em;
	font-size:110%;
	color:#8a0718;
	}
#textcontainer a	{
	text-decoration:none;
	color:#8a0718;
	}
#textcontainer a:hover	{
	text-decoration:none;
	color:#aaa;
	}
ul.product	{
	padding-top:15px;
	list-style-image:url(../img/layout/pfeil-klein.gif);
	}
ul.product li	{
	margin-top:0.5em;
	}
ul.product li:first-letter	{
	font-weight:bold;
	}
	
.leftcol	{
	float:left;
	width:500px;
	}
.rightcol	{
	float:right;
	width:500px;
	}
.textbox	{
	padding-left:50px;
	margin-right:auto;
	margin-left:auto;
	width:85%;
	margin-top:20px;
	}

.b450	{
	margin:10px;
	background:transparent url(../img/layout/border-450.gif) top left no-repeat;
	padding:30px 50px 40px 50px;
	height:450px;
	}
	
.b225	{
	margin:20px;
	background:transparent url(../img/layout/border-ie.gif) top left no-repeat;
	padding:20px;
	height:225px;
	}
.b860	{	
	margin-right:auto;
	margin-left:auto;
	background:transparent url(../img/layout/border-860.gif) top left no-repeat;
	width:840px;
	padding:7px;
	padding-right:40px;
	height:225px;
	}
.navi	{
	float:right;
	background:transparent;
	margin-top:20px;
	width:53%;
	}
.navi ul	{
	list-style-type:none;
	height:29px;
	margin-right:30px;
	white-space:nowrap;
	
	}
.navi ul li {
	display:inline;
	color:#fff;
	padding: 0 0 11px 0;
	margin-left:15px;
	font-variant: small-caps;
	letter-spacing:0.5em;
	font-size:110%;
	font-weight:normal;
	white-space:nowrap;
	}
.navi ul li a	{
	text-decoration:none;
	color:#fff;
	padding-bottom:11px;
	white-space: nowrap;
	}
.navi ul li a:hover	{
	color: #fff;
	border-bottom:1px solid #fff;
	white-space:nowrap;
	}
.actif	{
	color: #fff;
	background:transparent url(../img/layout/brush.gif) left top repeat-x;
	}
.navi2	{
	float:right;
	background:transparent;
	margin-top:120px;
	}
.navi2 ul	{
	list-style-type:none;
	margin-right:7px;
	}
.navi2 ul li {
	list-style-type:none;
	color:#fff;
	padding: 0 0 11px 0;
	margin-left:15px;
	font-variant: small-caps;
	font-size:100%;
	font-weight:normal;
	line-height:1em;
	}
.navi2 ul li a	{
	text-decoration:none;
	color:#fff;
	padding-bottom:2px;
	}
.navi2 ul li a:hover	{
	color: #fff;
	border-bottom:1px solid #fff;
	}
.navi2 ul li span	{
	color: #aaa;
	}

.clearer	{
	clear:both;
	height:1px;
	}
.zitat	{
	font-weight:bold;
	font-size:90%;
	float:right;
	padding-right:20px;
	}	
.gutter	{
	padding-top:1.5em;
	}
.centered	{
	text-align:center;
	}
.footer	{
	text-align:center; 
	margin-right:auto; 
	margin-left:auto; 
	border-left:1px solid #8a0718;
	border-right: 1px solid #8a0718; 
	width:1024px; 
	color:black;
	}
.footer p	{
	position: relative; 
	bottom:-30px; 
	font-size:90%;
	}
/* formular */
form	{
	padding:20px 20px 20px 0;
	border:0px solid #ddd;
	}
.bereich {
	background: #fff;
	border:1px solid #ddd;
	width:360px;
	color:#555;
	padding:5px 5px;
	}
.feld	{
	background: #fff;
	border:1px solid #ddd;
	width:172px;
	color:#555;
	padding:5px 5px;
	}
.button	{
	width:160px;
	background: #fff;
	border:1px solid #ddd;
	color:#555;
	}
.antisp	{
	display:none;
	}
/*formular */