/*
 * Author   mah (Penta Group AG, www.pentagroup.ch)
 * For      Oerlikon Saurer AG Branch Wattwil
 */

 * {margin:0; padding:0;}

/*------ Fixes, Workarounds etc. ----- */
.clear {clear: both;}
.clearfix:after {   /*--- Clearfix für das Float-clearing ---*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* -------- Framework --------- */
html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.1%;
    margin:0; padding:0;
    height: 100%;
}
body {
    margin:0; padding:0;
    background: #fff;
    height: 100%;
    color: #444;
}
div.xxl {
    font-size: .75em;
    width: 980px;           /* Seitenbreite relevant! */
    position: absolute;
    left: 14px; top: 0;
}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
a img {border: none;}


/* ################################################### 
                      Header
###################################################### */

#header {
    width: 100%;
    height: 103px;
    position: absolute;
    top: 0; left: 0;
    z-index: 1000;
}
.brandlogo {
    position: absolute;
    right: 0px;
    top: 17px;
}
a#oelogo, 
a#oelogo:link, 
a#oelogo:visited,
a#oelogo:hover,
a#oelogo:active {
    position: absolute;
    top: 44px; left: 18px;
    border: none;
}
a#corporate,
a#corporate:link,
a#corporate:visited {
    position: absolute;
    top: 84px; right: 3px;
    background: url('/portaldata/images/design/corporate.gif') no-repeat;
    width: 68px;
    height: 9px;
}
a#corporate:hover,
a#corporate:active {
    background-image: url('/portaldata/images/design/corporate_over.gif');
}
a#corporate span {display: none;}


/*von scr*/
a#segment,
a#segment:link,
a#segment:visited {
    position: absolute;
    top: 84px; right: 75px;
    background: url('/portaldata/images/design/segment.gif') no-repeat;
    width: 68px;
    height: 9px;
}
a#segment:hover,
a#segment:active {
    background-image: url('/portaldata/images/design/segment_over.gif');
}
a#segment span {display: none;}



/* ###########################################################
                         Toolbox
########################################################### */

#toolbox 
{
    width: 100%; height: 28px;
    position: absolute;
    top: 103px; left: 0;
    background: #E1E1E1;        /* Select-Hiding for IE6 */
    color: #7B7B7B;
    font-size: .9em;
}

#toolbox a {
	color: #7B7B7B;
	text-decoration: none;
}

#toolbox a:hover {
	color: #EA0003;
}

/* ########### Sprachauswahl ##########*/

div#language select
{
    font-family: Arial;
    position: absolute;
    right: 10px; top:5px;
    width: 150px;
    height: 19px;    
    z-index: 100;
    font-size: .9em;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 0;
    border: 1px solid #7E9DB9;
}

div#language label
{
    position: absolute;
    right: 170px; top: 7px;
    font-weight: bold;
}


/* ########### Volltextsuche ##########*/

#search {
    position: absolute;
    right: 230px; top:5px;
}    
    
#search label {
    float: left;
    margin: 2px 10px 0 0;
    font-weight: bold;
    vertical-align: middle;
}
#search input {
    border: 1px solid #7E9DB9;
    background: #fff;
    height: 14px;
    margin: 0; padding: 2px 2px 1px 2px;
    line-height: 1em;
}

#search input.searchlink {
    margin: 2px 0 0 2px; 
    float:left;
    border: none;
    padding: 0;
    height:auto;
}
.lang-chin {
    position:relative; top:2px;
}

/* ###############  Saurer Portal   ###############*/

/* Suche Saurer Portal */
#toolbox.portal #search {right: 180px;}

    
#toolbox ul#language-group {
    position: absolute;
    top: 5px; right: -14px;
    padding: 0;
    vertical-align: middle;
    font-size: 11px;
    width: 155px;
    list-style-type: none;
    color: #7c8ca4; 
}
#toolbox ul#language-group img {
    border:none;
}

