/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility{
   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 */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'broxumss_2.0alpha' */
/* CSS Document */
body              { font-family: Verdana, Arial, Helvetica, 'Sans Serif'; 
                    background-color: #ffffff;
                    background-image:url('../images/backgrd.gif');
                    background-repeat: repeat-x;
                    color: 336aa5;
                    font-size: 11px;
                    margin-left: 0px;
                    margin-right: 0px;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    scrollbar-base-color:#ECEDF0;
                    scrollbar-3dlight-color:#ECEDF0;
                    scrollbar-arrow-color:#3C4762;
                    scrollbar-darkshadow-color:#ECEDF0;
                    scrollbar-face-color:#ECEDF0;
                    scrollbar-highlight-color:#3C4762;
                    scrollbar-shadow-color:#3C4762;
                    scrollbar-track-color:#C0C0C0; }


* {
margin:0;
padding:0;
}

div {
   font-size: 1em;
}

div.breadcrumbs {
	padding: 2.4em 0 0 0.7em; /* CSS short hand rule first value is top then right, bottom and left */
	font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
	margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
	color: #000000;
       float:auto;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
div#head a{
/* you can set your own image here */
   background: #FFFFFF url(images/cms/broxum_logo.jpg) no-repeat; 
   display: block;
   padding-bottom: 2px;
   width: 195px;
   height: 37px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#footer {
	clear: both;
	background-color: #b0c6dc;
}

div#footer p {
   font-size: 0.9em;
   padding: 0.7em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
  color: #000033;
}

a:link		      { color: #336aa5;
			        text-decoration: underline; }
a:visited	      { color: #336aa5;
			        text-decoration: underline; }
a:hover	          { color: #FFCC00;
			        text-decoration: none; }			        
a:active	      { color: #FFCC00;
			        text-decoration: underline; }
			  
a.menu:link       { color: #3C4762;
			        text-decoration: none;
			        font-weight: bold;
			        font-size: 10px; }
a.menu:visited    { color: #3C4762;
			        text-decoration: none;
			        font-weight: bold;
			        font-size: 10px; }			     
a.menu:hover	  { color: #FFCC00;
			        text-decoration: none;
			        font-weight: bold;
			        font-size: 10px; }			     
a.menu:active	  { color: #FFCC00;
			        text-decoration: none;
			        font-weight: bold;
			        font-size: 10px; }			     

a.column:link     { text-decoration: none; }
a.column:visited  { text-decoration: none; }
a.column:hover	  { text-decoration: none; }
a.column:active	  { text-decoration: none; }

.logo             { border: 0px;
                    margin-top: 0px;
                    margin-bottom: 7px;
                    margin-left: 10px;
                    margin-right: 10px; }

.pic              { /*border: 1px solid #3C4762;*/
                    margin-right: 10px; }

.image            { border: 0px; }

.noprint img {
	border: 0;
	float: right;
}

.map              { border: 0px;
                    margin-left: 10px; }
         
h1		          { font-family: Arial, Verdana, Helvetica, Sans Serif;
                    font-size: 18px;
                    color: #336aa5;
                    margin-bottom: 40;
                    margin-top: 40; }

h2				  { font-family: Arial, Verdana, Helvetica, Sans Serif;
                    color: #336aa5;
			  	    font-size: 14px;
                    margin-bottom: 10;
                    margin-top: 10; }

h3		          { font-family: Arial, Verdana, Helvetica, Sans Serif;
                    color: #336aa5;
                    font-size: 17px;
                    padding-left: 10px;
                    padding-right: 10px;
                    margin-bottom: 3;
                    margin-top: 3; }

h4				  { font-family: Arial, Verdana, Helvetica, Sans Serif;
			  	    color: #336aa5;
			  	    font-size: 18px;
			  	    margin-top: 8;
			  	    margin-bottom: 8;
 }

h5				  { font-family: Arial, Verdana, Helvetica, Sans Serif;
                    color: #9BACC7;
                    font-size: 14px;
                    margin-top: 0;
                    margin-bottom: 0; }

h6                { font-family: Arial, Verdana, Helvetica, Sans Serif;
                    color: #336aa5;
                    font-size: 12px;
                    margin-top: 0;
                    margin-bottom: 0;}

ul, li   {
	/*color: #336aa5;*/
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px; 
        list-style-type: square;
	list-style-position: outside;
}
 /*
ul ul,
ul ul li
 {margin: 0;} */
  /*               
hr	       	      { color: #336aa5;
                    align: center;
                    height: 2px;
                    margin-left: 0px;
                    margin-right: 0px;
                    margin-bottom: 10px;
                    margin-top: 5px; } */

.pdf              { margin-right: 10px; }

.indent           {text-align: center;}


.indent a       {text-align: center;
text-decoration: none;}

tbody		      { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #3C4762;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0; }

.tbdark  	      { border: 1px solid #3C4762;
                    margin-left: 10px;
                    margin-right: 10px;
                    background-color: #F2F3F4;
                    width: 150px;
                    height: 28px; }

.tbaddress 	      { border: 1px solid #336aa5;
                    margin-left: 20px;
                    margin-right: 15px;
                    width: 150px;}

.tddark  	      { color: #000000;
                    padding-left: 7px;
                    padding-right: 10px;
                    vertical-align: bottom; }

.10px  	          { font-size: 10px; }

.dark  	          { color: #000000;
                    font-size: 10px; }

td			      { vertical-align: top;
                    font-size: 11px;
                    color: #336aa5; }

.tdleft{
border-right: 1px solid #ffffff;

}					
					
td#tdleft p img {

	border-right: 1px solid #ffffff;
	width: 170px;
}

.tdimage          { border-right: 1px solid #FFFFFF; }
			   
.tdmenu           { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    padding: 0px;
                    color: #336aa5;
                    font-size: 11px;
                    border-right: 1px solid #FFFFFF; }

.tdhome           { background-color: #ECEDF0;
                    font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #336aa5;
                    font-size: 11px; }
               
.tdbluelight      { background-color: #ECEDF0; }
			  
/*p			      { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #336aa5;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0; }
                    
.p                { line-height: 10pt; }
		  
br			      { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #ECEDF0;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0;  } */
			   
dl			      { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #3C4762;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0; }

dt			      { font-family: Verdana, Arial, Helvetica, Sans Serifa;
                    color: #3C4762;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0; }
			   
dd			      { font-family: Verdana, Arial, Helvetica, Sans Serif;
                    color: #3C4762;
                    font-size: 11px;
                    margin-bottom: 0;
                    margin-top: 0; }
			  
.button           { color: #3C4762;
                    border: 1px solid #3C4762;
                    background-color: #ECEDF0;
                    font-size:11px;
                    font-weight:bold;
                    width: 110px; }

div.right49 {
  float: right;
  width: 35%;
  text-align: right;
/* border: 1px solid black;*/
}

h6 {
   color: #336aa5; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {margin: 0 0 1.5em 0; /* some air around p elements */
   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;
}


div#content ul,
div#content ol,
div#content li,
div#content dl {
	margin: 0 0 1em 0;
	color: #333333;
	list-style-type: square;
	list-style-position: outside;
}

div#content ul li,
div#content ol li {
	margin: 0 0 0.25em 1em;
	list-style-position: outside;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div#content p {
	color: #000033;
}

div#content p font {
line-height: 3em;}

div#content {
padding-right: 18px;
                    padding-left: 20px;
                    padding-top: 25px;
                    padding-bottom: 15px;
                    font-family: Verdana, Arial, Helvetica, Sans Serif;
min-height: 40em;

}

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content h2 {
	color: #336aa5; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #6690bb; 
	border-left: 1.1em solid #6690bb; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #336aa5; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #336aa5; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #336aa5; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   color: #336aa5; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content img {
border:0px;
}

/*editor stile */

.hauptueberschrift { font-size:14pt;
		     color:#0056a2;
		     font-family:Verdana, Arial, Helvetica, sans-serif; }
					
.zwischenueberschrift { font-size:10pt;
			color:#0056a2;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif; }
						
.grundtext {    font-size:10pt;
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif; }
				
p.grundtext a { text-decoration: none !important;}				
				
.bildtext {	font-size: 8pt;
	     	color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif; }



/* End of 'broxumss_2.0alpha' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/

#menu_vert * {margin:0;
padding: 0;}


#menu_vert {
   padding-left: 0;
   padding-right: 0;
   width: 195px;
margin: 0px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul ul li {
   border: none;
margin: 0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert ul a {
margin: 0;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #336aa5; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
margin: 0;
}

/* third level links, more padding */
div#menu_vert ul ul ul ul a {
margin: 0;
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* forth level links, more padding */
div#menu_vert ul ul ul ul ul a {
margin: 0;
   padding: 0.3em 0.5em 0.3em 4.6em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
} 

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #b0c6dc;
}
div#menu_vert a.activeparent:hover {
   background-color: #b0c6dc;
   color: #336aa5;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #336aa5;
   color: #fff;
}

div#menu_vert ul ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #336aa5;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #336aa5;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul ul h3 {
   font-size: 100%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

