body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, input, select, optgroup {
    font-family: Verdana, Arial, sans-serif;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 120%;
}

h1 a {
    color: #000000 !important;
}
h1 {
    color: #FC5403;
}
h2 {
    color: #003399;
}
h3 {
    color: #666666;
}
h5,
h6 {
      font-weight: normal;
}

h6 {
      font-style: italic;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    border: 0;
}

a {
    color: #0E4E96;
    text-decoration: none;
}
#content a.link,
#content a.link:visited {
    color: #0E4E96;
	text-decoration: none;
    padding-left: 11px;
    background:  url("../gfx/icon_link.gif");
    background-position: 0px 0.35em;
    background-repeat: no-repeat;
}
#content a.link:hover, 
#content a.link:focus {
    color: #000000;
    text-decoration: underline;
    padding-left: 11px;
    background:  url("../gfx/icon_link_hover.gif");
    background-position: 0px 0.35em;
    background-repeat: no-repeat;
}
#content a.linknewwindow,
#content a.linknewwindow:visited {
    color: #0E4E96;
	text-decoration: none;
    padding-left: 16px;
    background:  url("../gfx/icon_newwindow.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}
#content a.linknewwindow:hover, 
#content a.linknewwindow:focus {
    color: #000000;
    text-decoration: underline;
    padding-left: 16px;
    background:  url("../gfx/icon_newwindow_hover.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}

#content a.linktable,
#content a.linktable:visited {
    color: #0E4E96;
	text-decoration: none;
    padding-left: 11px;
    background:  url("../gfx/icon_link.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}
#content a.linktable:hover, 
#content a.linktable:focus {
    color: #000000;
    text-decoration: underline;
    padding-left: 11px;
    background:  url("../gfx/icon_link_hover.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}

#content a.pdf,
#content a.pdf:visited {
    color: #0E4E96;
	text-decoration: none;
    padding-left: 14px;
    background:  url("../gfx/icon_pdf.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}
#content a.pdf:hover, 
#content a.pdf:focus {
    color: #000000;
    text-decoration: underline;
    padding-left: 14px;
    background:  url("../gfx/icon_pdf_hover.gif");
    background-position: 0px 0em;
    background-repeat: no-repeat;
}

#content p a, 
#content p a:visited {
    color: #0E4E96;
	text-decoration: none;
}
#content p a:hover, 
#content p a:focus {
    color: #000000;
    text-decoration: underline;}
a:visited {
    color: #0E4E96;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none !important;
}

hr {
    display: none;
}

abbr,
acronym {
    font-style: inherit;
    border-bottom: 1px dotted #8CA6A6;
    cursor: help;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}

blockquote {
    font-style: normal;   
    margin-bottom: 0.5em;
    margin-left: 0;
}

q,
cite {
  font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

optgroup {
    font-style: normal;
}

ol, ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

ol {     
    margin-left: 24px;
    list-style-position: outside;
}

ul.bulletlist li {
	padding-left: 16px;
    background: url("../gfx/icon_bullet.gif") no-repeat 1px 8px;
}
div#content ul li {
	padding-left: 16px;
    background: url("../gfx/icon_bullet.gif") no-repeat 1px 6px;
}
div#content h3 {
	padding-left: 16px;
    background: url("../gfx/icon_bullet_h3.gif") no-repeat 1px 6px;
}
ul.bulletlist li,
ol li {
    margin-bottom: 0.5em; 
}

/* Tables... */

table {
    padding: 0;
    margin: 0 0 2em 0;
}


body {
    font-size: 83%;
    line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 101%;
    line-height: 120%;
}

div#content h1 {
    font-size: 130%;
}

div#content h2 {
      font-size: 101%;
}

div#servicenav ul,
form#search input#query,
div.formElement .SubmitButton,
div#footerblock,
div.additional p,
div.additional ul,
div.anchornav p,
div.anchornav ul,
div.contentnav p,
div.contentnav ul,
div#marginal div.teaser p,
div#marginal div.teaserwithimg div,
div.formSubmit input,
blockquote,
ul.sitemap li {
    font-size: 85%;
}
div#topnavblock,
ul#nav {
    font-size: 89%;
}
.annotation,
div#path,
input.SubmitButton,
form.linkselect select,
div.featureteaser h2,
div.functionbox h2,
h2.newsheadline,
div.anchornav h1,
div.anchornav h2,
div.contentnav h2,
div.additional h1,
div.additional h2,
div.additional h3,
div.additional h4,
div.additional h5,
div.additional h6,
ul.showurl a:after,
legend,
table.colored {
    font-size: 76% !important;
}