#toolbox ul#language-group li {
    list-style-type: none;
    display: inline;
}   
#toolbox ul#language-group li a,
#toolbox ul#language-group li a:link,
#toolbox ul#language-group li a:visited {
    color: #7c8ca4;
    text-decoration:none;
    margin: 0 6px;
}
#toolbox ul#language-group li a:hover,
#toolbox ul#language-group li a:active {
    text-decoration:underline;
}


/* ############################################################
                            Grundlayout
############################################################ */

/* -------- MAIN  --------*/
#main 
{
    position: absolute;
    top: 146px;
    width: 100%;
    background: url('../images/linedot.gif') repeat-y 180px 0;
    font-size: 11px;
}

/* -------- LEFT ----------*/
#left {
    width: 180px;
    float: left;
}

/*-------- RIGHT ----------*/
#right {
    /*border-right:1px solid #E1E1E1;*/
    float: right;
    width: 174px;
    margin-top: -6px;
}

/* Infoboxen */
div.infobox {
    border: 1px solid #E1E1E1;
    /*border-right: none;*/
    padding: 0 7px 5px;
    margin-top: 7px;
}
.infobox p {
    margin: 0;
    padding: 0;
    line-height:14px;
}
.infobox p:last-child {     /* abhängig ie7.css */
    margin-bottom: 0;
}
.infobox h1 {
    font-size: 1em;
    margin: 0 -7px 10px -7px;
    padding: 5px 5px 5px 7px;
    width: auto;
    color: #EA0003;
    background: #E1E1E1;
}
.infobox a {
    text-decoration:none;
}

/*-------- CONTENT ---------*/
#content {
    margin-left: 180px;
    min-height: 400px;
    padding: 17px 0 10px 10px;
}
#popup {width:562px;}

/* ------------------------ Footer ----------------- */
#footer 
{
    position: absolute;
    bottom: -31px; left: 180px;
    width: 800px;                       /* Seitenbreite relevant! */
    border-top: 1px solid #E1E1E1;
    height: 25px;
    clear: both;
    background: #fff;
    padding-top: 5px;
    font-size: .9em;
}

/*  Footer Navigation GNAV                  
    Fat Erik's Pipelist */

ul.gnav {
    position: absolute;
    left: 10px;
    top: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
ul.gnav.right {
    left: auto;
    right: 2px;
}
.gnav li {               /* abhängig ie6.css, ie7.css */
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}
.gnav li a {
    padding: 0;     
    text-decoration: none;
    color: #444;
    line-height: 1em;
}
.gnav li:last-child {
    margin-right: 0px;
}
.gnav li a:hover {
    text-decoration: underline;
}

/*Win IE browsers - hide from Mac IE\*/
* html .gnav { height: 1%; }

* html .gnav li {
    display: block;
    float: left;
}
/*End hide*/


/* ################################################### 
                Hauptnavigation HNAV
###################################################### */

#hnav {
    position: absolute;
    top: 80px; left: 191px;
    float: left;
    z-index: 1000;
}
#hnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
        
}
#hnav ul li {
	display: inline;	
    padding: 0 10px 0 0;
}
#hnav ul li a,
#hnav ul li a:link,
#hnav ul li a:visited {
    font-weight: bold;
    text-transform: uppercase;
    color: #EA0003;
    text-decoration: none;
    font-size: .9em;
    padding-bottom: 9px;
}
#hnav ul li a:hover,
#hnav ul li a:active {
    color: #444444;
}
#hnav ul li a.aktivlink,
#hnav ul li a.aktivlink:link,
#hnav ul li a.aktivlink:visited,
#hnav ul li a.aktivlink:hover,
#hnav ul li a.aktivlink:active {
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    font-size: .9em;
}


/* ################################################### 
                Sekundärnavigation SNAV
###################################################### */


#snav ul {list-style-type:none;}

