body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
}

body, h1, h2, input, select {
    font-family: Verdana, Arial, sans-serif;
}
form {
    margin: 0;
}

h1, h2 {
    margin: 0;
    line-height: 120%;
}

h1 a {
    color: #000000 !important;
}
h1 {
    color: #FF901F;
	padding-bottom: 5px;
	border-bottom: 1px solid #F8F8F8;
}
h2 {
    color: #5D80B5;
}
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 4px;
    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 4px;
    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 4px;
    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: 1px 3px;
    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 2px;
    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 2px;
    background-repeat: no-repeat;
}

#content a.pdf,
#content a.pdf:visited {
    color: #0E4E96;
	text-decoration: none;
    padding-left: 11px;
    background:  url("../gfx/icon_pdf.gif");
    background-position: 0px 2px;
    background-repeat: no-repeat;
}
#content a.pdf:hover, 
#content a.pdf:focus {
    color: #000000;
    text-decoration: underline;
    padding-left: 11px;
    background:  url("../gfx/icon_pdf_hover.gif");
    background-position: 0px 2px;
    background-repeat: no-repeat;
}

#content a.fiblowner,
#content a.fiblowner:visited {
    color: #FF0000;
	text-decoration: none;
    padding-left: 11px;
    background-color:#CCFF99;
    background-position: 0px 4px;
    background-repeat: no-repeat;
}
#content a.fiblowner:hover, 
#content a.fiblowner:focus {
    color: #FF0000;
    text-decoration: underline;
    padding-left: 11px;
   background-color:#CCFF99;
    background-position: 0px 4px;
    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;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}

blockquote {
	font-variant: small-caps;
	font-style: normal;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-weight: bold;
}

ol, ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

ol {     
    margin-left: 24px;
    list-style-position: outside;
}

div#content ul li {
	padding-left: 14px;
    background:  url("../gfx/bullet.gif") no-repeat 1px 6px;
}

/* Tables... */

table {
    padding: 0;
    margin: 0 0 2em 0;
	
}


body {
    font-size: 83%;
    line-height: 100%;
}

h1, h2 {
    font-size: 101%;
    line-height: 120%;
}

div#content h1 {
    font-size: 130%;
}

div#content h2
blockquote{
      font-size: 101%;
}

div#servicenav ul,
div#topnavblock,
div#topnavblock2,
form#search input#query,
ul#nav,
div.formElement .SubmitButton,
div#footerblock,
div.additional p,
div.additional ul,
div.anchornav p,
div.anchornav ul,
div.contentnav p,
div.contentnav ul,
div.formSubmit input,
table td.small{
    font-size: 85%;
}
table.appendix,
table,
table.notyet {
    font-size: 100%;
}
.annotation,
input.SubmitButton,
form.linkselect select,
div.anchornav h2,
div.contentnav h2,
div.additional h1,
div.additional h2,
div.additional h3,
div#content h3,
legend {
    font-size: 76% !important;
}


/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
    width: 239px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: transparent;
}


p#skiplinks {
    display: none;
}

/* header... */
div#headerblock {
    height: 57px;
    overflow: visible;
	background-color:#f8f8f8;
}

div#header {
    margin-left: 252px;
}
div#header2 {
    border-top: 10px solid #ffffff;
    margin-left: 0x;
}
div#headerimage {
    height: 79px;
    background-image: url("../gfx/oekoregelungen.gif");
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	padding-right: 4px; 	/*for IE Mac, reset below*/
}

div#headerimageverwalt {
    height: 90px;
    background-image: url("../gfx/verwaltung.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;
}
div#headerimageverwalt {
	padding-right: 0px;
}
/*end hack*/

div#helpblock {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	border: 1px solid #FF901F;
	background-color: #FFFFFF;
}
div#help {
	color:#646464;
	background-color: #FFFFFF;
	padding:4px;
}
/* topnav... */
div#topnavblock {
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	background-color: #F0EFEF;
}
div#topnavblock2 {
	margin-left: 0px;
	margin-right: 16px;
	border-bottom: 1px solid #5284CF;
	border-right: 1px solid #5284CF;
	border-top: 1px solid #5284CF;
	border-left: 6px solid #5284CF;
	background-color: #eeeeee;
}
/* IE Win needs this to show background-color \*/
* html body div#topnavblock {
    height: 1%;
}
* html body div#topnavblock2 {
    height: 1%;
}

/* End Hack */

.SubmitButton,
div.formElement .SubmitButton {
    width: auto;
    padding: 1px 1px;
    border: 1px solid #FF901F;
    color: #000000;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
}

