/******************************
 ****       LAYOUT         ****
 ******************************/

html,body {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(background.png) center top no-repeat;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 12px;
}

h1 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 11px;
}


h2 { 
  margin-top: 0px;
  font-weight: normal;
  font-size: 17px;
}
h3 { 
  margin-top: 0px; 
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  color: #888888;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  

}

#wrapper {
  width: 739px;
  min-height: 100%;
  margin: 0px auto 0px auto;
	background-color: #fff;
}

#header_top {
  width: 739px;
  height: 45px;
  border-bottom: 1px solid #ccc;
  margin-top: 26px;
}

/* DROPDOWN - HAUPTNAVIGATION */
#navigation_top {
  position: relative;
  z-index:3;
  float: left;
  /*width: 500px;*/
  margin-top: 23px;
  border-left: solid #ccc 1px;
}

#navigation_top ul.level1 {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#navigation_top li {
	float: left;
	padding: 0px;
}

#navigation_top ul.level1 ul {
	float: left;
	position: absolute;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	height: auto;
	width: 124px;
	left: -999px;
	display: none;
  border-left: solid #ccc 1px;
}

#navigation_top a {
	display: block;
  color: #888888;
	text-decoration: none;
  padding: 5px 9px;
 	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}

#navigation_top a:hover {
  background: #FFFFFF;
	color: #000;
}

#navigation_top ul.level2 li {
	width: 124px
}

#navigation_top ul.level1 li ul.level2
{
	margin: 0px 0px 0px -1px;
}

#navigation_top ul.level1 li ul.level2 li ul.level3
{
	border-top: solid #ccc 1px;
	margin: -18px 0px 0px 115px;
}

#navigation_top ul.level1 li:hover ul.level2,
#navigation_top ul.level1 li ul.level2 li:hover ul.level3,
#navigation_top ul.level1 li.sfhover ul.level2,
#navigation_top ul.level1 li ul.level2 li.sfhover ul.level3
{
  left: auto;
  background: #FFFFFF;
  display: block;
}

/* SICAT - LOGO in DROPDOWN line*/
#logo {
  float: right;
  width: 126px;
  height: 33px;
}

/* END DROPDOWN HAUPTNAVIGATION */

/* breadcrumbs line */
#navigation_sub {
  position: relative;
  z-index:2;
  float: left;
  clear: both;
  width: 739px;
  height: 16px;
  margin-top: 4px;
}

/* DROPDOWN - SPRACHE */
#languages {
  float: right;
  width: 70px;
  height: 15px;
  color: #888888;
  font-size: 10px;
  text-align: right;
}

#languages a {
  color: #888888;
  font-size: 10px;
  text-decoration: none;
}

#languages a:hover {
  color: #000;
}

#lang{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#lang ul {
	float: left;
	list-style: none;
	width: 70px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#lang li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 15 px;
}

#lang li ul {
  position: relative;
	display: none;
}

#lang li:hover ul,
#lang li.sfhover ul
{
  display: block;
  border-left: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  margin: 0px 0px 0px -1px;
  background: #FFFFFF;
}

#lang li:hover,
#lang li.sfhover
{
  border-left: solid #ccc 1px;
}

#lang li li:hover,
#lang li li.sfhover
{
  border-left: none;
}
/* END LANGUAGE - DROPDOWN */

/* BEGIN breadcrumbs - rootline */
#breadcrumbs {
  float: left;
  clear: both;
  width: 400px;
  height: 15px;
  color: #888888;
  font-size: 10px;
}

#breadcrumbs a {
  color: #888888;
  font-size: 10px;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #000;
}
/* END breadcrumbs - line */


/* BEGIN CONTENT SECTION */
#content {
  position: relative;
  z-index:1;
  float: left;
  clear: both;
  width: 739px;
  margin-top: 31px;
  min-height: 450px;
}

#content_list {
  margin-bottom: 35px;
}

/* bottom content */
#content_bottom {
  float: left;
  clear: both;
  width: 739px;
  margin-top: 10px;
}

#content_bottom_left {
  float: left;
  width: 240px;
  height: 110px;
  padding-right: 10px;
}

#content_bottom_center {
  float: left;
  width: 240px;
  height: 110px;
  padding-right: 9px;
}

#content_bottom_right {
  float: left;
  width: 240px;
  height: 110px;
}
#content_bottom .image-link-with-text span {
  margin-top:5px;
  margin-left:5px;
  font-size:16px;
  font-weight:bold
}
/* end bottom content */

/* END CONTENT LINE */

/* BEGIN NAVIGATION BOTTOM */
#footer {
  position: relative;
  z-index:1;
  float: left;
  clear: both;
  width: 739px;
  height: 21px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

#last_updated {
  display: block;
  height: 15px;
  float: left;
  padding-top: 5px;
  font-size: 10px;
  color: #888888;
  font-style: italic;
  text-decoration: none;
}

