/* Start of CMSMS style sheet 'buvv' */
/** written by webdeerns.de for BUVV **/


* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, sans-serif;
   font-size: 80.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}



/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */



/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #333;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#primary-nav a:hover { 
   background: #EED2EE; }


#primary-nav li, #primary-nav li.menuparent { 
   margin-left:1px;
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #EED2EE; color:#8B2252;
}

#primary-nav a.menuactive { color:#8B475D;}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #EED2EE; color:#8B2252;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; background-color: #EED2EE; 
}

#primary-nav li ul a:hover, 
#primary-nav li ul ul a:hover { 
   color:#8B2252;
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; background-color: #EED2EE; 
}


/* IE Hack, will cause the css to not validate */


*+html #primary-nav li, 
*+html #primary-nav li.menuparenth {height: 1%; }
*+html #primary-nav li a {height: 1%; }




/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #8B3A62; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8B3A62;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #473C8B;
}

a img{border:0;}

/*****************
basic layout 
*****************/
body {
   background: #fff;
   color: #333;
   margin:0;
} 

/* center wrapper, min max width */

div#pagewrapper { margin: 0; background: #fff url(images/cms/green_bg.png) bottom left no-repeat; color: black;}


div#leftbar_violet{
   margin: 0 0 0 4em;      
   width: 14em;
   background: transparent url(images/cms/heide_hintergrund.png) top left repeat-y ;
   color: black;
}


div#inhalt{margin: 0 0 0 14em; }


/*** header ****/

div#header {margin: 0 0 0 1em; width:70em;height: 26em; background: transparent; }

div#bilder {background: transparent; width:48em;height: 24em; float:left; margin: 0 0.5em 0 0; z-index:6;}

div#logo{margin: 0; padding: 0.5em 0 0 4em;text-align:right;z-index:4;  }
.buvvlogo {margin-top: 4em; }

div#search{margin:1.5em 0 0 0; }

div#nav_container {position:absolute;width: 14em; background: transparent;color: black; padding:0;display: inline; margin:1em 0 3em -14em;}

*+html #nav_container{}
* html #nav_container{}

div#sidebar {background: transparent url(images/cms/white_bg.png) top left repeat; border-top:8px solid #9ACD32;width: 14em;margin: -3em 0 4em 0;padding:2.2em 0 0 0;}

div#logobar {background: transparent url(images/cms/white_bg.png) top left repeat; width: 14em; height: 17em;margin-top: 4em;padding:0.4em 0;text-align:center;}

div#content {clear:both;margin: 1em 0 0 0; width: 74em;background: transparent url(images/cms/green_bar.png) 6em 0 no-repeat;}


div.breadcrumbs {padding: 0.2em 0; font-size: 90%; margin: 0 0 0 4em;color:#333;}
div.breadcrumbs span.lastitem {font-weight:bold; } 


div#main {min-height:25em;margin:4em 2em 1em 2em;background:transparent;color:#222;}

div#neues {background:transparent; margin: 1em; }
div#neues h4#titel_neuigkeiten {color:#8B3A62; margin:0.3em; }
div#neues .pagecount {color:#333; font-size:85%;margin:0.3em; }
div#neues .pagecount a{color:#8B3A62 }
div#neues .NewsSummary {font-size:95%;}

div.pollvoteform {margin-top: 1em; }
div.polloptions, div.pollresults {width: 28em;padding: 1em;margin: 1em auto 1em 3em; border: 1px solid #8B3A62;}
div.polloption, div.pollresult {padding:0.3em;font-weight:bold; }
div#totalvotes {margin: 1em 1em 1em 0; color:#8B3A62}

input#vote {margin-left: 4em;}
input#peek{margin-left: 4em;}

div#footer {clear: both; margin:0;color: #000; background: transparent;min-width: 65em;}

div#footer p {font-size: 0.8em;  padding: 1.5em; text-align: center; margin: 0;}
div#footer p a {color: #8B5F65; text-decoration:none; }
div#footer img {margin:0.3em;border:0;}


/*** allgemeine styles - für die Editor-Auswahl  ****/

.element_links {float:left; margin:0 1em 1em 0; padding:0 0.3em 0.3em 0; background-color:#8F8F8F;}
.element_links img{margin: -0.3em 0 0 -0.3em ;}

.clear_links {clear:left;}

.element_rechts {float:right; margin:0 0 1em 1em; padding:0 0.3em 0.3em 0; background-color:#8F8F8F;}
.element_rechts img{margin: -0.3em 0 0 -0.3em; }

.clear_rechts {clear:right;}

.clear_beide {clear:both;}

.element_mitte {margin:1em auto 1em auto;padding:0 0.3em 0.3em 0; background-color:#8F8F8F; }
.element_mitte img{margin: -0.3em 0 0 -0.3em; }

div#inhalt img{border:none;}
div#inhalt img.mit_rand{border:1px solid #9E9E9E;}
div#inhalt a img{border:none;}
div#inhalt img.mit_rand{border:1px solid #9E9E9E;}

.absatz_eingerueckt {margin-left: 4em;}

.absatz_mit_linie {border-bottom: 1px dotted #777; }
.box_mit_linie {border-bottom: 1px dotted #777; }

.tabelle_rand {border: 1px solid #ccc;text-align:left;vertical-align:top; padding:0.2em;}

.tabelle_ohne_rand {border: 0;text-align:left;vertical-align:top; padding:0.2em;}

.tabelle_wichtig {border: 0;text-align:left;vertical-align:top; margin:1em 1em 3em 1em;font-weight:bold;}

.tabelle_wichtig td,  .tabelle_wichtig th{padding:0.4em;border-bottom: 1px dotted #777;}

.tabelle_mitarbeiter {text-align:left;margin:1em;padding:0;}
.tabelle_mitarbeiter th {font-weight:bold;padding:0.4em;}
.tabelle_mitarbeiter tr {margin:0;padding:0;}
.tabelle_mitarbeiter td {border-bottom: 1px dotted #777;vertical-align:bottom; margin:0;padding:0.4em;}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {clear:both;
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #777;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; margin: 1.5em 0 0 0;
}

div.right49 {
  float: right;
  width: 49%;margin: 1.5em 0 0 0;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}

div#content h2 {clear:both;
	color: #698B22; 
	font-size: 1.4em; 
	text-align: right; 
        line-height: 1.4em;
        margin: 1em 0.5em;
}
div#content h3 {clear:both;
   color: #8B3A62; background-color:#F0F0F0;
   font-size: 1.2em;margin: 2em 0 1em 0; padding:0.2em 0.6em;
   line-height: 1.3em;}

div#content h4 {clear:both;
   color: #777; 
   font-size: 1.2em;
   line-height: 1.3em;
   padding-left: 0.5em;
   margin: 1em 2em 0.5em 1em;border-bottom: 1px dotted #777;
}
div#content h5 {clear:both;
   color: #444; 
   font-size: 1.1em;
   line-height: 1.1em;
   padding-left: 0.5em;
   margin: 1em 2em 0em 1em;
   text-decoration: underline;
}
h6 {clear:both;
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   padding-left: 0.5em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 1em; 
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'buvv' */