ul#snav {
    margin: 28px 0 0 9px;
    padding: 0;
    width:160px;
    list-style-type: none;
    }
    
#snav li {
    padding: 0 0 5px 1px;
    margin: 0;
    }
#snav li ul {list-style-type:none; margin: 5px 0 -5px 9px;}
#snav li li {padding: 0 0 5px 1px;}
#snav li ul li a {
    display:block;
    color:#eb0100; 
    background: url('../images/squaresmall_red.gif') no-repeat top left;
    }   
#snav li a {
    color:#444444; 
    text-decoration:none; 
    padding:0 0 0 10px; 
    display:block;
    background: url('../images/square_red.gif') no-repeat top left;
    }
#snav li a:hover {text-decoration:underline;}
#snav li a.aktiv {color:#eb0100; font-weight:bold;}


/* ######################################################################
                     Sitemap Verschachtelung
###################################################################### */

/* styles for the tree */
A.TreeviewSpanArea, A.TreeviewSpanArea:link, A.TreeviewSpanArea:visited  {
color: #444;
text-decoration:none;
color: black
}
A.TreeviewSpanArea:hover {
color: #444;
text-decoration:underline;
}



    
    
    
/* #######################################################
                         Breadcrumb 
####################################################### */

div#breadcrumb 
{
    position: absolute;
    top: 132px; left: 0;
    width: 100%;
    height: 14px;
    background: #E1E1E1;
}
div#breadcrumb span.pagename 
{
    position: absolute;
    top: 0; left: 10px;
    color: #444;
    font-size: .88em;
}
div#breadcrumb ul
{
    position: absolute;
    top: 0; left: 191px;
}
div#breadcrumb ul li {
    display: inline;
    list-style-type: none;
    padding: 0 8px 0 9px;
    background: url('../images/arrow_red.gif') no-repeat left;
    color: #444;
    font-size:0.92em;    
}
div#breadcrumb ul li a, div#breadcrumb ul li a:link, div#breadcrumb ul li a:visited {
    color: #444;
    text-decoration: none;
}



/* ################################################### 
                    Formulare
###################################################### */


select {
    margin-top: -4px;
    font-size: 1em;
    width: 170px;
}
/* Dropdown 

.dropdown
{
    width: 140px;
    font-size: 11px;
    border: 2px solid #C2CCE0;
    height: 18px;
    background-color:#ffffff; 
    line-height:18px;
    padding-left:5px;
    color: #444;
    background: #fff url(../images/design/icon_dropdown.gif) right no-repeat;
    cursor:pointer;
    z-index: 50;
}
.dropdown_option_value
{
    cursor:pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left:5px;
    width:125px;
    border: 1px #000000;
    background-color:#FFFFFF;
    color:#444;
    border-bottom: 1px solid #e0eafe;
    z-index: 50;
}

.dropdown_options
{
    width:130px;
    position:absolute;
    font-size:11px;
    border-left:2px solid #e0eafe;
    border-right:2px solid #e0eafe;
    border-bottom:1px solid #e0eafe;
    background-color:#ffffff; 
    color: #9b9ba0;
    display:none;
    z-index: 50;
}
*/
/* ################################################### 
              MODULE
------------- Modulstyles ---------------------------
###################################################### */


/* -+-+-+-+-+-+-+-+-+ Searchbox +-+-+-+-+-+-+-+-+ 
.box-search {
    width:160px; 
    height:70px;
    margin: 22px 0 0 10px; }
.box-search p{
    font-size: 0.93em;
    display: inline;
}
*/
/* Textfelder Search */