div#topnavbox {
    background-color: #eeeeee;
	margin-left: 226px;
}

ul#topnav {
    margin: 0;
    list-style: none;
}

ul#topnav li {
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
}

ul#topnav a,
ul#topnav a:visited {
    display: block;
    padding: 4px 12px 4px 12px;
    float: left;
    color: #646464;
    line-height: 100%;
    white-space: nowrap;
	background-image:url("../gfx/bullet_c4c5c5_off.gif");
    background-repeat: no-repeat;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#topnav a {float:none;}
/* End IE5-Mac hack */

ul#topnav a:hover,
ul#topnav a:focus {
    text-decoration: underline;
}

ul#topnav a:active {
    color: #FF901F;
    text-decoration: underline;
}

ul#topnav li.open a,
ul#topnav li.open a:visited  {
    color: #FF901F;
}

ul#topnav li.open a:hover,
ul#topnav li.open a:focus,
ul#topnav li.open a:active {
    color: #FF901F;
    text-decoration: none;
}

#servicecontainer{
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
	width: 150px;
	z-index:2;
	overflow: hidden;
}


/* 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%;   
	background-image:  url("../gfx/nav_back.gif");
	background-repeat: repeat-y;
}

#Outer {
    width: auto;
	padding-right: 16em;
	padding-left: 199px;
}

#Wrapper.nomarginal #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#content,
* 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 ul,
* html body form {
    position: relative;
}

/* End hack */

/* nav... */
div#navblock {
    width: 200px;                    /* left column width */
    margin-left: -200px;             /* _negative_ left column width */
    float: left;
    position: relative;
    z-index: 10;
    background-color: #F8F8F8;       
    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: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #CC7319;
	background-color: #FF901F;
	background-image: url("../gfx/bullet_ff901f_off.gif");
	background-repeat: no-repeat;
    background-position: 10px 0.8em;
	margin-bottom: 1px;
}

ul#nav li.current a,
ul#nav li.current a:visited,
ul#nav li.currentNoChild a,
ul#nav li.currentNoChild a:visited {
    color: #FFFFFF;
	background-color: #C7B6A5;
    /*background: url("../gfx/pf_active.gif") no-repeat 3px 9px #ffffff;*/
    text-decoration: none;
}

ul#nav a:hover,
ul#nav a:focus {
    color: #FFFFFF;
    /*background: url("../gfx/pf_hover.gif") no-repeat 3px 9px #ffffff;*/
    text-decoration: underline;
}
ul#nav li.current li a:hover,
ul#nav li.current li a:focus {
    color: #FFFFFF;
    /*background: url("../gfx/pf_hover.gif") no-repeat 3px 9px #ffffff;*/
    text-decoration: underline;
}
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 #808080;*/
    text-decoration: none;
}

ul#nav li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul#nav li.open,
ul#nav li.current {
    /*border-top: 2px solid #1C9665;
    border-bottom: 2px solid #1C9665;
    border-left: 2px solid #1C9665;
    background-color: #F8F8F8;*/
}

ul#nav li.currentNoChild {
	font-weight: bold;
    /*border-bottom: 1px solid #1C9665;*/
}

ul#nav {
    /*border-left: 2px solid #1C9665;*/
    /*margin-bottom: 2em;*/
    /*border-right: 1px solid #1C9665;*/
}

ul#nav,
ul#nav ul {
    /*background-color: #1C9665;*/
}

ul#nav ul,
ul#nav li.open,
ul#nav li.current {
    /*background-color: #808080;*/
}

ul#nav ul ul,
ul#nav ul li.open,
ul#nav ul li.current {
    /*background-color: #808080;*/
}

ul#nav ul ul ul,
ul#nav ul ul li.open,
ul#nav ul ul li.current {
    /*background-color: #808080;*/
}

ul#nav li a {  
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-right: 4px;
	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 {
    padding-left: 22px;
	background-color: #5D80B5;
	background-image: url("../gfx/bullet_ff901f_down.gif");
	background-repeat: no-repeat;
    background-position: 9px 0.9em;
}
ul#nav li.current a.firstchild,
ul#nav li.current a.firstchild:visited {
    padding-left: 22px;
	background-color: #C7B6A5;
	background-image: url("../gfx/bullet_ff901f_active.gif");
	background-repeat: no-repeat;
    background-position: 10px 0.8em;
}
ul#nav li.open a.toplevel,
ul#nav li.open a.toplevel:visited{
    padding-left: 22px;
	background-color: #5D80B5;
	background-image: url("../gfx/bullet_ff901f_active.gif");
	background-repeat: no-repeat;
    background-position: 10px 0.8em;
	text-decoration: none;
}
/* content... */
div#contentblock {
    width: 100%;
    float: left;
    position: relative;
    z-index: 12;
}