/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#parentlabel {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

div#sitelogo {
    width: 180px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 1;
    background-color: transparent;
}

div#sitelogo a {
    display: block;
    border-top: 10px solid #ffffff;
}

p#skiplinks {
    display: none;
}

/* header... */
div#headerblock {
    height: 90px;
    overflow: visible;
}

div#header {
    border-top: 10px solid #ffffff;
    margin-left: 190px;
	font-size: 201% !important;
}

div#headerimage {
    height: 80px;
    background-image:     url("../gfx/betriebsmittel.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-right: 4px; 	/*for IE Mac, reset below*/
}

/*reset, hide from IE Mac \*/
div#headerimage {
	padding-right: 0px;
}
/*end hack*/



/* servicenav... */
div#servicenav {
    /*width: 20em;*/
	width: auto;
	padding: 2px 4px;
    float: right;
    color: #00B091;
    background-color: #f4f6f6;
}

div#servicenav ul {
    display: inline; /*for IE Mac*/
    line-height: 160%;
}

div#servicenav ul li {
    display: inline;
}

div#servicenav li a,
div#servicenav li a:visited {
    color: #00B091;
}

div#servicenav li a:active {
    color: #000000;
    text-decoration: none;
}

div#servicenav li a:hover,
div#servicenav li a:focus {
    color: #000000;
    text-decoration: underline;
}

div#servicenav li.open a,
div#servicenav li.open a:visited {
    color: #000000;
}

/* topnav... */
div#topnavblock {
	background-color: #5284CF;
	border-top-color: #003399;
	border-top-style: solid;
	border-bottom-color: #003399;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

/* IE Win needs this to show background-color \*/
* html body div#topnavblock {
    height: 1%;
}
/* End Hack */

.SubmitButton,
div.formElement .SubmitButton {
    width: auto;
    padding: 1px 1px;
    border: 1px solid #FC5403;
    color: #000000;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
}

div#topnavbox {
    background-color: #5284CF;
}

ul#topnav {
    margin: 0;
    padding: 0 0 0 190px;
    list-style: none;
}

ul#topnav li {
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
    background-color: #5284CF;
}

ul#topnav a {
    display: block;
    padding: 4px 20px 6px 20px;
    float: left;
    line-height: 100%;
    white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#topnav a {float:none;}
/* End IE5-Mac hack */

ul#topnav a,
ul#topnav a:visited {
    color: #FFFFFF;
    /*font-weight: bold;*/
    white-space: nowrap;
}

ul#topnav a:hover,
ul#topnav a:focus {
    color: #FFFFFF;
    background-color: #FC5403;
    text-decoration: none;
}

ul#topnav a:active {
    color: #FFFFFF;
	background-color: #FC5403;
    text-decoration: none;
}

ul#topnav li.open a,
ul#topnav li.open a:visited  {
    color: #ffffff;
    background-color: #FC5403;
}

ul#topnav li.open a:hover,
ul#topnav li.open a:focus,
ul#topnav li.open a:active {
    color: #ffffff;
    background-color: #FC5403;
    text-decoration: none;
}

/* Layout boxes */
#Wrapper {
    width: 100%;                    /* total width */
    min-width: 760px;               /* Always good to have on full width liquid CSS layouts, google "min-width IE" for JS solutions there */
	background-image:  url("../gfx/nav_back.gif");
	background-repeat: repeat-y;
}

#Wrapper.nomarginal {                /* for pages without right column */
    min-width: 99%;              
}

#Outer {
    width: auto;
	padding-right: 16em;
	padding-left: 179px;
}

#Wrapper.nomarginal #Outer,
#Wrapper.fullwidth #Outer {        /* for pages without right column */
	padding-right: 0; 
}

#Inner {
    width: 100%;
    margin: 0;
}

