
/* ----------boxes-------------- */

div.headerbox { 
width: 100%;
height:289px;
background-image:url(../images/headergruppe.jpg);
background-repeat:no-repeat;
background-position: -90px -60px;
} 

div.navibox { 
width: 100%;
} 

div.subnavibox { 
width: 100%;
} 

div.breadbox { 
width: 100%;
} 

div.footerbox { 
width: 100%;
clear:both;
} 

/* ----------header-------------- */

/* ----------Navigation-------------- */
 
/* ----------Contentboxes-------------- */

div.contentbox { 
width: 100%;
} 

div.viertelkasten { 
float:left;
width:50%;
} 

div.halbkasten { 
float:left;
width:100%;
}
/* ----------Contentelemente-------------- */
p.intro-unter {
width: 100%;
} 

/* ----------ZWEISPALT-TEMPLATE-------------- */
div.contentlinks  {
width:100%;
}

div.contentrechts {
width:50%;
clear:both;
} 