/* CORE CSS 20040217 */

/* BODY */

body
{
    font-family: Verdana, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 0.7em; /* Base size for all elements; other size definitions relates to this */
    background-color: #ffffff;
    margin: 0;
    padding: 1em;
}

/* HEADERS */

td
{
    
    
    padding-left: 5px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 14pt
}

h2,h3,h4, h5, h6
{
    font-size: 10px
}

/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
    color: #0000a0;
    text-decoration: underline;
}

a:hover
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}



table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea
{
    font-family: Verdana, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}


/*ADD */

div.object-right


{ 

   margin: 3px;


   float: right;


}


 

div.object-left


{ 

   margin: 3px;


   float: left;


}


 

div.object-center


{ 

/*   float: center;*/


   margin-left: auto;


   margin-right: auto;


   text-align: center;


}


/* SITE CSS 20040415 */

div#allcontent
{
    width: 949px;
    margin: 0 auto 0 auto;
}

div#maincontent
{
	min-height:350px;
	height:auto !important;
	height:350px;
	padding: 15px;
	padding-right: 30px;
}

/* PAGE HEADER */

div#header
{
    padding-top: 0px;
    padding-left: 0px;
     width: 930px;
}



div#header-design
{
    margin: 0;
    height: 120px;
    width: 930px;
    float: left;
    background-image: url(stuff/top-bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    
   
}



div#header-rnavi
{
    margin: 0;
    height: 25px;
    width: 100%;
	text-align: right;
	background-color: #256278;
	padding: 0;
	
	
}

div#header-rnavi .item
{
    background-image: url(stuff/pfeil.gif);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 20px;	
	margin-top: 6px;
	padding-left: 15px;	
		
}

div#header-rnavi .item a
{

	color: #FFFFFF;
	font-size: 12px;
    text-decoration: none;
		
}


div#content-pline
{
background-image: url(stuff/t1/pline.gif);
background-repeat: repeat-x;
margin: 0;	
padding: 0;	
font-size: 1px;
     background-position: left top;
    width: 700px;
    height: 3px;
}


div#header-rnavi .itemaktiv
{
    background-image: url(stuff/pfeil-aktiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-right: 20px;	
	margin-top: 6px;
	padding-left: 15px;	
		
	
}
div#header-rnavi .itemaktiv a
{

	color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
		
}



div#hd1 {
	margin-top: 5px;
	padding-left: 10px;
	float: left;

}

div#hd2 {
	margin-top: 5px;
	padding-left: 20px;
	float: left;
	color: #666666;
	font-size:9px;

}

div#hd2 h1  {
	
	margin: 0;
	padding: 0;
	
}

div#hd2 h1 a {
	
	color: #0B7BA0;
	
}

div#hd3 {
	float: right;
	padding: 10px;
}


div#header h1
{
    font-size: 2.5em;
    margin: 0;
    padding: 0;
}

div#header h1 a
{
    text-decoration: none;
   
}


/* TOOLBARS */

div#toolbar-top
{ 
    padding: 13px 0 0 8px;
    text-align: right;
}

div#toolbar-top
{ 
    text-align: right;
}

div#toolbar-top ul
{
    float: right;
}

div#toolbar-bottom
{ 
    margin-top: 8px;
    text-align: center;
}

div#toolbar-bottom ul
{
    padding: 0.5em 0 0.5em 0;
}

div#toolbar-bottom li.toolbar-item a
{
    font-weight: bold;
}

div#toolbar-top li.toolbar-item, div#toolbar-bottom li.toolbar-item
{
    border-right: 1px solid;
    display: inline;
    margin: 0;
    padding: 0 10px 0 6px;
    white-space: nowrap;
}

div#toolbar-top div.search-line, div#toolbar-bottom div.search-line
{
    float: right;
    
    
}

div.search-line
{
    float: right;
    
    
}



div#toolbar-top div.label, div#toolbar-bottom div.label
{
    display: inline;
    text-align: left;
}

div#toolbar-top div.search-line form, div#toolbar-bottom div.search-line form
{
    display: inline;
}

div#toolbar-top div.search-line div.optionblock input,
div#toolbar-top div.search-line div.optionblock label,
div#toolbar-right div.search-full div.optionblock input,
div#toolbar-right div.search-full div.optionblock label
{ 
    display: inline;
}

div#toolbar-top input.searchinput, div#toolbar-bottom input.searchinput
{
    height: 1.6em;
    width: 7em;
}

input.searchinput
{
    height: 15px;
    width: 7em;
}

div#toolbar-top li.toolbar-item a, div#toolbar-bottom li.toolbar-item a
{ 
    text-decoration: none;
}

div#toolbar-top li.first, div#toolbar-bottom li.first
{
    display: inline;
}

div#toolbar-top li.last, div#toolbar-bottom li.last
{
    border-right: none;
    display: inline;
}


