body {
    margin              : 0;
    padding             : 0;
    font-family         : Arial, Helvetica, Sans-Serif;
    font-size           : 12px;
    color				        : #333;
    background-color    : #fff;
    text-align          : left;
}
body.frontend {
    background-color	  : #ccc;
    text-align          : center;
}
.clear {
    clear               : both;
}
fieldset, form {
    border              : 0;
    margin              : 0;
    padding             : 0;
}    
a {
    color               : #0076BC;
    text-decoration     : none;
}
a:hover {
	  color               : #999999;               
    text-decoration	    : underline;
}
p {
    margin              : 0 0 15px 0;
    padding             : 0;	 
}
img {
    border              : none;
}
form {
    margin              : 0;
}
table {
    font-size           : 12px;
}
/* Hauptframe */
div#frame {
    background          : url('/images/site/background.png') repeat-y;
    position            : relative;
    padding             : 0;
    margin              : 0 auto;
    width               : 980px;
    text-align          : left;
}
div#frame-popup {
    background          : url('/images/site/background.png') repeat-y;
    position            : relative;
    padding             : 0;
    margin              : 0 auto;
    width               : 750px;
    text-align          : left;
}
div#logo {
	  position            : absolute;
	  left                : 39px;
    top                 : 22px;
}
/* Header */
/*****************************************************************/
div#header {
    width               : 980px;
    height              : 210px;
    background          : url('/images/site/header.png') repeat-x;
    border-bottom       : 1px solid white;
}
div#header-popup {
    width               : 750px;
    height              : 161px;
    background          : url('/images/site/header_popup.png') repeat-x;
    border-bottom       : 1px solid white;
}


/* Header Horizontal Nav */
/*****************************************************************/
div#navigation {
    position            : absolute;
    top                 : 160px;
    padding             : 1px 0;
    left                : 190px;
    font-family         : Arial;
}
div#navigation a {
    display:            : block;
    text-decoration     : none;
}
div#navigation ul {
    height              : 32px;
    padding             : 0;
    margin              : 0;
    list-style-type     : none;
    white-space         : nowrap;
    background          : none;
}
div#navigation ul li {
    display             : inline;
    font-size           : 13px;
    position            : relative;
    float               : left;
    height              : 50px;
    padding-top         : 15px;
    background          : url('/images/site/nav.png') no-repeat right 35%;
    padding-right       : 1px;
}
div#navigation ul li.last {
    background-image    : none;
}
div#navigation ul li a img {
    vertical-align      : middle;
}    
div#navigation ul li a {
    padding             : 11px 13px;
    font-size           : 13px;
    font-weight         : bold;
    color               : #fff;
    vertical-align      : middle;
}
div#nagivation ul li a:hover {
    background-color    : none;	
}	
div#navigation ul li ul {
    display             : none;
    position            : absolute;
    top                 : 49px !important;
    left                : -1px !important;
    z-index             : 2;
}
div#navigation ul li:hover ul,
div#navigation ul li.over ul {
    display             : block;
}
div#navigation ul li ul li {
    padding             : 0;
    clear               : left;
    height              : 23px;
    line-height         : 23px;
    width               : 160px;
    border-top          : 1px solid #fff;
    color               : #fff;
    background-image    : none;
    background-color    : #BCBCBC;
    margin-left         : 10px;
    font-size           : 11px;
}
div#navigation ul li ul li a {
    color               : #fff;
    font-weight         : bold;
    font-size           : 11px;
    display             : block;
    padding             : 0 0 0 10px ;
    margin              : 0;
    height              : 100%;
}
div#navigation ul li ul li a:hover {
    text-decoration     : none;
    background-color    : #A5C1E6;	
}
/* Header Horizontal Nav */
/*****************************************************************/
div#header div#country_list {
}
div#header div#country_list div.country_n_search {
}