/* Mozilla code */
div#Outer > div#Inner[id] { /* IE5 Win ignores code before the '>' selector and therefore applies the rule for #Inner. Use [id]-Selector to prevent! */
    border-bottom: 1px solid transparent; /* footerblock moved up below */
}
#navblock[id] { margin-right: 1px; }
#marginal[id] { margin-left: 1px; }
#contentblock[id] { margin: 0 -3px 0 -2px; }

#Wrapper > #footerblock[id] {
    margin-top: -1px; /* mozilla fix of occasional border-bug */
}

/* IE Win code, fixes bug not showing background-color/-image, hide rules from IE Mac \*/
* html body ul#nav,
* html body div.featureteaser,
* html body div.functionbox,
* html body form.linkselect,
* html body div#content,
* html body h2.newsheadline,
* html body div.anchornav h1, 
* html body div.anchornav h2, 
* html body div.anchornav,
* html body div.contentnav h2, 
* html body div.contentnav,
* html body div.additional h1,
* html body div.additional h2,
* html body div.additional h3,
* html body div.additional h4,
* html body div.additional h5,
* html body div.additional h6,
* html body ul.sitemap li a,
* html body ul,
* html body form {
    position: relative;
}

td ul.bulletlist {
    position: static;
}

* html body ul.sitemap li a {
    height: 1px;
}
/* End hack */


/* nav... */
div#navblock {
    width: 180px;                    /* left column width */
    margin-left: -180px;             /* _negative_ left column width */
    float: left;
    position: relative;
    z-index: 10;
    background-color: #eeeeee;       
    line-height: 120%;
	
}

/* IE Win code, position: relative causes rendering bug in IE Win \*/
* html body div#navblock {
    position: static;                 
}
/* backslash hack end */

ul#nav a,
ul#nav a:visited,
ul#nav li.current li a,
ul#nav li.current li a:visited {
	color: #0E4E96;
	text-decoration: none;
	font-weight: normal;
	/*border-top: 1px solid #5284CF;
	border-right: 1px solid #5284CF;*/
	border-bottom: 1px solid #003399;
	/*border-left: 6px solid #5284CF;
	/*margin-bottom: 10px;	*/
    background: url("../gfx/icon_nav.gif") no-repeat 3px 9px #eeeeee;
}

ul#nav li.current a,
ul#nav li.current a:visited,
ul#nav li.currentNoChild a,
ul#nav li.currentNoChild a:visited {
    color: #FFFFFF;
	/*border-left: 6px solid #FC5403;*/
    background: url("../gfx/icon_nav_current.gif") no-repeat 3px 9px #5284CF;
}

ul#nav a:hover,
ul#nav a:focus,
ul#nav li.current li a:hover,
ul#nav li.current li a:focus {
    color: #FFFFFF;
    background: url("../gfx/icon_nav_hover.gif") no-repeat 3px 9px #FC5403;
    text-decoration: none;
}

ul#nav a:active,
ul#nav li.current a:active,
ul#nav li.current li a:active {
    color: #ffffff;
    /*background: url("../gfx/pf_active.gif") no-repeat 3px 9px #666666;*/
    text-decoration: none;
}

ul#nav li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul#nav li.open,
ul#nav li.current {
    /*border-left: 2px solid #eeeeee;*/
    font-weight: bold;
    background-color: #ffffff;
}

ul#nav li.currentNoChild {
    font-weight: bold;
}

ul#nav {
    /*border-left: 1px solid yellow;*/
    margin-top: 2em;
    margin-left: 0px;
    /*border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    background-color: yellow;*/
}

ul#nav,
ul#nav ul {
    /*padding-bottom: 1px;    */
    padding-left: 10px;
}

ul#nav ul,
ul#nav li.open,
ul#nav li.current {
    background-color: #eeeeee;
}

ul#nav ul ul,
ul#nav ul li.open,
ul#nav ul li.current {
    background-color: #EEEEEE;
}

ul#nav ul ul ul,
ul#nav ul ul li.open,
ul#nav ul ul li.current {
    background-color: #f4f6f6;
}

ul#nav li a {  
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 14px;
    margin-right: 0;
	position: relative; /* To get focus on full width in some IE Win*/
}

/* IE Win needs this ... \*/
* html body ul#nav li,
* html body ul#nav li a {
    height: 1px;
    position: relative;
}
/* End hack */

