/* main screen layout */

/* kleine erinnerung - margin/padding: */
/* oben rechts unten links */
 
html, body {
  height: 100%;
}

body {
    background: url(../img/layout/verlauf.png) repeat-x #FFF;
    background-color: #FFF;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10pt;
    padding:0;
    border:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    margin: 0;
}

* html #main {
     height: 100%;
}

#main {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 890px;
    padding: 0;          /* fix IE standard padding */
    position:relative;
    height:auto !important; /* real Browser */
    height:100%;  /* IE6 */
    min-height:100%;  /* real Browser */   
    /* padding-bottom: 30px; */
    background-image: url(../img/layout/back.png);
    background-position: 10px 0px;
    background-repeat:repeat-y;
    /*background-color:#f00; */
    
    /*border-right: 3px solid #ABC1DF;*/
  }

#headerbox {
  margin: 0 auto;
  padding: 0;
  width: 890px;
  height: 120px;
  /*border-right: 3px solid #ABC1DF;*/
  position: relative;
  z-index: 25; /* muss hier im Parent fuers Menue gesetzt werden */
}

#header {
  background: url(../img/layout/banner_oben.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  width: 890px;
  height: 92px;
  position: relative;
}

#logo
{
  width: 127px;
  height: 70px;
  /*background: url(../img/layout/ratec_logo.jpg) no-repeat;*/
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 26; /* einen hoeher als den header */
  border: 0;
}

#logo img{
  border: none;
}

#usersite
{
  position: absolute;
  right: 15px;
  bottom: 5px;
}

  #usersite a {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: #006DAE;      
    margin:0;
    border:0;    
  }
  
#loginmenu
{
  position: absolute;
  top: 25px;
  right: 30px;
}
  #loginmenu a {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: #006DAE;      
    background: url(../img/layout/metaicons/login.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left:12px;
    margin:0;
    border:0;    
  }
 
  #loginmenu a:link { color: #006DAE; text-decoration:none; }
  #loginmenu a:visited { color: #006DAE; text-decoration:none; }
  #loginmenu a:focus { color: #006DAE; text-decoration:underline; }
  #loginmenu a:hover { color: #006DAE; text-decoration:underline; }
  #loginmenu a:active { color: #006DAE; text-decoration:underline; }

#loginbox {
  border: 6px solid #EBF3F9;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  width: 320px; 
}

#loginbox input {
  margin-top: 10px;
}

#loginboxsub {
  border: 1px solid #ADC1D1;
}

.newsletterbox {
  border: 6px solid #EBF3F9;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  width: 320px;
}

.newsletterinnerbox {
  border: 1px solid #ADC1D1;
  padding: 10px;
}

.searchformbox {
  border: 6px solid #EBF3F9;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  width: 320px;
}

.searchforminnerbox {
  border: 1px solid #ADC1D1;
  padding: 10px;
}
  
#menu {
  background: url(../img/layout/banner_unten.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  width: 890px;
  height: 28px;
  font-size: 10pt;
}

#search
{
  position: absolute;
  right: 15px;
  bottom: 7px;
  padding:0;
  margin:0;
  border:0;
  color: #EEF3F6;
  font-size: 10px;
}

#fontsizer
{
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 32px;
  height: 25px;
  z-index: 57;
}
  #fontsizer img
  {
    border: 0;
    top: 2px;
  }

  #fontsizer a
  {
    color: #EEF3F6;
    
  }
  #fontsizer a:link { color: #EEF3F6; text-decoration:none; }
  #fontsizer a:visited { color: #EEF3F6; text-decoration:none; }
  #fontsizer a:focus { color: #EEF3F6; text-decoration:underline; }
  #fontsizer a:hover { color: #EEF3F6; text-decoration:underline; }
  #fontsizer a:active { color: #EEF3F6; text-decoration:underline; }


#rootlinebox {
  /*background-color: #E8E8E8;*/
  background: url(../img/layout/rootline_back.png) 0 0 repeat-x;
  margin: 0 auto;
  margin-left: 10px;
  padding: 0;
  width: 880px;
  height: 20px;
  /*border-right: 3px solid #ABC1DF;*/
}

#contentbox {
  background-color: #FFF;
  margin: 0 auto;
  margin-left: 10px;
  width: 877px;
  /* border-right: 3px solid #ABC1DF; */
  /*  min-height: 100%; */
  /*  height:auto !important; /* moderne Browser */
  /*  height:100%; /* IE */
  padding: 0;  
}