div#content {
    margin: 2em 28px;
    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 {
    color: #646464;
    line-height: 160%;
}

div#footerblock a,
div#footerblock a:visited {
    color: #646464;
    white-space: nowrap;
}

div#footerblock a:hover,
div#footerblock a:focus,
div#footerblock a:active {
    color: #646464;
}

div#footerfunctions {
    padding-left: 225px;
}

div#footertopofpage {
    width: 300px;
    padding-right: 0px;
    float: right;
    text-align: right;
}

div#footerfunctions,
div#footertopofpage {
    padding-top: 2em;
}

div#footerfunctions img,
div#footertopofpage img {
    margin-right: 3px;
}

div#footerdeco {
    height: 1px;
    margin-top: 0.1em;
    background: #BABABA left bottom;
}

div#footerdecoleft {
    width: 200px;
    height: 1px;
    background: #BABABA left bottom;
}


/* Content */

div#content ul,
div#content ol,
div#content form {
    margin-bottom: 2em;
}

div#content p,
div#content h1 {
    margin-bottom: 1.5em;
}

div#content h2 {
    margin-bottom: 1em;
}

/* pictures... */
div.picMini,
div.picSmall,
div.picMedium,
div.picMaxi,
div.pic120,
div.pic180 {
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

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: 82px; /* includes 1px border-left/-right */
}
div.pic120 {
    width: 122px; /* includes 1px border-left/-right */
}
div.picSmall {
    width: 120px; includes 1px border-left/-right 
}
div.pic180 {
    width: 182px; /* includes 1px border-left/-right */
}
div.picMedium {
    width: 222px; /* includes 1px border-left/-right */
}

div.picMaxi {
    width: 422px; /* includes 1px border-left/-right */
}

div.picMini .annotation,
div.picSmall .annotation,
div.picMedium .annotation,
div.picMaxi .annotation,
div.pic120 .annotation {
    padding-top: 0.5em;
	height: 75px;
}

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 #F8F8F8;
}

#content a img,
#marginal a img {
	border: 1px solid #F8F8F8;
}

#content a:visited img,
#marginal a:visited img {
	border: 1px solid #F8F8F8;
}

#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: 1px solid #FF901F;
}

.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 #5284CF;
	border-left: 10px solid #5284CF;
	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-left: 1px solid #5284CF;
	border-bottom: 1px solid #5284CF;
    border-right: 1px solid #5284CF;

}
div.contentnav {
    margin-bottom: 2em;
}

div.anchornav h2, 
div.contentnav h2  { 
	border-left-color: #5284CF;
    background-color: #EEEEEE;
}

div.anchornav h2 span,
div.contentnav h2 span {
    color: #EAEDF2;
    background-color: #5284CF;
}

div.anchornav ul li,
div.contentnav ul li {
    margin-bottom: 0.5em;
    padding-left: 16px; 
    background-image: url("../images/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 #5284CF;
    background-color: #EEEEEE;
    line-height: 130%;
}

div.additional h1,
div.additional h2,
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 h1 {
    padding: 2px 2px 2px 2px;
    margin: 0 0 0.5em 0;
    color: #ffffff;
    background-color: #5284CF;
}
div.additional p {
    padding: 0px 4px 0px 4px;
    margin: 0 0 0 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: 20px;
    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.add,
div.additional ul li a.add:hover,
div.additional ul li a.add:focus,
div.additional ul li a.add:active {
    background: url("../gfx/add.gif") no-repeat 2px 0.2em;
}

div.additional ul li a.edit,
div.additional ul li a.edit:hover,
div.additional ul li a.edit:focus,
div.additional ul li a.edit:active {
    background: url("../gfx/edit.gif") no-repeat 2px 0.1em;
}
div.additional ul li a.delete,
div.additional ul li a.delete:hover,
div.additional ul li a.delete:focus,
div.additional ul li a.delete:active {
    background: url("../gfx/delete.gif") no-repeat 2px 0.1em;
}
div.additional ul li a.sort,
div.additional ul li a.sort:hover,
div.additional ul li a.sort:focus,
div.additional ul li a.sort:active {
    background: url("../gfx/sort.gif") no-repeat 2px 0.1em;
}
div.additional ul li a.newlink,
div.additional ul li a.newlink:hover,
div.additional ul li a.newlink:focus,
div.additional ul li a.newlink:active {
    background: url("../gfx/newlink.gif") no-repeat 2px 0.1em;
}
div.additional ul li a.newlogo,
div.additional ul li a.newlogo:hover,
div.additional ul li a.newlogo:focus,
div.additional ul li a.newlogo:active {
    background: url("../gfx/newlogo.gif") no-repeat 2px 0.1em;
}
div.additional ul li a.new,
div.additional ul li a.new:hover,
div.additional ul li a.new:focus,
div.additional ul li a.new:active {
    background: url("../gfx/new.gif") no-repeat 2px 0.1em;
}

div.additional ul li a.link {
    background: url("../gfx/icon_newwindow.gif") no-repeat 5px 4px;
}

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 6px 3px ;
}
div.additional ul li a {
    background: url("../gfx/icon_link.gif") no-repeat 5px 4px;
}

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 6px 3px ;
}
div.additional ul li a.current,
div.additional ul li a.current:visited {
    color: #000000;
    text-decoration: underline;
}