#facebook {
  float: left;
  margin-top:24px;
  margin-left:3px;
}

#navigation_bottom {
  float: right;
  height: 20px;
  border-right: 1px solid #ccc;
}

#navigation_bottom a {
  display: block;
  height: 15px;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  color: #888888;
  text-decoration: none;
  border-left: 1px solid #ccc;
}

#navigation_bottom a:hover {
  color: #000;
}
/* END NAVIGATION BOTTOM */

/* BEGIN ONE COLUMN CONTENT */
#content_one_column{
  float: left;
  width: 739px;
}
/* END ONE COLUMN CONTENT */

#content_left {
  float: left;
  width: 460px;
  padding-right: 39px;
}

#content_left_tall {
  float: left;
  width: 576px;
}

#content_left_small {
  float: left;
  width: 454px;
}

#content_right {
  float: left;
  width: 240px;
}

#content_right_large {
  float: left;
  width: 285px;
}

#box_download {
  width: 228px;
  margin-top: 12px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
}

#box_download_tall {
  width: 273px;
  margin-top: 12px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
}

img {
  border: 0px;
}

.content_block {
  float: left;
  width: 739px;
  min-height: 35px;
  padding-top: 2px;
}

.content_block_noimage {
  float: left;
  width: 100%;
  min-height: 35px;
  padding-top: 2px;
  border-top: 1px solid #ccc;
}

.content_block_small {
  float: left;
  clear: both;
  width: 454px;
  padding-top: 4px;
  margin-bottom: 21px;
  border-top: 1px solid #ccc;
}

.content_block_small2 {
  float: left;
  clear: both;
  width: 409px;
  padding-top: 6px;
  margin-top: 10px;
  margin-bottom: 21px;
  border-top: 1px solid #ccc;
}

.margin {
  float: left;
  clear: left;
  height: 15px;
  margin-top: 7px;
}
  
.content_block_quote {
  float: left;
  width: 14px;
  height: 9px;
  vertical-align: top;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}
.content_block_quote_noimage {
  float: left;
  height: 9px;
  vertical-align: top;
  padding-top: 4px;
  padding-right: 4px;
  width: 2%;
}

.content_block_text {
  float: left;
  width: 562px;
  /*margin-right: 66px;*/
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

.content_block_text_noimage {
  float: left;
  padding-top: 4px;
  width: 97%;
}

.content_block_text_content {
  padding-top: 4px;
  padding-bottom: 6px;
}

.content_block_text_header a {
  font-weight: bold;
  text-decoration: none;
}

.content_block_image {
  float: right;
  /*width: 97px; */
}

/*Rahmen um Bild*/
.image_border{
  border: 1px solid #CCCCCC;

}

.headline2 { padding-top: 3px; padding-bottom: 3px; padding-left: 8px; background: #DDDDDD; }
.kasten2 { padding: 8px; border: 1px solid #DDDDDD; margin-bottom: 10px; }

/******************************
 ****       FONTS          ****
 ******************************/

.headline {
  font-size: 21px;
  margin-bottom: 11px;
}

a {
  margin: 0px;
  padding: 0px;
  color: #675f5f;
}

.citation {
 text-align: center;
 font-style: italic;
}

.doublequote {
  color: #faa709;
  font-size: 17px;
  line-height: 10px;
  font-weight: bold;
}

.doublequote_small {
  color: #faa709;
  font-weight: bold;
}

.small {
  font-size: 10px;
  line-height: 12px;
}

a.small {
  font-size: 10px;
  color: #666666;
}

.box_download_headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

/******************************
 ****     RTE Designs      ****
 ******************************/
p.bodytext {
  margin: 0;
  padding: 0;
}

p.schriftstd {
  font-size: 12px;
  font-family: Arial, sans-serif;  
}

table.table_test {
  background-color: #00EEEE;
  border-style: solid;
  font-size: 20px;
  font-weight: bold;

}

table.table_test td {
  border-style: solid;
  font-size: 20px;
  font-weight: bold;
}

tbody.table_test2 {
  background-color: #00EEEE;
  border-style: solid;
  font-size: 20px;
  font-weight: bold;
}

.TabelleStd { 
  /*verhindert Spalt zwischen Zellen*/
  border-spacing: 0;
  border-collapse : collapse;
  /*zentiert Schrift in Zellen in vertikaler Richtung*/
  vertical-align: middle;
  height: 32px;
}

tbody.TabelleStd {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #666666;
  background-color: #E5E5E5;
}

tbody.TabelleStd td {
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 10px;
  
}


.linklist{
list-style-image: url(doublequote.png);
color: #888888;
font-family: Arial, sans-serif;
font-weight: bold;



}



.formular_label {
	width: 160px;
	vertical-align: top;
         padding-right:7px;
	float: left;
	text-align: right;
	
}





.formular_feld{
	width: 400px;
	
}