input.searchfield {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.93em;
    height: 14px;
    width: 147px;
    border: 1px solid #52678a;
    background: #f7f9fc;
    padding: 1px 5px 2px 5px;
    margin: 1px 0 4px 0;
    display: block;
}
input.txtfield-search {
    float:left; 
    width:117px; 
    height:13px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #52678a;
    background: #f7f9fc;
    padding: 1px 5px 2px 5px;
    margin: 0 3px 4px 0;
    display: block;
}
/* Search GO *
input.search-go {
    float: right;
    display: inline; 
    border: none;
    border-left: 1px solid #C9C7BA;
    border-right: 1px solid #C9C7BA;
    border-bottom: 1px solid #B2B2B2;
}

/* -+-+-+-+-+-+- Productscout -+-+-+-+-+-+-+-+-+ 
.box-productscout {
    width:160px; height:94px; border-bottom: 1px solid #586c88; margin: 5px 0 0 10px; }
.box-productscout p{
    font-size: 0.93em;
    display: inline;
}
*/
/* Aufzählung Blue Arrows (Saurer Textile Solutions) 
#portal-ct-middle ul.bluearrows {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
*/
/* Aufzählung Blue Arrows (Allgemein) 
#content ul.bluearrows {
    margin: -1px 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bluearrows li {
    padding: 0;
    margin: 0 0 1px 0;
}
.bluearrows li a, #bluearrows li a:link, #bluearrows li a:visited {
    font-size: 1em;
    width: 160px;
    display: block;
    padding: 0 0 0 14px;
    line-height: 1.27em;    
    color: #000 !important;
    text-decoration: underline;
    background: url('../images/design/ctlinkarrow.gif') no-repeat 0 .4em;
}


#portal-news {
    margin: 27px 0 -1px 10px; 
    font-size: 0.93em;
    font-weight:bold;
}

#portal-events {
    margin: 22px 0 -1px 10px; 
    font-size: 0.93em;  
    font-weight:bold;
}
*/

/* STARTSEITE INFOBOXEN 
#portal-ct-top {
    display:block;
    margin:10px 0 10px 0; 
    width:806px;
}
.portaltext {
    font-weight:bold; 
    line-height:15px;
    display:block;
    margin: 0 0 12px 0;
}
#portal-ct-middle {
    border-top:1px solid #aebed6;
    width:783px;
    padding: 11px 0 0 12px;
    margin: 0 0 0 0;
}
#portal-ct-middle p {
    margin: 0 0 4px 0;
}
#portal-ct-midleft {
    float:left; 
    display:block; 
    width:220px;
    padding:0 0 0 17px;
}
#portal-ct-midcenter {
    float:left; 
    width:325px; 
    margin: 0; 
}
#portal-ct-midcenter p {
    margin: 0 0 2px 0;
}
#portal-ct-midcenter p span {
    line-height: 14px;
}
#portal-ct-midright {
    float: left;
    width: 145px;
}
#portal-ct-bottom { 
    margin:0 0 10px 184px; 
    width:500px;
}
#portal-ct-bottom p {
    margin: 0;
}
div.infobox-portal {
    background-color:#d6e0f4;
    float: left;
    width: 248px;
    height: 83px;
    padding: 0 1px 0 6px;
    margin: 0 15px 5px 0;
    cursor: pointer;
}
.infobox-portal h2 {
    background: url('../images/design/ctlinkarrowbig.gif') no-repeat right;
    color: #000;
    text-decoration: none;  
    font-size: 12px;
    width: 247px;
    margin: 0 0 0 0;
    padding: 3px 0 2px 0;
    cursor: pointer;
}
.infobox-portal a,
.infobox-portal a:link,
.infobox-portal a:visited {
    color: #000;
    text-decoration: none;  
}
.infobox-portal p {
    margin: 0 3px 0 0;
    padding:0;
    line-height: 1.25em;
    cursor: pointer;
}
    
.saurerline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #d60026;
    text-decoration: none;
    font-weight:bold;
    margin:0 -1px 0 -2px;
    }
*/  
/* Startseite (Saurer Portal) Aufzählung Brandlist 
#content ul.brandlist,
#portal-ct-middle ul.brandlist {
    margin: 3px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.brandlist li {
    padding: 0;
    margin: 0;
}
.brandlist li a {
    background: url('../images/design/ctlinkarrow.gif') no-repeat 0 .7em; background-position: left;
    width: 154px;
    margin-top: -3px;
    text-align: right;
    font-size: 1em;
    display: block;
    padding: 0;
    text-decoration: none;  
    color: #d60026 !important;
    line-height: 1.60em;
}
.brandlist li a span, .brandlist li a strong {
    color: #000;
    text-decoration: underline;
}
*/
/* STARTSEITE NAVIGATION "KONTAKT ZU" 
ul#portal-contactnav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#portal-contactnav li {
    display:inline;
    padding: 0;
    margin: 0;
}
#portal-contactnav li a {
    background: url('../images/design/ctlinkarrow.gif') no-repeat 0 .7em; background-position: left;
    text-align: left;
    font-size: 1em;
    padding: 0 15px 0 13px;
    margin: 0;
    color: #000;
    text-decoration: underline; 
}
*/