ul#nav li.open a.firstchild,
ul#nav li.open a.firstchild:visited,
ul#nav li.current a.firstchild,
ul#nav li.current a.firstchild:visited {
    padding-left: 14px;
    /* background-image: url("../img/pf_h.gif");
    background-repeat: no-repeat;
    background-position: 3px 3px;*/
}

/* content... */
div#contentblock {
    width: 100%;
    float: left;
    position: relative;
    z-index: 12;
}

div#content {
    margin: 2em 20px;
    line-height: 120%;
}

/* for pages without right column*/
#Wrapper.nomarginal #content {    
    min-width: 5em;
}
#Wrapper.fullwidth #content {    
    max-width: 98%;
}

div#content hr.minwidth {
    display: block;
    width: 100px;
    visibility: hidden;
}

div#marginal {
    width: 16em;                    /* right column width */
    margin-top: 2em;
    margin-right: -16em;            /* _negative_ right column width */
    float: left;
    position: relative;
    z-index: 11;
}

div#marginal * {
    margin-right: 1em;
}

div#marginal * * {
    margin-right: 0;
}

/* footer... */
div#footerblock {
    line-height: 160%;
    background-image:  url("../gfx/nav_back.gif");
    background-repeat: repeat-y;
}

div#footerblock a,
div#footerblock a:visited {
    color: #0E4E96;
    white-space: nowrap;
}

div#footerblock a:hover,
div#footerblock a:focus,
div#footerblock a:active {
    color: #000000;
}

div#footerfunctions {
    padding-left: 210px;
}

div#footertopofpage {
    width: 7em;
    padding-right: 1em;
    float: right;
    text-align: right;
}
div#footerfiblorg {
    padding-left: 24px;
	padding-top: 5em;
    float: left;
    text-align: left;
}
div#footerfunctions,
div#footertopofpage {
    padding-top: 2em;
}

div#footerfunctions img,
div#footertopofpage img {
    margin-right: 3px;
}

div#footerdeco {
    height: 1px;
    margin-top: 0.3em;
    background: #0E4E96 left bottom;
}

div#footerdecoleft {
    width: 190px;
    height: 1px;
    background: #0E4E96 left bottom;
}


/* Content */

div#content ul,
div#content ol,
div#content form,
div.contentsection,
div.contentsection p,
div.contentsection ul,
div.contentsection ol,
div.contentsection form {
    margin-bottom: 2em;
}

div#content p,
div#content h1 {
    margin-bottom: 1.5em;
}

div#content h2,
div#content h3,
div.contentsection h2,
div.contentsection h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6,
div.contentsection h4,
div.contentsection h5,
div.contentsection h6 {
    margin-bottom: 0.2em;
}

div#content div.teaser p,
div#content div.teaser h2,
div#content div.teaserwithimg p,
div#content div.teaserwithimg h2  {
	margin-bottom: 0;
	border: 1px;
}

p.leadText {
    font-weight: bold;
}

div.contentColumns {
    width: 90px;
	margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
}

/* pictures... */
div.picMini,
div.picSmall,
div.picMedium,
div.picMaxi {
	margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
    border: 1px solid #666666;
}

div.picMaxi {
	margin-right: 0px;
}



/* Opera code */
div.picMini > a:first-child,
div.picSmall > a:first-child,
div.picMedium > a:first-child,
div.picMaxi > a:first-child {
    display: block;
}

div.picMini {
    width: 100px; /* includes 1px border-left/-right */
}

div.picSmall {
    width: 162px; /* includes 1px border-left/-right */
}

div.picMedium {
    width: 222px; /* includes 1px border-left/-right */
}

div.picMaxi {
	width: 200px; /* includes 1px border-left/-right */
	margin-right: 5px;
	border: none !important;
}

.annotationpic {
    padding-top:1em;
}

div.picMini .annotation,
div.picSmall .annotation,
div.picMedium .annotation,
div.picMaxi .annotation {
    padding-top: 0.5em;
}

img.pictureZoom {
    margin-left: 5px;
    float: right;
    display: block;
    border-width: 0 !important;
}

#content img.bordered,
#content a img.bordered,
#content a:visited img.bordered {
    border: 1px solid #FC5403;
}

#content a img,
#marginal a img {
	border: none;
}

