#topNavi, #boxes, #serviceNavi {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px !important;
}

h1 {        
    font-size: 12px;   
}

p {
    margin: 0 0 10px 0;
}

img {
    border: none;
}

hr {
	clear:both;
	height:1px;
	border: 0;
	margin-bottom: 5px;
}


.clear {
    clear:both;
}

.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }

.leftfloater { float:left; }
.rightfloater { float:right; }


a:link,
a:visited {
    text-decoration: none;
}

a:hover, a:active,a:focus {
    text-decoration: underline;
}

#page {
    width: 951px;
    margin-left: 25px;
}


/* servicenavi */
#serviceNavi {
    list-style:none;
    float:right;
}
#serviceNavi li, #footerNavi li {
    float:left;
    margin-left: 15px;
}

#footerNavi {
    list-style:none;
}

/* Navigation oben */
#topNaviContainer {
	clear: both;
    height: 45px !important;    
    margin-top: 20px !important;
}

#topNavi{
	position: relative !important;
	top: 0 !important;		
	width: 951px !important;			
	height: 45px !important;
	list-style: none !important;				
}


#topNavi li, #subNavi li {    
    float:left !important;
    height: 22px !important;
    line-height: 22px !important;  
}

#topNavi li ul {
    position: absolute !important;
    margin-top: 0px !important;   
    left: 0 !important;
    display:none !important;
    width: 951px !important;
    list-style: none !important;
}

#topNavi a.topn:link,
#topNavi a.topn:visited {
    display:block !important;
    width: 135px !important;
    height: 22px !important;
    line-height:22px !important;    
    text-align:center !important;    
    font-weight:bold !important;
}

#topNavi li ul a
	 float: left;		  
	  border: 0;
	  font-weight: normal;
	  width: auto;
	  margin-right: 10px;
}
		
#topNavi li.active ul {		  
	display: block;
}

#topNavi li:hover ul, 
#topNavi li.over ul { 
		  display: block;
		  z-index: 60;
}		

#topNavi a.topn:hover,
#topNavi a.topn:active,
#topNavi a.topn:focus, 
#topNavi li.active a.topn:link,
#topNavi li.active a.topn:visited {    
    text-decoration:none;
}


#topNavi li ul li a {
    border-right: none !important;    
}


#topNavi li.active ul {
    display:block;
}
#topNavi ul li a:link,
#topNavi ul li a:visited {
    display:block;
    padding: 0 20px;
    font-size: 10px;
    font-weight: bold;
}


#topNavi li ul li a {
		width: auto !important;
		font-weight: normal !important;
		padding: 0 7px !important;
}

/* Inhaltsbereich */
#content {
    width: 620px;
    float:left;
    margin-left: 3px;
}

.contentBox {
    padding: 10px 5px 5px 5px;
    margin-bottom: 20px;
    clear: both;    
}

.smallContentBox {
	height: 190px;
  	padding: 5px; 
  	margin: 0 0 20px 0;
}

.smallContentBox .newsItem {
	height: 145px;
	border:none !important;
}
.smallContentBox h3 {
	margin-bottom: 10px;
}
.bottomline{	
	clear: both;
	height: 19px;
	margin-bottom: 15px;
}

div.trenner10{
	height: 10px;
}

div.trenner20{
	height: 20px;
}


.halfsized {
	width: 290px !important;	
}

.quartersized {
	width: 130px !important;
	width: 140px;
}

.rightspacer {
	margin-right: 20px;
}

.newsItem {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
    clear: both;
    margin-bottom: 10px;
}

.newsItem h2 {
    font-weight: bold;    
    font-size: 11px;
    margin-bottom: 4px;
}
.newsItem h2 .datum {
    float:right;
    font-weight:normal;
}
.newsItem h3 {
    font-size: 13px;
    color: #000000;
}
.newsItem h3 a {
    color: #000000 !important;
}
.newsItem img {
    margin-right: 10px;
}

.anzeige {
	  font-size: 10px;
}


a.more:link,
a.more:visited {
    font-weight: bold;
    float:right;
    display:block;
    text-transform:uppercase;
    height: 18px;
    font-size: 10px;
    line-height:18px;
    width: 107px;
    text-indent: 10px;
}
a.more:hover,
a.more:active,
a.more:focus {
    text-decoration:none;
}


/* Breadcrumb */
#breadcrumb {
    clear:both;
    margin: 10px 0;
}


/* Boxen */
#boxes {
    width: 300px;
    float:right;
}

#searchBox {
    padding: 10px 15px 5px 10px;
    margin-bottom: 10px;
}
#search {
    width: 230px;
}

.box {
    padding: 8px;
    margin-top: 15px;
	position: relative;
}
.box .newsItem {
    border-bottom: none;
    padding: none;
    margin: none;
}

.boxImage{
	display: block;
	width: 60px; 
	height: 60px;
	float: left;
	margin-right: 10px;
}

.boxWImageContent{
	 width: 210px;
	 float: left;
}

#footer {
    clear:both;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
}

.compare {
	margin-top: 15px;
}
.compare th {
	text-align:left;
	vertical-align:top;
	padding-left: 5px;
}
.compare td {
	padding: 2px 5px;
	vertical-align:top;
}
.compare thead th {
	padding: 5px;
}

/* Formulare */
form table td {
	padding: 4px;
	vertical-align:top;
}
.label {
	width:130px;
}
.textinput {
	width:160px;
}

.formcol {
	float:left;
	width:49%;
}

#searchtable th{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #8F96A4
}

#searchtable td{
	padding: 5px;
	text-align: left;
	font-size: 10px;
	vertical-align: top;
}

#searchtable{	
	border-bottom: 1px solid #8F96A4;
	margin-bottom: 10px;
}

#searchtable a{	
	font-weight: normal !important;
	font-size: 10px;
}

.orInputField{
	width: 250px;
}

.formLabel{
	width: 125px;
}

optgroup option {
	padding-left: 10px;
}

a.button{
	padding: 3px 10px;
	color: #FFF !important;
}


/*-Bildergalerie-------------------------------------------------*/

#pictureGalleryCell{
	padding: 10px;
	padding-right:0;	
	text-align: center;
}

#pictureGalleryPreview{
	padding: 10px;		
	text-align: center;
}

#pictureGalleryPreview img{
	margin-bottom: 10px;
}

#pictureGalleryCell p{
	padding: 5px 0 0 0;
	margin: 0;
	width: 400px;	
	text-align: center;
}


#pictureGalleryNavi td{
    vertical-align: middle;
	padding: 0;
	height: 30px;	
	text-align: center;
}

#buttonTest{
	position: absolute;
	top: 0;
	left: 370px;
}

.noPadding{
	padding: 0;
}

.noMArgin{
	margin: 0;
}