/* Navigation */
/*****************************************************************/
div#left_frame {
    float               : left;
    width		          	: 180px;
    background-color    : #F2F2F2;
    font-size           : 11px;
    margin              : 0;
    padding             : 0;
}
#left_frame h4 {
    padding             : 0 0 0 20px;
    margin-bottom       : 5px;
}	
#left_frame p {
    padding             : 0 0 15px 20px;
    margin              : 0;
    margin-right        : 10px;
}    
#left_frame img {
    border              : 0;
    margin              : 0;
    padding             : 0;
}
#left_frame a {
    display             : block;
    color               : white;
    background          : url(/images/site/arrow.gif) no-repeat 10px center;
    background-color    : #BCBCBC;
    padding-left        : 20px !important;
    padding             : 0;
    margin              : 0;
}
#left_frame p.press-link {
	  
}
#left_frame div.left-side-news {
    padding             : 0 0 15px 20px;  
}
#left_frame div.left-side-news p {
   padding              : 0; 
}
#left_frame a.press-link {
	  color               : #0076BC;
	  background          : none; 
}
#left_frame a:hover.press-link {
	  color               : #999999;
	  background          : none;
	  text-decoration     : underline;
}
	
#left_frame a:hover {
    background-color    : #A5C1E6;
    text-decoration     : none;
}
#left_frame ul {
    margin              : 0;
    padding             : 0;
    font-weight         : bold;
    margin-top          : -3px;
}

#left_frame ul li {
    list-style-type     : none;
    line-height         : 23px;
    border-top          : 1px solid #fff;
    color               : #fff;
    padding             : 0;
    margin              : 0;
}
#left_frame ul li a {
	  width               : 160px;
}

/* Content */
/*****************************************************************/
body.frontend #content {
	float                : left;
	width				         : 550px;
	margin				       : 0;
	padding              : 25px;
}
body.frontend #content iframe {
    border             : 1px solid #BCBCBC;
}
body.frontend div#content.content-popup {
    background-color    : #fff;
    width               : 700px;
}
#content h1 {
  font-size             : 16px;
  padding               : 0;
  margin                : 0 0 15px 0;
  font-weight           : bold;
}
#content h2 {
  font-size             : 13px;
  padding               : 0;
  margin                : 0 0 5px 0;
  font-weight           : bold;
}
#content p {
	line-height           : 18px;
	padding				        : 0;
	margin				        : 0 0 15px 0;
}
#content a {
	text-decoration		: underline;
}
#content h6 {
    padding             : 0;
    margin              : 0 0 10px 0;
    font-size           : 9px;
}
#content img.approach_print {
    display             : none;
}
#content img.approach_detail_print {
    display             : none;
}

/* Right Frame */
/*****************************************************************/
div#right_frame {
    float               : right;
    width				        : 200px;
    font-size           : 11px;
    font-family         : Arial;
}
.search_text {
    padding             : 2px 3px 0;
    font-size           : 12px;
    font-family         : Arial;
    height              : 15px;
    width               : 168px;
}    
div#right_frame input {
    padding             : 0;
    boder               : none;
}
.search_submit, input#search_button, .contact_submit, .search, .contact-submit  {
    background-image    : url('/images/site/search_button_background.gif');
    background-position : top left;
    background-repeat   : repeat-x;
    background-color    : none !important;
    width               : 172px;
    color               : #666666;
    font-weight         : bold;
    height              : 25px; 
    border              : 1px solid #8690A3;
    padding             : 0;
    margin-top          : 8px;
    font-size           : 11px;
}
.contact_submit {
    width               : 190px;
}    
div#right_frame h2 {
    background-color    : #3F64AA;
    color               : #fff;
    padding             : 5px 15px;
    margin              : 0 0 10px 0;
    font-size           : 11px;
    font-family         : Arial;
    font-weight         : bold;
}
div#right_frame div.box_content {
    padding-left        : 15px;	 
}
div#right_frame div.box_content p {
    margin              : 10px 0 0;
}
div#right_frame div.box_content img {
    border              : 1px solid #CCC;
}
div#right_frame fieldset, .search_fieldset {
    border              : 0;
    margin              : 7px 0 0;
    padding             : 0;
}
div#right_frame div {
    margin-bottom       : 10px;
}    
div.country_n_search form {
    text-align          : center;
}
div#right_frame hr {
    margin              : 0 10px;
    padding             : 0;
}
div#right_frame div p.border_bottom  {
    border-bottom       : 1px solid #ccc;
    padding-bottom      : 5px;
}    
    	