#content a:visited img,
#marginal a:visited img {
	border: 1px solid #FC5403;
}

#content a:hover img.bordered,
#content a:focus img.bordered,
#content a:hover img,
#content a:focus img,
#marginal a:hover img.bordered,
#marginal a:focus img.bordered,
#marginal a:hover img,
#marginal a:focus img {
    border: none;
}

.annotation {
    line-height: 120%;
}

.annotation a:link,
.annotation a:visited,
.annotation a:focus,
.annotation a:hover {
    text-decoration: underline;
}

div.anchornav h2,
div.contentnav h2 {
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #666666;
	border-left: 10px solid #666666;
	margin-bottom: 0.8em;
	clear: left;
	background-color: #EEEEEE;
	line-height: 120%;
}

div.anchornav h2 span,
div.contentnav h2 span {
    padding-right: 2px;
    color: #eeeeee;
    background-color: #EEEEEE;
}

div.anchornav {
	margin-bottom: 2em;
	border: 1px solid #666666;
}
div.contentnav {
    margin-bottom: 2em;
}

div.anchornav h2, 
div.contentnav h2  { 
	border-left-color: #003399;
    background-color: #5284CF;
}

div.anchornav h2 span,
div.contentnav h2 span {
    color: #FFFFFF;
    background-color: #5284CF;
}

div.anchornav ul li,
div.contentnav ul li {
    margin-bottom: 0.5em;
    padding-left: 16px; 
    background-image: url("../gfx/pf_down.gif");
    background-position: 0px 4px;
    background-repeat: no-repeat;
	line-height: 130%;
}

div.contentnav a{
    background-image:  url("../gfx/icon_link.gif");
}

div.anchornav a:visited {
    color: #0E4E96;
}

div.contentnav li.open a,
div.contentnav li.open a:visited {
	color:#000000;
	font-weight:bold;
}

div.additional {
    border: 1px solid #666666;
    background-color: #EEEEEE;
    line-height: 130%;
	margin-bottom: 1.2em;
}
div.additional img{
    border: 1px solid #666666;
	margin-bottom: 0.5em;
}
div.additional h3 {
    padding: 2px 2px 2px 2px;
    margin: 0.5em 0 0.5em 0;
    color: #808080;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 120%;
}
div.additional h2 {
    padding: 2px 2px 2px 2px;
    margin: 0.5em 0 0.5em 0;
    color: #808080;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 120%;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
div.additional h1,
div.anchornav h1 {
    padding: 4px 2px 4px 2px;
    margin: 0 0 0.5em 0;
    color: #ffffff;
    background-color: #5284CF;
    line-height: 120%;
}
div.additional p {
    padding: 0px 4px 0px 4px;
    margin: 0 0 0.5em 0;
}
div.additional ul li a:hover,
div.additional ul li a:focus {
    color: #000000;
    text-decoration: underline;
}

div.additional ul li a {
    display: block;
    padding-left: 18px;
    padding-right: 1ex;
    margin: 0.5em 0;
}

/* IE Win needs this... \*/
* html body div.additional ul li a {
    height: 1%;
}
/* End hack */

div.additional ul li a.pdf {
    background: url("../gfx/icon_pdf.gif") no-repeat 4px 0em;
}

div.additional ul li a.pdf:hover,
div.additional ul li a.pdf:focus,
div.additional ul li a.pdf:active {
    background: url("../gfx/icon_pdf_hover.gif") no-repeat 4px 0em;
}

div.additional ul li a.file {
    background: url("../gfx/icon_file.gif") no-repeat 6px 3px;
}

div.additional ul li a.file:hover,
div.additional ul li a.file:focus,
div.additional ul li a.file:active {
    background: url("../gfx/icon_file_hover.gif") no-repeat 7px 2px;
}

div.additional ul li a.link {
    background: url("../gfx/icon_newwindow.gif") no-repeat 4px 0.35em;
}

div.additional ul li a.link:hover,
div.additional ul li a.link:focus,
div.additional ul li a.link:active {
    background: url("../gfx/icon_newwindow_hover.gif") no-repeat 4px 0.35em;
}
div.additional ul li a {
    background: url("../gfx/icon_link.gif") no-repeat 4px 0.35em;
}

div.additional ul li a:hover,
div.additional ul li a:focus,
div.additional ul li a:active {
    background: url("../gfx/icon_link_hover.gif") no-repeat 4px 0.35em;
}
div.additional ul li a.current,
div.additional ul li a.current:visited {
    color: #000000;
    text-decoration: underline;
}

div.newsteaser {
    margin-bottom: 2em;
}

div.teaser,
div.teaserwithimg {
    margin-bottom: 1em;
    line-height: 120%;
}

div.teaserwithimg[class] {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}

/* IE needs this... */
* html body div.teaser,
* html body div.teaserwithimg {
    height: 1%; 
}

div#marginal div.teaserwithimg a {
    display: block;
    width: 60%;
    min-width: 10em;
    float: left;
}

