body,td,th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#000000;
}
body {
	background-color:	#555555;
	margin-left:    	0px;
	margin-top:     	0px;
	margin-right:   	0px;
	margin-bottom:  	0px;
	padding-top:    	0px;
	padding-bottom: 	0px;
	background-repeat: 	repeat;
}
td.footer{
	background-color:	#CCCCCC;
	text-align:			center;
	border-width: 		1px;
	border-style: 		solid;
	border-color: 		#999999;
	height:				16px;
}
td.paneltitle{
	font-size: 			10px;
	font-weight: 		bold;
	padding-bottom: 	5px;
	padding-top: 		15px;
	text-transform:		uppercase;
}
a {
	font-style: 		normal;
	line-height: 		normal;
	font-weight: 		bold;
	font-variant: 		normal;
	color: 				#FF0000;
	text-decoration:	none;

}
.input_searchbox {
	font-size: 		9px;
	width: 			100px;
	margin-bottom:		.4em;
}
h1 {
	font-size: 			14px;
	font-weight: 		bolder;
	color: 				#000000;
	padding-top: 		15px;
	padding-bottom: 	15px;
}

/* Navigation */
.navi{
	padding-top: 		5px;
	padding-bottom: 	0px;
	font-size: 			10px;
}
td.navi-left{

}

a.navileft_passive{
	display: block;
	color:#FFFFFF;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: auto;
	background-color: #999999;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 2px;
}
a.navileft_open{
	display: block;
	color:#000000;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: auto;
	background-color: #EEEEEE;
}
a.navileft_active{
	display: block;
	color:#000000;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}

/* Referenzliste */
div#headline{
	font-weight: 		bold;
	font-size: 			10px;
	float: 				none;
	padding-top:		inherit;
	padding-bottom:		3px;
}
div#text {
	float: 				left;
	width: 				340px;
	padding-bottom:		3px;
}
div#image {
	float: 				right;
}
div#more {
	float: 				none;
	padding-bottom: 	30px;
}
div#browsing {
	margin-top:			20;
	text-align: 		center;
	padding-bottom:		10px;
}
div#Back {
	float: 				left;
}
div#Pages {
	float: 				none;
	margin-top:			40;
}
div#Next {
	float: 				right;
}