/* STARTSEITE INFOS NAVIGATION */

ul.frontinfos {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}
.frontinfos li {
    padding: 0;
    margin: 0 0 10px 0;
}
.frontinfos li a {
    font-size: 0.93em;
    line-height:15px;
    width: 160px;
    display: block;
    padding: 0 0 5px 10px;
    color: #444;
    text-decoration: none;  
}


/*####################################################*/
/*                  Contentformate                    */
/*####################################################*/

#content h1, #popup h1 {
    font-size: 1.6em;
    font-weight: normal;
    width: auto;
    color: #444;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.1em;
}

/* Ursprünglicher MARGIN H1 #content h1 {margin: 17px 0 25px 0;}*/

#content h2, #popup h2 {
    font-size: 1.3em;
    font-weight: bold;
    width: auto;
    color: #444;
    margin: 5px 0 15px 0;
    padding: 0;
    line-height: 1.1em;
}

#content h3, #popup h3 {
    font-size: 1.1em;
    font-weight: bold;
    width: auto;
    color: #444;
    margin: 0 0 15px 0;
    padding: 0;
}

/*
#content p, #popup p {
    margin: 10px 0 10px 0;
    padding: 0;
    line-height: 1.5em;
} 
*/

#content p, #popup p {
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.5em;
}

/* Links aller Art... */
#content a, #content a:link,
#popup a, #popup a:link {
    color: #EA0003;
    text-decoration:none;
}
.infobox a, .infobox a:link {
    color: #444;
}
.infobox a:visited {
    color: #444;
    text-decoration:none;
}
.infobox a:hover, .infobox a:active {
    color: #EA0003;
    text-decoration:none;
}
#content a:visited,
#popup a:visited, {
    color: #EA0003;
    text-decoration:none;
}
#content a:hover, #content a:active,
#popup a:hover, #popup a:active {
    color: #EA0003;
    text-decoration:underline;
}

#content h1 a, #popup h1 a,
#content h1 a:link, #popup h1 a:link,
#content h2 a, #popup h2 a,
#content h2 a:link, #popup h2 a:link,
#content h2 a:visited, #popup h2 a:visited,
#content h3 a, #popup h3 a,
#content h3 a:link, #popup h3 a:link,
#content ul a, #popup ul a,
#content ul a:link, #popup ul a:link,
#content ul a:visited, #popup ul a:visited,
#content ol a, #popup ol a,
#content ol a:link, #popup ol a:link,
#content ol a:visited, #popup ol a:visited
{
    color: #444;
    text-decoration: none;
}
#content h1 a:hover, #popup h1 a:hover,
#content h1 a:active, #popup h1 a:active,
#content h2 a:hover, #popup h2 a:hover,
#content h2 a:active, #popup h2 a:active,
#content h3 a:hover, #popup h3 a:hover,
#content h3 a:active, #popup h3 a:active,
#content ol a:hover, #popup ol a:hover,
#content ol a:active, #popup ol a:active,
#content ul a:hover, #popup ul a:hover,
#content ul a:active, #popup ul a:active
{
    color: #EA0003;
}
.bold {font-weight: bold;}