div#marginal div.teaser a,
div#marginal div.teaserwithimg a {
    display: block;
    padding-left: 15px;
    background-image:  url("../gfx/icon_link.gif");
    background-position: 3px 0.5em;
    background-repeat: no-repeat;
    font-size: 85%;
}

div#marginal div.teaserwithimg * a {
    display: inline;
	float: none; /* for N6*/
    width: auto;
    padding-left: 0;
    background-image: none;
}

div#marginal div.teaser a:hover,
div#marginal div.teaser a:focus,
div#marginal div.teaser a:active,
div#marginal div.teaserwithimg a:hover,
div#marginal div.teaserwithimg a:focus,
div#marginal div.teaserwithimg a:active {
    color: #000000;
}

div.teaser p,
div.teaserwithimg p {
    margin: 0;
}

ul.linklist li {
    padding-left: 16px;
    margin-bottom: 0.5em;
    background-image:  url("../gfx/icon_link.gif");
    background-position: 1px 0.5em;
    background-repeat: no-repeat;
}

/* .linklist multiple class */
ul.showurl a:after {
    content: " [" attr(href) "]";
    line-height: 110%;
}

ul.external li {
    background-image: url("./img/icon_newwindow.gif");
    background-position: 1px 0.3em;
}

.anchors li {
    padding-left: 12px !important;
    background-image:  url("../gfx/pf_down.gif")!important;
    background-position: 1px 6px !important;
}

.anchors li a:visited {
    color: #0E4E96;
}

div#content ul.sitemap {
    width: 40%;
    margin-right: 1em;
    float: left;
}

div#content ul.sitemap li,
div#content ul.sitemap ul {
    margin-bottom: 1em;
    background-color: #eeeeee;
}

div#content ul.sitemap ul {
	border: 1px solid #00B091;
	border-top: 0;
	}
	
div#content ul.sitemap li li,
div#content ul.sitemap li h2 {
    margin-bottom: 0;
}

div#content ul.sitemap li h2 a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0;
    background-color: #D5DBE5;
	border: 1px solid #00B091;
}

div#content ul.sitemap li a {
    display: block;
    padding-left: 20px;
    background-image:  url("../gfx/icon_link.gif");
    background-position: 5px 0.5em;
    background-repeat: no-repeat;
}

div#content ul.sitemap li h2 a {
    background-position: 5px 1em;
}

div#content ul.sitemap li a:hover {
    background-image: url("./img/icon_link_active.gif");
    color: #FFFFFF;
    background-color: #00B091;
}

div.divider {
    height: 1px;
    margin: 1em 0;
    clear: left;
    background-color: #FC5403;
}

span.iconlink img,
img.iconlink {
    margin: 0 4px 0 1px !important;
    float: none !important;
    vertical-align: middle;
}

span.iconlink a,
span.iconlink a:visited {
    text-decoration: none !important;
}

span.iconlink a:focus,
span.iconlink a:hover {
    text-decoration: underline !important;
}

span.iconlink a:active {
    text-decoration: none !important;;
}

div#marginal ul.padded {
    padding: 0 1ex; 
}

/* Forms */
div.formLabel {
    width: 12em;
    float: left;
}
div.formLabelBig {
	padding-left: 4.5em;
	margin-bottom: 1em;
   }
div.formLabel,
div.formElement,
div.formElementLarge {
    margin-bottom: 1ex;
}

div.formElementLarge label {
    display: block;
    margin-bottom: 3px;
}

fieldset {
    padding: 0;
    border: 1px solid #ffffff; /* Opera needs this */
    margin: 0;
    margin-bottom: 1em;
    position: relative; /* Netspace 6 needs this */
}