/* Footer */
/*****************************************************************/
div#footer {
    width               : 980px;
    line-height         : 30px;
    background          : #3F64AA;
    border-top       : 1px solid white;
    color               : #fff;
    text-align          : center;
    vertical-align      : middle;
    font-size           : 11px;
}
div#footer a {
    color               : #fff;
    text-decoration     : underline;
    margin              : 0 6px;
}
/**********************************************************/
/* Session Msgs */
div#msgs {
    background-color    : #F2F2F2;
    border              : 1px solid #000;
    margin-bottom       : 20px;
    padding             : 5px;
}
#msgs ul {
    padding             : 0;
    list-style-type     : square;
    list-style-position : inside;
    margin              : 0;
}
#msgs ul li {
    color               : #f00;
    padding             : 1px 5px;
}
/**********************************************************/
/* Validation Errors */
input.validerror {
    border              : 1px solid red;
}
span.validerror {
    color               : #f00;
}

li.active {
}

/**********************************************************/
/* Footer Navigation */
#footer_nav {
    height              : 21px;
    margin-top          : 10px;
}
input.action {
    border              : 1px solid gray;
    padding-left        : 15px;
}
input.submit {
    border              : 1px solid gray;
    padding-left        : 15px;
}
#footer_nav a.arrow {
}
#footer_nav p {
    margin              : 0;
    padding             : 0;
    height              : 19px;
    display             : inline;
}

* html #footer_nav p { /* make IE's <input> focus disappear */
    border              : 1px solid gray;
    background          : white;
    padding-left        : 3px;
    padding-right       : 10px;
}

* html input.action {
    border              : 0 !important;
    overflow            : visible;
    padding-left        : 20px !important;
}
* html #footer_nav a {
    border              : 0 !important;
}
#footer_nav p.left {
    float               : left;
    margin              : 0 5px 0 0;
}

#footer_nav p.right {
    float               : right;
    margin              : 0 0 0 5px;
}

#footer_nav a img {
    display             : none;
}

#footer_nav a {
}

* html #footer_nav a {
    height              : 18px;
    margin-left         : -1px;
}

* html input.action { /* make IE's <input> focus disappear */
    /*border              : 0;*/
}

* html #footer_nav p.left a { /* fix IE's problem with float */
    float               : left;
}

* html #footer_nav p.right a { /* fix IE's problem with float */
    float               : right;
}


/*******************************************************************************/
/* Kontakt */
div#contact {
    width               : 100%;
}
div#content_left {
    float               : left;
    padding             : 0;
    margin              : 0;
    width               : 190px;
}
div#content_right {
    float               : right;
    padding             : 0;
    margin              : 0;
    width               : 340px;
}