#contentspace
{
  margin: 0;
  padding: 0;
  width: 670px;
  float: left;
  background-color: #FFF;
 /* height:100%; /* IE */
}

#content {
  background-color: #FFF;
  margin: 10px 10px 110px 20px;
  width: 630px;
}

#contentspace2
{
  margin: 0;
  padding: 0;
  width: 867px;
  float: left;
  background-color: #FFF;
 /* height:100%; /* IE */
}

#content2 {
  background-color: #FFF;
  margin: 10px 30px 100px 30px;
  width: 817px;
}

  #content h1, #content2 h1
  {
    font-size: 22px;
    font-weight: bold; 
    /*border-bottom: 1px dotted #006DAE; */
    padding-top: 0px;
    margin-top: 2px;
  }
  
  #content h3, #content2 h3
  {
    font-size: 16px;
    font-weight: bold;
    color: #006DAE;
  }

  #content a:link, #content2 a:link { color: #006DAE; text-decoration:none; }
  #content a:visited, #content2 a:visited { color: #006DAE; text-decoration:none; }
  #content a:focus, #content2 a:focus { color: #006DAE; text-decoration:underline; }
  #content a:hover, #content2 a:hover { color: #006DAE; text-decoration:underline; }
  #content a:active, #content2 a:active { color: #006DAE; text-decoration:underline; }
  
#sidebarspace
{
  margin: 0;
  padding: 0;
  width: 197px;
  float: right;
  background-color: #FFF; 
}

#sidebar {
  background-color: #FFF;
  margin: 20px 20px 10px 0px;
  width: 180px;
}
  #sidebar h4
  {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #006DAE;
    margin-top: 0px;
    padding-top: 5px;
  }

  #sidebar a:link { color: #006DAE; text-decoration:none; }
  #sidebar a:visited { color: #006DAE; text-decoration:none; }
  #sidebar a:focus { color: #006DAE; text-decoration:underline; }
  #sidebar a:hover { color: #006DAE; text-decoration:underline; }
  #sidebar a:active { color: #006DAE; text-decoration:underline; }
  
.clear {
  clear: both;
}

p {
  line-height: 18px;
}

#footerbox {
  /*background-color: #EEF2FB;*/
  margin: 0 auto;
  padding: 0;
  width: 890px;
  height: 73px;
  /*border-right: 3px solid #ABC1DF;*/
  position: absolute;
  bottom: 0;
}

#footer {
  background: url(../img/layout/footer.png) no-repeat;
  margin: 0;
  padding: 0;
  height: 73px;
  width: 890px;
}

#fillup {
  position: absolute;
  height: 150px;
  background-color: #f00;
  bottom: 0;
}


#metamenu {
  position: absolute;
  top: 25px;
  left: 470px;
}

#footermenu {
  position: absolute;
  left: 30px;
  top: 20px;  
}

#footermenu a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    margin: 0;
    color: #006DAE;
    border: 0;
    text-align: left;   
  }

#footermenu a:link { color: #006DAE; text-decoration:none; }
#footermenu a:visited { color: #006DAE; text-decoration:none; }
#footermenu a:focus { color: #006DAE; text-decoration:underline; }
#footermenu a:hover { color: #006DAE; text-decoration:underline; }
#footermenu a:active { color: #006DAE; text-decoration:underline; }


#footermenu ul {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0;
    color: #006DAE;
}

#footermenu ul li {
  list-style-type: none;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
}

#footermenu a.Impressum {
 background: url(../img/layout/metaicons/impressum.png);
 background-repeat: no-repeat;
 background-position: 0px 2px;
 padding-left:12px;
}
/******************************************************************************/

#metamenu a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    margin: 0;
    color: #006DAE;
    border: 0;
    text-align: left;   
  }
  
#metamenu a:link { color: #006DAE; text-decoration:none; }
#metamenu a:visited { color: #006DAE; text-decoration:none; }
#metamenu a:focus { color: #006DAE; text-decoration:underline; }
#metamenu a:hover { color: #006DAE; text-decoration:underline; }
#metamenu a:active { color: #006DAE; text-decoration:underline; }


#metamenu ul {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    border: 0;
    margin: 0 0 0 30px;
    padding: 3px 0 0 0;
    color: #006DAE;
}

#metamenu ul li {
  list-style-type: none;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
}

#metamenu a.Home {
 background: url(../img/layout/metaicons/home.png);
 background-repeat: no-repeat;
 background-position: 0px 2px;
 padding-left:12px;
}