#content ul, #popup ul {
    margin-left: 20px;
    list-style-type: square;
}
#content ul li {
    line-height: 1.5em;
}
#content ol, #popup ol {
    margin-left: 30px;
}

#content h2, #content h3, #content h4, #content h5 {
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:0;
}


.formfield {width:300px; border:1px solid #444;}
.formfield2short {width:80px; border:1px solid #444;}
.formfield2broad {width:210px; border:1px solid #444;}
.frame {width:560px;}
/*####################################################*/
/*                  Textbausteine                     */
/*####################################################*/

/*---------------- Download  ----------------- */
#content div.tbs-download {
    margin: 15px 0 5px 0;
    padding: 0; 
    width: 775px;
}
#content div.tbs-download p.head {
    background: #e1e1e1;
    color: #444444;
    font-weight: bold;
    padding: 1px 20px;
    margin: 0 0 10px 0;
}
#content div.tbs-download p {
    padding-left: 20px;
    margin: 0 0 10px 0;
}
#content label.download {
    float: left;
    margin-left: 20px;
    display: inline;
    width: 200px;
}
#content div.dropdowncontainer.download {
    float: left;
    margin: -2px 0 10px 0;
}
#content div.fix-615 {width: 600px !important; }
/*--------------- Tables (Contact, Standard) ---------------- */
table {}
table.contact,
table.career,
table.standard {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    text-align: left;
    width: 790px;
    margin-bottom: 15px;
}
table.contact thead th,
table.career thead th,
table.standard thead th {
    background: #f5f5f5;
    padding: 3px 7px;
    color: #444444;
    border-bottom: 1px solid #ea0000;
    vertical-align: top;
}
table.contact tbody th,
table.career tbody th,
table.standard tbody th {
    background: #fff;
    padding: 3px 7px;
    color: #444444;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
}
table.contact td,
table.career td,
table.standard td {
    background: #fff;
    padding: 3px 7px;
    border-left: 1px solid #e1e1e1;
    vertical-align: top;
}

table.career tbody tr {
    border-bottom: 1px solid #e1e1e1;
}
table.standard td {
    background: #fff;
    padding: 3px 7px;
    border-left: 1px solid #e1e1e1;
    vertical-align: top;
}
table.career td {
    background: #fff;
    padding: 3px 7px;
    border-left: 1px solid #e1e1e1;
    vertical-align: top;

}
table.contact tbody td,
table.career tbody td,
table.standard tbody td {
    border-bottom: 1px solid #e1e1e1;
}
table.standard tbody td.firstrow {
    border-bottom: 1px solid #e1e1e1;
    border-left:none;
}
table.career tbody td.firstrow {border-left:none;}

/* Links in Table */
table.contact a.top,
table.standard a.top {float: right;}

#content table.contact thead a,
#content table.contact thead a:link,
#content table.contact thead a:visited,
#content table.standard thead a,
#content table.standard thead a:link,
#content table.standard thead a:visited {
    font-size: .9em;
    color: #444444;
    font-weight: normal;
}
#content table.contact thead a:hover,
#content table.contact thead a:active,
#content table.standard thead a:hover,
#content table.standard thead a:active {
    text-decoration: none;
}
table.contact td a,
table.contact td a:link,
table.contact td a:visited,
table.contact td a:hover,
table.contact td a:active,

table.standard td a,
table.standard td a:link,
table.standard td a:visited,
table.standard td a:hover,
table.standard td a:active {
    color: #444;
    font-size: 1em;
}

table.standard tbody tr.alternate td {
    background: #fff;
}


/* Spaltenbreiten */

table.standard .first,
table.contact .first
    {width: 140px;}