table.contact {

}
table.contact input,
table.contact select,
table.contact textarea {
    font-family         : Arial;
    font-size           : 11px;
    border              : 1px solid #999999;
    color               : #666666;
}
table.contact td {
    border              : none;
}
table.contact td.first {
    width               : 150px;
    text-align          : right;
    vertical-align      : top;
    padding-top         : 3px;
    padding-right       : 10px;
}
table.contact input.textfield {
	  font-size: 12px;
    padding-left        : 2px;	  
    width               : 248px;
}
table.contact select {
    font-size: 12px;
    padding-left        : 2px;    
    width               : 252px;
}
table.contact input.zip {
    width               : 70px;
}
table.contact input.city {
    width               : 167px;
    margin-left         : 4px;
}
* html table.contact input.city { 
    width               : 168px;
}
table.contact td.last {

}
span.mendatory_field {
    color               : red;
}
span.additional_field {
    padding             : 1px;
}
table.contact thead,
table.contact tfoot {
    display             : none;
}
table.contact textarea {
    font-size: 12px;
    font-family: Arial;
    padding-left        : 2px;
    width               : 248px;
    height              : 100px;
}
#login {
    height              : 40%;
    width               : 50%;
    position            : absolute;
    top                 : 0;
    left                : 123px;
    background          : url(/images/admin_login/logo.gif) no-repeat;
}
#login form {
    width               : 300px;
    position            : absolute;
    right               : 10px;
    top                 : 100px;
}
#login input.submit {
    float               : left;
    margin-top          : 10px;
}
#login label {
    display             : block;
    width               : 100px;
    margin-top          : 5px;
}
#login input.text {
    display             : block;
    width               : 200px;
}
#container {
    height              : 100%;
    width               : 70%;
    position            : absolute;
    left                : 0;
}
#descr {
    height              : 100%;
    width               : 30%;
    position            : absolute;
    right               : 0px;
}
#container div {
    position            : absolute;
    right               : 10px;
    top                 : 70px;
    width               : 300px;    
}
/**************** Autocomplete **********************/
input#keywords {
    width: 300px;
}
div#keywords_auto_complete {
    width: 302px;
    overflow: auto;
    border: 1px solid #C8C7BE;
    display: none;
    margin-top: -1px;
    position: absolute;
}
d
* html div#keywords_auto_complete {
    width: 304px;
    margin-top: -17px;
}
.autocomplete_elements {
    position: relative;
    text-decoration: none !important;
    color: #000000;
    display: block;
    cursor: default;
    padding: 0 5px;
    background-color: #FFFFFF;
}
.autocomplete_elements_active {
    position: relative;
/*    background-color: #EBEBEB; */
    background-color: #4FA9E8;
    text-decoration: none !important;
    color: #000000;
    display: block;
    cursor: default;
    padding: 0 5px;
}
* html .autocomplete_elements, * html .autocomplete_elements_active {
    width: 273px;
}
div#search_results h3 {
    font-size               : 12px;
    border-bottom           : 1px solid #CCCCCC;
    padding-bottom          : 3px;
}
div#search_results div.item {
    margin-bottom           : 20px;
}
div#search_results div.item a.title {
    font-size               : 12px;
}
div#search_results div.item a.url {
    font-size               : 11px;
    color                   : #009900;
}
div#search_results div.item em {
    font-style              : normal;
    font-weight             : bold;
}
div#search_results div.item p {
    padding                 : 0;
    margin                  : 0;
}

/*******************************************************************************/
/* Error Site */
.error {
    padding                 : 3px 0 0 0;
    background-color        : #F2F2F2;
}
.error h2 {
    font-weight             : bold;
    font-size               : 18px;
    padding                 : 2px 0 3px 5px;
    margin                  : 0;
    color                   : white;
}
.error img {
    padding                 : 0px;
    margin                  : 0px;
    border-top              : 1px solid white;
    border-bottom           : 1px solid white;
}
input.contact_submit {
    padding-left            : 20px !important;
    padding-right           : 20px !important;
    padding-right           : 20px !important;
    text-align              : center !important;
}
div#breadcrumb {
  	font-weight             : bold;
  	font-size               : 11px;
}
div#breadcrumb a {
	  font-weight             : normal;
	}
div#breadcrumb span {
    color                   : #999999;
    font-weight             : normal;	
}
table.downloads {
  margin-top                : 20px;
}
table.downloads a {
    text-decoration         : none !important;
}
form.download_search_form fieldset {
    border                  : none;
    width                   : 100%;
    padding                 : 0;
    margin                  : 0;
}
form.download_search_form input.search_cat {
    width                   : 40%;
    height                  : 20px;
}
form.download_search_form input.search_text {
    width                   : 59%;
    height                  : 16px;
}
form.download_search_form input.search {
    border                  : 1px solid #8690A3;
}    
/* Pager */
div#pager {
	  margin-top              : 1.2em;
    width                   : 100%;
    text-align              : center;
}
#pager a, #pager p {
    background-image        : url('/images/site/search_button_background.gif');
    background-position     : top left;
    background-repeat       : repeat-x;
    background-color        : none !important;
    width                   : 70px;
    color                   : #666666;
    font-weight             : bold;
    height                  : 20px; 
    border                  : 1px solid #8690A3;
    padding                 : 0;
    font-size               : 11px;
    display                 : block;
    text-decoration         : none;
    padding-top             : 3px;
    margin-left             : 5px;       
}
#pager a.first, #pager p.first {
    margin-left             : 0;
}    
div#pager .left {
    float                   : left;
}
div#pager .right {
    float                   : right;
}
div#pager p.center {
	float                     : left; 
	margin-left               : 50px;
	background                : none;
	border                    : none;
	display                   : inline;
	width                     : auto;
	font-weight               : normal;

}	
div#pager p.inactive {
    color                   : #ccc;
    height                  : 21px;
    padding-top             : 2px;
}
div#pager p.inline {
    display                 : inline;
}