div.divider {
    height: 1px;
    margin: 1em 0;
    clear: left;
    background-color: #FF901F;
}

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.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 #FF901F;
    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: #0E4E96;
}

legend {
    padding: 0.07em 1em;
    margin: 0;
    color: #eeeeee;
    background-color: #FF901F;
    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 #FF901F;
    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 #FF901F;
    color: #000000;
    background-color: #eeeeee;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
}

div.formElement input,
div.formElementLarge input,
div.formElement select,
div.formElementLarge select,
div.formElement textarea,
div.formElementLarge textarea {
    border: 1px solid #FF901F;
}



div.formElement input.fourletters,
div.formElement textarea.fourletters {
    width: 4em;
}

div.formElementLarge input,
div.formElementLarge textarea {
    width: 94%;
}


/* tables...*/

table,
table.notyet,
table.appendix {    
	width: 93%;
    border-bottom: 1px solid #5D80B5;    
    border-spacing: 0px;
    border-collapse: collapse;
}

table caption {
    padding: 3px;
    border: 1px solid #5284CF;
    color: #EAEDF2;
    background-color: #5284CF;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
table.notyet caption {
    padding: 3px;
    border: 1px solid #BEBEBE;
    color: #EAEDF2;
    background-color: #BEBEBE;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
table.appendix caption {
    padding: 3px;
    border: 1px solid #FFFFFF;
    color: #5284CF;
    background-color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

table.appendix th,
table.appendix td,
table th,
table td,
table.notyet th,
table.notyet td {     
    padding: 6px;
	margin:0;
    border-top: 1px solid #5D80B5;
    background-color: #F8F8F8;
    text-align: left;
	vertical-align: top;
}
 
table.appendix th,
table th,
table.notyet th {
    background-color: #D1DCDC;
    font-weight: bold;
}

table tr.odd th {
    background-color: #CCCCCC; 
}

table tr.odd td{
    background-color: #F4F6F6;
    
}
table tr.notyet th,
table tr.appendix th {
    color: 999999 !important;
	background-color: #FBFBFB; 
}

table tr.notyet td,
table tr.appendix td{
    color: 999999 !important;
	background-color: #FBFBFB; 
    
}
table.appendix th.empty,
table th.empty,
table.colored td.empty {
    background-color: #AFC1C1;
}

table.appendix tbody tr:hover th,
table tbody tr:hover th,
table tbody tr.odd:hover th {
    color: #ffffff;
    background-color: #FF901F;
}
table.appendix tbody tr:hover td, 
table tbody tr:hover td,
table tbody tr.odd:hover td {
    color: #ffffff;
    background-color: #FF901F;
}
table td.small {
    color: #646464;
}
/**
 * ----------------------------------------------------------------------------
 * 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;
}

.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;
}
* html body #content.fixedIEwidth {    
    width: 34.5em;
}

div.laender {
	height:2.5em;
	width:20%;
	margin-right: 20px;
	margin-bottom: 0.5em;
	float: left;
	
}

span input,
span.buttonlink input,
span.buttonlink a,
span.buttonlink a:visited,
span.buttonlink a:hover,
span.buttonlink a:focus,
span.buttonlink a:active {
    text-decoration: none !important;
    padding: 1px 12px 1px 12px;
    border: 1px solid #3399cc;
    color: #000000;
    background-color: #f4f4f4;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
    font-size: 85% !important;
}


