html
{
	font-size: 100.01%;
}

body 
{
	color: #555555;
	background-color: #3D4866;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style:normal;
  	font-variant:normal;
	font-size: 100.01%;
	padding: 0px 0px 5px 0px;
	margin:5px;
}

html>body
{
			
}

p
{
	margin-top:	0px;
	margin-bottom:	12px;
}

#layout-box 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 936px;
	height: 562px;
	border: 1px solid #FCFAED;
}

/* Wichtig für Overflow! Dieser funktioniert sonst im Firefox nicht richtig
    Ist jedoch definitiv so standardkonform, nur der IE macht es anders. */
html>body #layout-box 
{ /* be nice to opera (&gekko) */
	height: auto;
	min-height: 562px;
	max-height: 10000px;
}

/* Top menu */
#mainmenu-box 
{
	position: absolute;
	color: white;
	width: 665px;
	height: 75px;
	margin-top: -15px;
	margin-left: 198px;
	z-index: 200;
}

a.mainmenu-entry 
{
	background-image: url(../images/mainmenu-inactive.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #555555;
	height: 20px;
	padding: 25px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}

a.mainmenu-entry:hover 
{
	background-image: url(../images/mainmenu-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: 20px;
	padding: 25px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}

a.mainmenu-entry-active 
{
	background-image: url(../images/mainmenu-active.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: 20px;
	padding: 25px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}

/* Left menu */
#menu-box 
{
	position: absolute;
	float: left;
	width: 170px;
	height: 300px;
	margin-top: 111px;
	margin-left: -15px;
	z-index: 200;
}

a.menu-entry 
{
	background-image: url(../images/menu-inactive.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #555555;
	height: 20px;
	vertical-align: bottom;
	padding: 10px 0px 0px 29px;
	font-size: 0.75em;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

a.menu-entry:hover 
{
	background-image: url(../images/menu-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: 20px;
	vertical-align: bottom;
	padding: 10px 0px 0px 29px;
	font-size: 0.75em;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

a.menu-entry-active 
{
	background-image: url(../images/menu-active.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: 20px;
	vertical-align: bottom;
	padding: 10px 0px 0px 29px;
	font-size: 0.75em;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

a.sub-menu-entry 
{
	background-image: url(../images/submenu-inactive.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #555555;
	height: auto;
	vertical-align: bottom;
	margin-left: 29px;
	padding: 0px 0px 4px 14px;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
}

a.sub-menu-entry:hover 
{
	background-image: url(../images/submenu-active-hover.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: auto;
	vertical-align: bottom;
	margin-left: 29px;
	padding: 0px 0px 4px 14px;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
}

a.sub-menu-entry2
{
	background-image: url(../images/submenu-inactive.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #555555;
	height: auto;
	vertical-align: bottom;
	margin-left: 58px;
	padding: 0px 0px 4px 14px;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
}

a.sub-menu-entry2:hover 
{
	background-image: url(../images/submenu-active-hover.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: auto;
	vertical-align: bottom;
	margin-left: 58px;
	padding: 0px 0px 4px 14px;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
}

a.sub-menu-entry-active 
{
	background-image: url(../images/submenu-active-hover.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: auto;
	vertical-align: bottom;
	margin-left: 29px; 
	font-size: 0.75em;
	display: block;
	text-decoration: none;
	padding: 0px 0px 4px 14px;
}

a.sub-menu-entry-active2
{
	background-image: url(../images/submenu-active-hover.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #7D91AA;
	height: auto;
	vertical-align: bottom;
	margin-left: 58px; 
	font-size: 0.75em;
	display: block;
	text-decoration: none;
	padding: 0px 0px 4px 14px;
}

/*end left menu */
#logo-box 
{
	position: absolute;
	margin-top: -47px;
	margin-left: -42px;
	float: left;
	display: inline;
	z-index: 100;
}

#inner-box 
{
	margin: 4px;
	height: 528px;
	border-top: 15px;
	border-left: 15px;
	border-right: 10px;
	border-bottom: 10px;
	border-style: solid;
	border-color: #A4BDD7;
	color: #002967;
	background-color: #FCFAED;
	z-index: 1;
}

html>body #inner-box 
{ /* be nice to opera (&gekko)*/
	height: auto;
	min-height: 700px; /*528px; */
	max-height: 10000px;
}

#content-box 
{
	/*background-image: url(../images/contenttopborder.png);
	background-position: 0px -3px;
	background-repeat: no-repeat;*/ 
	width: 699px;
	margin-top: 85px;
	/*padding-bottom:10px;*/
	height: 550px;
	float: right;
	color: #002967;
	background-color: #EDF0F4;
	border-right: 3px solid #6992C8;
	border-bottom: 3px solid #6992C8;
	border-left: 3px solid #4E80C1;
	border-top: 1px solid #4E80C1;
	
}

#content-top-border 
{
	position:absolute;
	margin-top: 82px;
	margin-left:201px;
	float:right;
	z-index:80;
}

html>body #content-box 
{ /* be nice to opera (&gekko) */
	height: auto;
	min-height: 700px; /*550px; */
	max-height: 10000px;
}

#footer-box 
{
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	height: 20px;
	font-size: 11px;
	/*border: 1px solid white;*/
}

a.footer-link 
{
	float: right;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
	border-left: 1px solid #555555;
}

a.footer-link:hover 
{
	float: right;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
	border-left: 1px solid #FCFBEE;
}

a.footer-link-active 
{
	float: right;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #FCFBEE;
	padding: 5px 0px 5px 5px;
}
#printbox 
{
	/*height:500px;
	background-image: url(../images/borderprint.png);
	background-position: 2px 0px;
	background-repeat: no-repeat; 
	width:700px;*/
	padding-bottom:10px;
	float:left;
	z-index:1;
	/*position:absolute;
	bottom: 0;*/
}

a.print-text 
{
	background-image: url(../images/print-icon.png);
	background-position: center left;
	background-repeat: no-repeat; 
	padding-left : 30px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color:#555555;
	display: inline;
	text-transform: uppercase;
	padding-left: 33px;
	margin-right: 10px;
	text-decoration:none;

}

.pageHeader 
{
	background-image: url(../images/headingunderline.png);
	background-position: bottom left;
	background-repeat: no-repeat; 
	padding-left: 15px;
	/*width: 400px;*/
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom:10px;
	/*border-bottom: 1px solid #D3CA52;*/
}

.pageHeader-only-text 
{
	background-image: url(../images/headingunderlineonlytext.png);
	background-position: bottom left;
	background-repeat: no-repeat; 
	padding-left: 15px;
	/*width: 400px;*/
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom:10px;
	/*border-bottom: 1px solid #D3CA52;*/
}


#maincontent
{
	width: 400px;
	padding-left: 15px;
	font-size:100.01%;

	color: #000000;
	line-height: 15px;
}

#maincontent-only-text
{
	width: 585px;
	padding-left: 15px;
	font-size:100.01%;

	color: #000000;
}


#maincontent-box
{
	/*width: 400px;*/
	z-index:1;
}

#smallcontent-box
{
	background-image: url(../images/smallcontentbackground.png);
	background-position: top;
	background-repeat: repeat-y; 
	width:269px;
	margin-top: 0px;
	float:right;
	z-index:100;
	color: #000000;
	padding:0px;
}

#smallcontent-box-only-text
{
	background-image: url(../images/smallcontentbackgroundonlytext.png);
	background-position: top;
	background-repeat: repeat-y; 
	width:88px;
	margin-top: 0px;
	float:right;
	z-index:100;
	color: #000000;
	padding:0px;
}

#smallcontent-bottom-border 
{

}

#maincontent-only-text a
{
	color: #002967;
}

#maincontent a
{
	color: #002967;
}

.o4bText
{
	padding-bottom: 12px;
	color: #555555;
	font-size: 0.75em;
}

.o4bHeader1Title
{
	font-size: 0.9em;
	font-weight: bold;
	color: #555555;
	padding-bottom: 12px;
}

.o4bAbstractText
{
	font-weight: bold;
	font-size: 0.75em;
	color: #000000;
	padding-bottom: 12px;
}

.o4bHeader2Title
{
	font-size: 0.75em;
	font-weight: bold;
	color: #555555;
	padding-bottom: 12px;
}

.o4bSmallContentTitle
{
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.o4bSmallContentText
{
	padding-left: 10px;
	font-size: 11px;
}

.o4bAddress
{
	padding-bottom: 12px;
}

.o4bAddressIndentForContact
{
	padding-bottom: 12px;
	margin-left: 132px;
}

.o4bAddressCompanyName
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.o4bAddressDepartment
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.o4bAddressAttn
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.o4bAddressText
{
	color: #555555;
	font-size: 0.7em;
}

.o4bContactTable
{
	margin-bottom: 12px;
}

.o4bContactImage
{
	width: 110px;
	height: 160px;
}

.o4bContactTextArea
{
	margin-left: 15px;
}

.o4bContactName
{
	font-size: 0.7em;
	font-weight: bold;
	color: #555555;
}

.o4bContactText
{
	color: #555555;
	font-size: 0.7em;
}

.o4bLine
{
	border: 0px; 
 	border-top: solid 1px #4E80C1;
 	border-bottom: solid 1px #EDF0F4;
	margin-bottom: 11px;
}

.o4bPressArchiveNewsArea
{
	width: 100%;
}

.o4bPressArchiveNewsName
{
	font-size: 0.75em;
	font-weight: bold;
	color: #555555;
	float:left;
}

.o4bPressArchiveNewsDate
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	padding-bottom: 12px;

	text-align: right;
}

.o4bPressArchiveNewsAbstractText
{
	color: #555555;
	font-size: 0.7em;
	clear: left;
}

.o4bPressArchiveNewsLine
{
	border: 0px; 
 	border-top: solid 1px #4E80C1;
 	border-bottom: solid 1px #EDF0F4;

	margin-bottom: 5px;

	margin-top: 8px;
}

#o4bPressArchiveNewsLink
{
	margin-bottom: 1px;
}

#o4bPressArchiveNewsLink a
{
	color: #7D91AA;
}

.o4bPressNewsArea
{
	width: 100%;
}

.o4bPressNewsName
{
	color:#555555;
	float:left;
	font-size:1em;
	font-weight:bold;
	line-height:1.2777em;
	padding-bottom:10px;
	padding-top:10px;
}

.o4bPressNewsDate
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;

	text-align: right;
}

.o4bPressNewsAbstractText
{
	font-weight: bold;
	font-size: 0.75em;
	color: #000000;
	padding-bottom: 12px;
	clear: left;
}

.o4bPressNewsText
{
	color: #555555;
	font-size: 0.75em;
	padding-bottom: 12px;
	clear: left;
}

.o4bPressNewsImage
{
	padding-bottom: 12px;
}

.o4bPressNewsLink
{
	padding-bottom: 12px;
}

.o4bNewsArchiveArea
{
	width: 100%;
}

.o4bNewsArchiveName
{
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.2777em;
	color: #555555;
	float:left;
	padding-bottom:0.75em;

}

.o4bNewsArchiveDate
{
	font-size: 11px;
	font-weight: bold;
	color: #44444;
	padding-bottom: 0.75em;

	text-align: right;
}

.o4bNewsArchiveAbstractText
{
	color: #555555;
	font-size: 0.75em;
	clear: left;
}

.o4bNewsArchiveLine
{
	border: 0px; 
 	border-top: solid 1px #4E80C1;
 	border-bottom: solid 1px #EDF0F4;

	margin-bottom: 5px;

	margin-top: 8px;
}

#o4bNewsArchiveLink
{
	margin-bottom: 1px;
	font-size:0.75em;
}

#o4bNewsArchiveLink a
{
	color: #7D91AA;
}

.o4bNewsArea
{
	width: 100%;
}

.o4bNewsName
{
	font-size: 1em;
	font-weight: bold;
	line-height:1.2777em;
	color: #555555;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.o4bNewsDate
{
	font-size: 11px;
	font-weight: bold;
	color: #555555;

	text-align: right;
}

.o4bNewsAbstractText
{
	font-weight: bold;
	font-size: 0.75em;
	color: #000000;
	padding-bottom: 12px;
	clear: left;
}

.o4bNewsText
{
	color: #555555;
	font-size: 0.75em;
	padding-bottom: 12px;
	clear: left;
}

.o4bNewsImage
{
	padding-bottom: 12px;
}

.o4bNewsLink
{
	padding-bottom: 12px;
}

.o4bDocumentDownload
{
	font-size: 11px;
	font-weight: bold;
	color: #002967;

	padding-bottom: 12px;
}

#o4bContentImageInNewWindow
{
	padding-bottom: 12px;
}

#o4bContentImage
{
	padding-bottom: 12px;
}

.o4bNewsletterSubscriberEmail
{
	font-size: 0.75em;
	color: #555555;
}

.o4bNewsletterSubscriberEmailSendMsg
{
	font-size: 0.75em;
	color: #555555;
}

.o4bCustomerImageArea
{
	padding-bottom: 12px;
}

.o4bCustomerFirstImage
{
	margin-right: 15px;
}

.o4bSubscriberEmailInput
{
	background: #EDF0F4;
	height: 12px;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #555555;
}

#searchResults .gsc-control { width : 500px; }

.gsc-results
{
	clear:none !important;
}

.gsc-resultsHeader
{
	clear:none !important;
}

.o4bSearchArea
{
	margin-top: 13px;
	margin-left: 28px;
}

.o4bSearchInput
{
	background: #EDF0F4;
	height: 12px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #555555;
}

.sitemap-entry{
	
	margin:10px 0px 10px 10px;
	
	
	}
	
.sitemap a{
	font-size:0.75em;
	font-weight:bold;
	text-decoration: none;
	color:#555555;
	display:block;
	}
	
img.smallcontentimage
{
	padding-left: 8px;
	padding-right: 4px;
	vertical-align:bottom;
}

li{
    margin-bottom:10px;
}