div.event_box {
    background-color        : #f2f2f2;
    margin-right            : 20px;
    margin-bottom           : 20px;
    width                   : 167px;
    height                  : 220px;
    border                  : 1px solid #DD0915;
    width                   : 161px;
    float                   : left;
}
div#eventbox a {
    margin                  : 0;
}
div#eventbox p {
    background-color        : white;
    margin                  : 0;
}
div#eventbox p.text {
    margin-bottom           : 0;
    background-color        : #f2f2f2;
    padding                 : 4px;
    height                  : 75px;
    border-top              : 3px solid #DD0915;
}
div#eventbox img {
	   margin-bottom           : -3px;
}	  
div#press_releases p.inline {
    display                 : inline !important;
    margin                  : 0;
    font-size               : 11px;
}
div#press_releases p {
	  margin-bottom           : 0;
}	  
div#press_releases h3 {
    margin                  : 0;
    font-size               : 12px;
}    
div#press_releases div.item {
	  margin-top              : 1.2em;
	  padding-bottom          : 1.2em;
    border-bottom           : 1px solid #CCCCCC;
}

/*******************************************************************************/
/* Generelle Tabelle */
table {
    margin              : 5px 0;
    width               : 100%;
    border-collapse     : collapse;
}
table tbody tr td {
    border              : 1px solid #999999;
    padding             : 3px;
}
table thead tr {
    background-color    : #999;
}
table thead th {
    color               : #fff;
    margin              : 0;
    padding             : 3px;
    font-weight         : bold;
    border              : 1px solid #999;
    margin-left         : -3px;
}
table td.first {
    padding-left        : 10px;
}
table td.last {
    padding-right       : 10px;
}
div#catalog-list h4 { 
	  margin              : 0;
	  font-size           : 11px;
	  height              : 30px;
	  background-color    : #F2F2F2;
	  padding             : 5px;
	  margin-bottom       : 5px;
}
div#catalog-list fieldset {
	  padding             : 0;
	  margin              : 0;
}	  
div#catalog-list div.catalog{
	  
}	  
div#catalog-list div.catalog img {
	 margin-bottom        : 5px;
	  
}
div#catalog-list div.catalog div.select {
    
}	  
div.catalog {
    float               : left;
    margin-right        : 25px;
    margin-top          : 25px;
    width               : 155px;
}
div.first {
	  margin-top          : 0;
}	  
div.catalog label {
}
div#catalog-list label {
	  font-size           : 11px;
	  margin-left         : 5px;
}	  
div#catalog-list input {
	  margin              : 0 0 0 0;
	  padding             : 0 !important;
}
div#catalog-list input.contact-submit {
	  margin-top          : 25px;
}	  
div#catalog-contact h4 {
    margin              : 0;
}
div#catalog-contact ul {
	  margin-bottom       : 10px;
}

div#catalog-contact div.order-details {
	  background-color    : #F2F2F2;
	  color               : #000;
	  border              : 1px solid #000;
	  padding             : 8px;
	  margin-bottom       : 20px;
}
div#catalog-contact ul {
	  margin              : 4px;
}	  
div#catalog-success h4 {
    margin              : 0;
}   
div#catalog-success div.box {
	  margin-top          : 35px;
}

div.order-details h4 {
    font-size           : 12px !important;
}

div.order-details ul {
    margin-left         : 30px;
    padding-left        : 30px;
}

div#languages {
    position            : absolute;
    top                 : 112px;
    left                : 298px;
}
div#languages ul {
    padding             : 0;
    margin              : 0;
    list-style-type     : none;
}