#metamenu a.Sitemap {
 background: url(../img/layout/metaicons/sitemap.png);
 background-repeat: no-repeat;
 background-position: 0px 2px;
 padding-left:12px;
}

#metamenu a.Suche {
 background: url(../img/layout/metaicons/suche.png);
 background-repeat: no-repeat;
 background-position: 0px 2px;
 padding-left:12px;
}

  #rootline p {
    padding: 0;
    margin: 0;
  }
  
  #rootlinetext {
    font-family: Helvetica,Arial,sans-serif;
    /*font-weight: bold;*/
    font-size: 8pt;
    padding:0;
    margin:0;
    border:0; 
    padding: 3px 0 0 0;
    margin: 0 0 0 20px;
    color: #006DAE; 
  }

  #rootlineprefix {
    font-family: Helvetica,Arial,sans-serif;
    /*font-weight: bold;*/
    font-size: 8pt;
    padding:0;
    margin:0;
    border:0; 
    margin: 0 0 0 20px;
    padding: 3px 0 0 0;
    color: #000; 
  }
    
  #rootlinetext a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 8pt;
    color: #006DAE;
    padding:0;
    margin:0;
    border:0;    
  }
  
  #rootlinetext a:link { color: #006DAE; text-decoration:none; }
  #rootlinetext a:visited { color: #006DAE; text-decoration:none; }
  #rootlinetext a:focus { color: #006DAE; text-decoration:underline; }
  #rootlinetext a:hover { color: #006DAE; text-decoration:underline; }
  #rootlinetext a:active { color: #006DAE; text-decoration:underline; }


#column2_layout {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#column2_layout #column_left {
  width: 48%;
  margin: 0;
  padding: 0;
  float: left;
}

#column2_layout #column_right {
  width: 48%;
  margin: 0;
  padding: 0;
  float:right;
}

/*
a.mail {
 background: url(../img/layout/link_mail.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 padding-left:18px;
}
*/

label
{
  display: block;
  float: left;
  width: 130px;
  margin-top: 10px;
  clear: both;
}

.powermail_radio_inner label
{
  /*margin-left: 130px;*/
  display: block;
  width: 25px;
  margin: 0 0 0 130px;
}

.mailelement
{
  width: 350px;
}

.mailelement_select
{
  width: 356px;
}

fieldset
{
  /* border: 1px solid #EBF3F9; */
  border: 0;
}

.tx-powermail-pi1_fieldset
{
  border: 1px solid #EBF3F9;
  width: 500px;
}

legend
{
  color: #006DAE;
  background-color: #FFF;
}

.contenttable
{
  width: 100%;
}

.contenttable th
{
  background-color: #d1e6f9;
  height: 10px;
}

.contenttable tbody tr td p
{
  text-align: justify;
  margin-left: 10px;
}

.contenttable tbody tr th p
{
  text-align: center;
}

