body {
	background-color:#fff;
	padding:0;
	margin:0;
	font-family:verdana;
	font-size:8.5pt;
}

/* alle Elemente */
*, html {
	padding:0;
	margin:0; 
}
a img {
 border:none;
 text-decoration:none;
}

#main {
 width:980px;
 margin:auto;
 margin-top:0;
}

.copyright {
 width:590px;
}




#breadcrumb {
 margin-left:232px;
 height:18px;
 padding-top:12px;
 clear:both;
}


/* Container fuer Inhalte */
#container {
  width:580px;
  float:left;
  margin-right:0px;
}

/*Inhaltspalten links mitte rechts */
#left,
#centercontent,
#rightcontent {
	float:left;
	display:inline;
}
#centercontent{
	margin-left:5px;
}
/* Inhalt Links + Seitenheader (subpage) */
#leftcontent,
#pagetitle {
 width:182px;
 padding-left:10px;
 padding-right:10px;
}
#pagetitle h1 {
 width:166px;
 padding:8px;;
 padding-top:5px;
 padding-bottom:5px;
 margin:0;
 color:#ab1449;
 font-weight:bold;
 font-size:13px;
 background-color:#cccccc; 
}
#centercontent,
#rightcontent {
 margin-top:12px;
}

/*Searchbar*/
#searchbar{
	float:left;
	margin-left:217px;
	margin-top:1px;
	width:763px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
/*pet am 2.2. eingefügt für IE6*/
*html #searchbar{
	margin-left:108px;
}
/*pet ende*/

/* Div fuer Abstand allgemein*/
.abstand,
.abstandce {
 height:5px;
 clear:both;
 padding:2px;
 margin-top:3px;
}
/*pet am 2.2.2007 eingefügt wegen IE6 */

* html .abstand,
* html .abstandce {
 height:1px;
 padding:0;
 margin-top:0px;
 
}

.abstandce {
 height:10px;
}
/* Div fuer Abstand */
.abstandLine {
 height:5px;
 clear:both;
 background-image:url('img/linehg.gif');
 background-position:0 0;
 background-repeat:no-repeat;
}
#footer {
 height:11px;
 background-color:#ccc;
 text-align:right;
 /*margin-top:20px;*/
 padding-right:25px;
}

/*ab hier hat pens styles hinzugefügt*/

.mainline hr {
 width:980px;
 margin-top:15px;
 height:1px;
 border:0;
 background-color:#ab1449;
 color:#cc0000;
}

#print {
 width:40px;
 position:relative;
 top:-60px;
 left:897px;
}