/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;

    width: 930px;

    height: 25px;
    font-size: 13px;
    /* border-bottom: 1px solid; */
}

div.topmenu-line
{
    /* border-bottom: 1px solid;  This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    height: 25px;
    vertical-align: middle;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
}

div#topmenu li
{
    margin: 0;
    padding: 0;
     /*border-right: 1px solid;*/
    float: left;
    display: block;
}

div#topmenu li div.spacing
{
    padding: 0.2em 12px 0.3em 12px;
}

div#topmenu li a
{
    text-decoration: none;
}

div#topmenu li a:hover
{
    text-decoration: none;
    font-weight: bold;
}


/* SUB MENU */

div#submenu
{
    /* margin-top: -1px; */
    width: 930px;
    padding: 0;
    height: 10px;
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#submenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

div#submenu ul
{
    padding: 0;
    margin: 0;
    
}

div#submenu li
{
    margin: 0 0 0 0;
    float: left;
    display: block;
}

div#submenu li div.spacing
{
 margin: 0 0 0 0;
 padding: 4px 12px 7px 12px;
   
}

div#submenu li.selected div.spacing
{
    background-color: #ffffff;
    
}

div#submenu li a
{
    text-decoration: none;
}

div#submenu li a:hover
{
    text-decoration: underline;
}


/* PATH */

div#path-design
{
    margin: 0.2em 12px 0.2em 12px;
}

div#path p
{
    margin: 0;
}

div#path p a
{
    text-decoration: none;
}


/* COLUMNS */

div#columns
{
    height: 100%; /* Needs to be set to avoid bug in IE 5.5 */
}


/* MENUES */

div#leftmenu ul, div#rightmenu ul
{
    margin-left: 6px;
}

div#leftmenu
{
    float: left;
    width: 13em;
}

div#leftmenu-design li.menu-level-0
{ 
    text-decoration: none;
    border-top: 1px solid;
    padding: 4px 0 2px 10px;
    list-style-type: none;
}

div#leftmenu-design li.menu-level-0 a
{ 
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

div#leftmenu-design li.menu-level-1
{ 
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    list-style-type: none;
}

div#leftmenu-design li.menu-level-1 a
{ 
    text-align: center;
    text-decoration: none;
}

div#rightmenu 
{
    float: right;
    width: 18em;
}

div#rightmenu-design
{
    padding-right: 30px;
}

div#maincontent
{
}

div.maincontent-bothmenus
{ 
    margin-left: 14em;
    margin-right: 16em;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-noleftmenu
{ 
    margin-left: 10px;
    margin-right: 16em;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-norightmenu
{ 
    margin-left: 14em;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-nomenus
{ 
    margin-left: 10px;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div#fix /* This style breaks the unwanted connection between the content of the maincontent box and the menues on the left and right in some browsers */
{
    float: left;
    width: 100%;
}


/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


/* TOOLBOXES */

div.toolbox
{ 
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}

div.toolbox-design
{ 
    padding: 0px;
}

div.toolbox-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.toolbox-design div.toolbox-content
{ 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid;
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{ 
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

div.toolbox-design div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{ 
    width: 100%;
    margin: 8px 0 8px 0;
}

div.toollist-design
{ 
    padding: 0px;
    border: 1px solid;
}

div.toollist-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div.toollist-design div.content-view-children
{ 
    padding: 3px 10px 10px 10px;
}

div.toollist-design h3
{ 
    margin: 0;
    text-decoration: underline;
}

div.toollist-design div.class-article div.attribute-short p
{ 
    margin: 0;
}

div.toollist-design div.class-article div.attribute-link p
{ 
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* FOOTER */

div#footer
{ 
    clear: both;
	font-size:9px;

	
}


div#footer-design 
{
    padding: 10px 0 10px 0;
    text-align: center;
}

div#footer-design address
{
    font-style: normal;
}

div#footer-design a
{
    text-decoration: none;
}


/* GENERAL ELEMENTS */

div#maincontent h1
{ 
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

div#maincontent h2
{ 
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

div#maincontent h3
{ 
     font-size: 12px;
    font-weight: bold;
}

div#maincontent h4
{ 
    font-size: 12px;
    font-weight: bold;
}

div#maincontent-design h5
{ 
     font-size: 12px;
    font-weight: bold;
}


/* GENERAL TABLE */

table th
{ 
    background-color: #d9e5f2;
}

/* SUBMIT BUTTONS */

input.defaultbutton
{
    font-weight: bold;
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.button
{
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

input.searchimage
{
    width: 18px;
    height: 18px;
    background-image: url(stuff/button.gif);
    background-repeat: no-repeat;
}

div.line
{
    height: 5px;
    background-color: #d9e5f2;
    width: 930px;
}

.light {
	color: #666666;

}

#footernavi {
font-size: 9px;
color: #666666;
float: right;
padding-right: 30px;
padding-top: 5px;
}

#footernavi a {
color: #666666;
font-size: 9px;
text-decoration: none;
}
/* SITE-COLORS CSS 20040415 */

/* This CSS only contains color codes and background image details for pagelayout and other main styles */

body
{
    background-color: #BBDAE8;
}


h1
{
   color: #000000;
}


div#allcontent
{

    background-color: #ffffff;
    background-image: url(stuff/right-shadow.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    
    
}


/* TOOLBARS */

div#toolbar-top li.toolbar-item
{
    color: #256278;
    border-color: #256278;
}

div#toolbar-top li.toolbar-item a
{ 
    color: #256278;
}

div#toolbar-bottom div.toolbar-design
{
    background-color: #256278;
}

div#toolbar-bottom li.toolbar-item
{
    color: #256278;
    border-color: #256278;
}

div#toolbar-bottom li.toolbar-item a
{ 
    color: #256278;
}


/* TOP MENU */

div#topmenu
{
    background-image: url(stuff/top-menu-bg.gif);
    background-repeat: repeat-x;
    background-position: left top;


    color: #256278;
	
}

div.topmenu-line
{
    
}

div#topmenu li
{
    font-size: 13px;
}

div#topmenu li.selected
{
 font-weight: bold;
}

div#topmenu li div.spacing
{

}

div#topmenu li a
{
    color: #ffffff;
}

div#topmenu li.selected div.spacing
{

}

div#topmenu li.selected a
{
    color: #ffffff;
}


/* SUB MENU */

div#submenu
{
    background-color: #BBDAE8;
    border-color: #BBDAE8;
	font-size: 11px;
}

div#submenu li.selected
{
   font-weight: bold;
}


div#submenu li a
{
    font-size: 11px;
    color: #256278;
}


/* PATH */

div#path p
{
    color: #6699cc;
}

div#path p a
{
    color: #6699cc;
}


/* MENUES */

div#leftmenu-design li.menu-level-0
{ 
    border-color: #99ccff;
}

div#leftmenu-design li.menu-level-0 a
{ 
    color: #256278;
}

div#leftmenu-design li.menu-level-0 a:hover
{
    color: #256278;
}

div#leftmenu-design li.menu-level-0 a.selected
{
    color: #256278;
}

div#leftmenu-design li.menu-level-1 a
{ 
    color: #66cccc;
}

div#leftmenu-design li.menu-level-1 a:hover
{
    color: #256278;
}

div#leftmenu-design li.menu-level-1 a.selected
{
    color: #256278;
}


/* NAVIGATORS */

div.content-navigator div.content-navigator-previous-disabled
{
    color: #777777;
}

div.content-navigator div.content-navigator-next-disabled
{
    color: #777777;
}

div.content-navigator div.content-navigator-arrow
{
    color: #ff8800;
}


/* TOOLBOXES */

div.toolbox-design
{ 
    background-color: #256278;
}

div.toolbox-design h2
{ 
    color: #ffffff;
    background-color: #256278;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    background-color: #ffffff;
    border-color: #839dbd;
}

div.toolbox-design label
{
    color: #000000;
}

div.toolbox-design div.info-text p
{ 
    color: #000000;
}

div.toolbox-design div.attribute-link p
{ 

    background-image: url(../../images/t1/t1-arrow.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

div.toolbox-design div.attribute-link-disabled p
{ 
    color: #666666;
}


/* TOOL LISTS */

div.toollist-design
{ 
    background-color: #ffffff;
    border-color: #256278;
}

div.toollist-design h2
{ 
    color: #ffffff;
    background-color: #256278;
}

div.toollist-design h3
{ 
    color: #256278;
}

div.toollist-design div.class-article div.attribute-short p
{ 
    color: #666666;
}

div.toollist-design div.class-article div.attribute-link p
{ 
    color: #256278;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{ 
    color: #666666;
}


/* FOOTER */

div#footer-design 
{
    color: #256278;
    background-color: #ffffff;
}

div#footer-design a:hover
{
    color: #256278;
}

/* GENERAL ELEMENTS */

a
{ 
    color: #256278;
}

li
{ 
    color: #256278;
}

div#maincontent h1
{ 
    color: #000000;
}

div#maincontent h2
{ 
    color: #000000;
}

div#maincontent h2 a
{ 
    color: #000000;
}

div#maincontent h3
{ 
    color: #000000;
}

div#maincontent h4
{ 
    color: #000000;
}

div#maincontent-design h5
{ 
    color: #000000;
}


/* SUBMIT BUTTONS */

input.defaultbutton
{

}

input.button
{

}

input.shopbutton
{

}

input.searchbutton
{

}

.smallform
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 9px;

}