table.standard .second,
table.contact .second
    {width: 250px;}
table.standard .third,
table.contact .third
    {width: 250px;}
table.standard .fourth,
table.contact .fourth
    {width: 154px;}
/*----------------Zweispaltig 50-50 ----------------- */

table.two-50-50 td.col-a {width: 48%; vertical-align: top;}
table.two-50-50 td.col-b {width: 48%; vertical-align: top;}
table.two-50-50 td.mid {width: 4%;}

/*----------------Zweispaltig 30-70 ----------------- */

table.two-30-70 td.col-a {width: 35%; vertical-align: top;}
table.two-30-70 td.col-b {width: 62%; vertical-align: top;}
table.two-30-70 td.mid {width: 3%;}

/*----------------Dreispaltig 33-33-33 ----------------- */

table.two-30-30-30 td.col-a {width: 30%; vertical-align: top;}
table.two-30-30-30 td.col-b {width: 30%; vertical-align: top;}
table.two-30-30-30 td.col-c {width: 30%; vertical-align: top;}
table td.mid {width: 3%;}


/*---------------- Picture Gallery ----------------- */
table.gallery {
    /*width: 796px;*/
    text-align: center;
    margin-bottom: 30px;
}
table.gallery td {
    padding: 15px 2px 5px;
    font-weight: normal;
}
table.gallery a {
    display: block;
    margin: 10px 4px 5px 5px;
}
table.gallery span {
    float: left;
}
table.gallery img {border: 1px solid #9B9BA0;}

table.portrait a {
    margin: 10px 5px 5px;
}

/*---------------- Sitemap ----------------- */
div.sitemap {
    width: 600px;
    margin-bottom: 20px;
}

/* ------------- News & Events ------------  */
div.tbs-news {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
}
div.tbs-news h3 span {
    padding-right: 10px;
    margin-right: 5px;

    color: #444;
}
div.tbs-news:last-child {border-bottom: none;}

/* ------------- News & Events ------------  */
div.tbs-search-item {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #52678A;
}
div.tbs-search-item h3 span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #D60026;
    color: #9B9BA0;
}

.searchresult table td
{
    padding-right: 15px;
}


/* ------- fixierte Tabellenbreiten -------- */
table.fix-615 {width: 600px;}   /* Seitenbreite relevant! */
table.fix-800 {width: 790px;}   /* Seitenbreite relevant! */


/* ----------- Global Contacts Dropdown ------ */
select.globalcontact {
    float: left;
    width: 170px;
    margin-top: 0;
    margin: 0;
}
label.bold.fl {
    clear: left;
}
input.submit {
    border:1px solid #e1e1e1; color#444; background:#f5f5f5; height:20px; cursor: pointer;}
    
/* TYPO3 spezifische Styles */
#search form {

}

form {
    
}

#content input, textarea, #content select, .submitbox {
    font-size: 12px;
    color: #000000;
    background-color: #EFEFEF;
    border: 1px solid #CFCFCF;
}

.submitbox {
    cursor: hand;
    cursor: pointer;
}

.checkbox, .radio {
    border: none;
    background-color: #FFFFFF;
}

.mailform, .mailformrequired, .mailformcomment, .mailformradio, .filelinks, .filelinkssize, .caption {
    font-size: 12px;
    color: #000000;
    /*  border: 1px solid #FF1100; */
}

.label {
    color:#333333;
}

.mailformradio {
    width: 120px;
    margin-bottom: 8px;
    vertical-align: top;
}

.mailformrequired, .mailformcomment {
    color: #FF1100;
}

/* Sitemap */
.sitemap1, .sitemap2, .sitemap3, .sitemap4 {
    margin-left:50px;
}

.sitemap1 {
    font-weight:bold;
}

.sitemap3 {
    margin-left:60px;
}

.sitemap4 {
    margin-left:70px;
}

/* News */
div.news-list-item {
    margin-bottom:24px;
}    