.news-list-date {
  font-style: italic;
}

  .news-list-container a:link { color: #006DAE; text-decoration:none; }
  .news-list-container a:visited { color: #006DAE; text-decoration:none; }
  .news-list-container a:focus { color: #006DAE; text-decoration:underline; }
  .news-list-container a:hover { color: #006DAE; text-decoration:underline; }
  .news-list-container a:active { color: #006DAE; text-decoration:underline; }

  .news-list-container hr {
    border: none;
    border-style: none;
  }

  .news-single-item a:link { color: #006DAE; text-decoration:none; }
  .news-single-item a:visited { color: #006DAE; text-decoration:none; }
  .news-single-item a:focus { color: #006DAE; text-decoration:underline; }
  .news-single-item a:hover { color: #006DAE; text-decoration:underline; }
  .news-single-item a:active { color: #006DAE; text-decoration:underline; }
  
.news-list-item img, .news-single-img img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 0;
}

.news-list-morelink {
  clear: both;
}

.align-justify { 
    text-align: justify;
}

.csc-mailform-submit {      /* mail form button */
    height: 25px;
}

.csc-textpic-caption {
	font-size: 10px;
}

.bodytext a:link { color: #006dae; text-decoration:underline; }
.bodytext a:visited { color: #006dae; text-decoration:underline; }
.bodytext a:focus { color: #006dae; text-decoration:underline; }
.bodytext a:hover { color: #006dae; text-decoration:underline; }
.bodytext a:active { color: #006dae; text-decoration:underline; }


/* Powermail stylen */
#tx-powermail-pi1_fieldset_2 div
{
  clear:both;
}

#tx-powermail-pi1_fieldset_3 div
{
  clear:both;
}

.powermail_mandatory_js
{
  font-size: 10px;
  color: #0064e6;  
}

.powermail_submit {
    border: 1px solid #0056AA;
    background: url(../img/layout/button_bg.png);
    height: 25px;
    color: #FFE76B;
    width: 100px;
}

.powermail_submit:hover {
    background: url(../img/layout/button_bg2.png);
}

.tx-powermail-pi1_fieldset_absenden {
  border: none;
}

.tx-powermail-pi1_fieldset_absenden legend {
  display: none;
}

.powermail_kontaktform {
  margin-top: 10px;
}
}
#content .news-single-item h2
{
  border: 0;
}

.csc-textpic-imagewrap img
{
  position: relative;
  z-index: 1;
}

.tx-macinasearchbox-pi1 td
{
  padding:0;
  margin:0;
  border:0;
  color: #EEF3F6;
  font-size: 10px;
}

/*
#searchinput
{
  padding:0;
  margin:0;
  background: url(../img/layout/input_back.png) 0px 0px no repeat;
  background-color: none;
}
*/

/* contagged */
  .tx-contagged-dfn_block a:link { color: #000; text-decoration:none; }
  .tx-contagged-dfn_block a:visited { color: #000; text-decoration:none; }
  .tx-contagged-dfn_block a:focus { color: #000; text-decoration:none; }
  .tx-contagged-dfn_block a:hover { color: #000; text-decoration:none; }
  .tx-contagged-dfn_block a:active { color: #000; text-decoration:none; }

		span.tx-contagged-dfn_block:hover span.tx-contagged-dfn_block-content {
			display: inline;
		 	position: absolute;
			top: -2px;
			left: -11px;
      width: 220px;
			margin-top: -1px;
			border: 1px #ABC1DF solid;
			background-color: #EEF3F6;
			padding: 0px 10px 10px 10px;
		}

/* sitemap */
.csc-sitemap a:link { color: #000; text-decoration:none; }
.csc-sitemap a:visited { color: #000; text-decoration:none; }
.csc-sitemap a:focus { color: #000; text-decoration:none; }
.csc-sitemap a:hover { color: #000; text-decoration:underline; }
.csc-sitemap a:active { color: #000; text-decoration:underline; }

.felogin_btn {
    border: 1px solid #0056AA;
    background: url(../img/layout/button_bg.png);
    height: 25px;
    color: #FFE76B;
    margin-top: 15px;
    width: 100px;
}

.felogin_btn:hover {
  background: url(../img/layout/button_bg2.png);
}

#tx-indexedsearch-searchbox-button-submit {
    border: 1px solid #0056AA;
    background: url(../img/layout/button_bg.png);
    height: 25px;
    color: #FFE76B;
    margin-top: 15px;
    width: 100px;
}

#tx-indexedsearch-searchbox-button-submit:hover {
  background: url(../img/layout/button_bg2.png);  
}

.newsletter_btn {
    border: 1px solid #0056AA;
    background: url(../img/layout/button_bg.png);
    height: 25px;
    color: #FFE76B;
    width: 100px;  
}

.newsletter_btn:hover {
  background: url(../img/layout/button_bg2.png);
}

.csc-frame-frame1 {
  background: url(../img/layout/info_back.jpg) 0 bottom repeat-x;
  border: 1px solid #eef3fa;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px; 
}

.csc-frame-frame1 h4 {
  padding: 0 10px 0 10px;
}
#sidebar .csc-frame-frame1 h4 {
  border: 0;
}

.csc-frame-frame1 p {
  padding: 0 10px 0 10px;
  text-align: justify;
}

.news-list-item {
  border-bottom: 1px solid #eef3fa;
  /*margin-bottom: 5px; */ 
}
/*
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword
{
  width:90px;
  font-size: 9px;
  background: #ACC1DE;
  color: #006DAE;
  border: 1px solid #ACC1DE;
}
*/
/*
.ajaxscroller_content .item .image {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}
*/

#content ul, #content2 ul {
   list-style-image: url(../img/layout/list.png);
}

#content ul li, #content2 ul li {
  padding-bottom: 5px;
  margin-top: 2px;
}

#content ul li ul, #content2 ul li ul {

  list-style-image: url(../img/layout/list_second.png);
} 