/* basic definitions
   -------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	background-color: white;
}

* {
	font-family: arial, verdana, sans-serif;
	color: #656565;
}

p {
	margin: 0;
	padding: 10px 0px;
}

a {
	text-decoration: none;
	color: #656565;
}

a.active  {
	color: #656565;
	text-decoration: underline;
}

a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
}

.centerpart .content a {
	text-decoration: underline;
	color: #656565;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0;
	padding-top: 0;
}

.content h2 {
	padding-top: 20px;
}



.content h4 {
	apadding: 10px 0 15px 0;
}

br.clear {
	clear: both;
 	line-height: 0; 
	display: block;	
}

div.print {
	display: none;
}

/* handicapped
   -------------------------------------------- */
.handicap {
	display: none;
}

/* positioning
   -------------------------------------------- */

/** centering */   
.wrapper {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 100%;
	height: 678px;
	padding: 0px
}


/** page display */   
#page {
	position: relative;
	width: 838px;
	height: 100%;
	margin: 0px auto;
}

.leftpart {
	float: left;
	width: 224px;
}

.centerpart {
	float: left;
	width: 440px;
}

.rightpart {
	float: left;
	width: 169px;
}

/* zwei/dreispaltigkeit ueber body class="
   -------------------------------------------- */
body.zweispaltig .centerpart {
	width: 614px;
}

body.zweispaltig .rightpart {
	display: none;
}

/* look and feel
   -------------------------------------------- */
#page {
	color: #fc0;
	background-color: white;
}

/* background images
   -------------------------------------------- */
body.dreispaltig #page {
	background: white url( ../images/bg_dreisp.gif ) repeat-y;
}

body.zweispaltig #page {
	background: white url( ../images/bg_zweisp.gif ) repeat-y;
}

.leftpart .boxes {
	padding-top: 112px;
}

.search {
	position: absolute;
	bottom: 1px;
	height: 20px;
}

strong.search_result_txt  {
	display: block;
	float: left;
}

ol.search_results {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

ol.search_results a {
	color: blue;
	text-decoration: none;
}
ol.search_results a:link,
ol.search_results a:hover,
ol.search_results a:active,
ol.search_results a:visited {
	text-decoration: none;
}

ol.search_results .search_pager {
	margin-top: -27px;
	float: right;
}