fieldset br.clearer{
	display: block; /*for N6*/
	font-size: 1px; /*for IE Mac*/
}

div.formwrapper {
    padding: 0.5em 1em;
    border: 1px solid #FC5403;
    background-color: #eeeeee;
    margin: -1px -0.6em; /*  IE Mac needs this */ 
    
}

/* Reset margin, hide from IE Mac \*/
div.formwrapper {    
    margin: 0;
}    
/* End of commented backslash hack */
    
div.formwrapper a:visited {
    color: #00B091;
}

legend {
    padding: 0.07em 1em;
    margin: 0;
    color: #eeeeee;
    background-color: #FC5403;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; /* Safari needs this */
    left: -10px;
}

/* Hide from Opera 6 */
head:first-child+body legend {
    left: -5px;
}

/* Hide from Opera 6, hide from IE Mac \*/
head:first-child+body legend {
    left: -10px;
}
/* End of commented backslash hack */

/* Make available to IE Win, hide from IE Mac */
* html body legend {
    left: -7px;
}
/* End of commented backslash hack */

/* reset for modern browsers */
legend[class] {
    position: static;
}

div.formSubmit {
    padding: 0.5em 1em;
    border: 1px solid #FC5403;
    background-color: #cccccc;
    text-align: right;    
    margin: -0.9em 3px 0 3px; /* Rule for IE Mac */
}

/* Hide from IE Mac \*/
div.formSubmit {
    margin: -1em 1px 0 1px;
}
/* End of commented backslash hack */

div.formSubmit input {
    padding: 1px 1px;
    border: 1px solid #FC5403;
    color: #000000;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
}

div.formElement input,
div.formElementLarge input,
div.formElementSmall input,
div.formElement select,
div.formElementLarge select,
div.formElement textarea,
div.formElementLarge textarea {
    border: 1px solid #FC5403;
}

div.formElementSmall input {
    width: 3.4em;
    position:relative;
	display: block;
  float: left;
}
div.formElement input,
div.formElement textarea {
    width: 15em;
}

div.formElement input.fourletters,
div.formElement textarea.fourletters {
    width: 4em;
}

div.formElementLarge input,
div.formElementLarge textarea {
    width: 94%;
}

div.formElement .noborder,
div.formElementLarge .noborder {
    width: auto;
    border: 0;
}

/* search results */
p.pager {
    padding-right: 1em;
    background-color: #f4f6f6;
}

p.pager a,
p.pager a:visited {
	color: #00B091;
    font-weight: bold;
}


div.formElement input.bigger{
    width: 70%;
}


/* tables...*/

table.colored {    
	width: 100%;
    border-bottom: 1px solid #666666;    
    border-left: 1px solid #666666;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.colored caption {
    padding: 3px;
    border: 1px solid #0E4E96;
    color: #F8F8F8;
    background-color: #0E4E96;
    text-align: left;
    font-weight: bold;
}

table.colored th,
table.colored td {     
    padding: 3px;
	margin:0;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #EEEEEE;
    text-align: left;
	vertical-align: top;
}
 
table.colored th {
    background-color: #C0C0C0;
    font-weight: bold;
}

table.colored tr.odd th {
    background-color: #CCCCCC; 
}

table.colored tr.odd td{
    background-color: #F4F6F6;
    
}


/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */

.rightalign {
    text-align: right !important;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hide {
    position: absolute;
    left: -1000em;
    width: 500em;
    line-height: 0px;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}

.error{
	border: 1px solid #cc0000;
}

input.error,
label.error {
	color: #ffffff !important;
	background-color:#cc0000 !important;
	border: 1px solid #cc0000;
}

div.error p,
div.error li {
	padding: 0 0.5em;
	margin: 0;
	color: #cc0000 !important;
}

div.error h4 {
	padding: 0.5em;
	background-color:#cc0000;
	color: #ffffff; 
}

/* for development only 
* [lang]{ 
    background: yellow !important;
}*/

#hinweis div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 0 0;
    background: url(./img/label_bw_logo.gif) left top no-repeat #00B091;
    font-size: 76%;
}

#hinweis div p {
    margin: 0;
    padding: 1em; 
    background: #FFF;
}

