﻿/*@charset "utf-8";*/
/* CSS Document */

/* Input-Fokus im Safari ausschalten */
*:focus {outline: 0;}

html {
    overflow-y:scroll;
}

body {
    margin:0;
    color:#666666;
    background-image:url(../img/common/wsp/bg.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#dcdcdd;
  	font-family: "trebuchet ms", Arial, Helvetica,sans-serif;
	font-weight:normal;
    font-size:12px;
    /*letter-spacing:0.005;
	/*letter-spacing:0.025em;*/
    line-height:15px;
}

body.druckversion {
    margin:0;
    color:#ffffff;
    background-image:url();
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#ffffff;
    font-family: "trebuchet ms",Arial, Helvetica,sans-serif;
    font-size:12px;
    /*letter-spacing:0.005;*/
    line-height:15px;
}

form {
    margin:0;
    padding:0;
}

a,
a:hover {
    text-decoration:none;
}


.clearer {
    clear:both;
    display:block;
}

.bold {
    font-weight:bold;
}

/* ******************************************************************************************************************
 *                                            L A Y O U T
 * ******************************************************************************************************************
 *
 * beschreibt den Seitenaufbau.
 * PageContainer: ist der TopLevel-Container, der alle anderen Teile enthaelt und horizontal zentriert
 *                ausgerichtet wird.
 *                beinhaltet eine 3-spaltige Tabelle zur Darstellung der seitlichen Schatten und des eigentlichen
 *                Inhalts.
 *
 */
#pageContainer {
    position:relative;
    width:1021px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    min-height:600px;
    /*border-bottom:solid 1px #cccccc;*/
    /*background-color:#ffffff;*/
}

/* min-height hack for ie */
* html #pageContainer {
    height:600px;
}

#shadow_left {
    position:relative;
    width:8px;
    height:100%;
    background-image: url(../img/common/wsp/bg_shadow_left_8x1.png);
    background-position: left top;
    background-repeat: repeat-y;
    z-index:10;

}

* html #shadow_left {
   background-image: url(../img/common/wsp/bg_shadow_left_8x1.gif);
}

#shadow_right {
    position:relative;
    width:8px;
   height:100%;
    background-image: url(../img/common/wsp/bg_shadow_right_8x1.png);
    background-position: left top;
    background-repeat: repeat-y;
    z-index:10;

}

* html #shadow_right {
   background-image: url(../img/common/wsp/bg_shadow_right_8x1.gif);
}

#tdmain {
    position:relative;
    z-index:100;
}






/* ******************************************************************************************************************
 *                                            M A I N C O N T A I N E R
 * ******************************************************************************************************************
 *
 * Wrapper fuer den Seitenbereich ohne die seitlichen Schatten-Elemente.
 * Umfasst den Header- und Main-Bereich
 *
 *
 */
#mainContainer {
    position:relative;
    width:1005px;
    float:left;
    clear: both;
    /*min-height:600px;*/
}

/* ******************************************************************************************************************
 *                                            H E A D E R
 * ******************************************************************************************************************
 *
 * Der Header-Bereich umfasst:
 * - Header-Grafik,
 * - Suche,
 * - MetaNavigation (Impressum, etc)
 * - TopNavigation
 */
#header {
    position:relative;
    float:left;
    clear:both;
    width:100%;
    height:154px;
    background-repeat:no-repeat;
    background-position:left top;
    background-color: #ffffff;
    z-index:10;
}

.homeclick {
    position:relative;
    float:right;
    clear:both;
    width:200px;
    height:100px;
    z-index:12;
}

/* ******************************************************************************************************************
 *                                            TopSearch
 * ****************************************************************************************************************** */
#topsearch {
    position:absolute;
    left:25px;
    top: 27px;
    width: 210px;
    height:30px;
}

#topsearch form {
    position:relative;
    float:left;
    clear:both;
}

#topsearch form div.inputWrapper {
    position:relative;
    float:left;
    background-position:left top;
    background-repeat:no-repeat;
    font-size:10px;
    width:170px;
}

#topsearch form div.inputWrapper input {
    border:none;
    padding-left:10px;
    background-color:transparent;
    height:20px;
    font-size:10px;
    line-height:16px;
}

#topsearch form div.submitWrapper {
    position:relative;
    float:left;
    margin-left:5px;
    background-color:transparent;
    width:21px;
    height:20px;
}

* html #topsearch form div.submitWrapper {
}

#topsearch form div.submitWrapper input {
    border:none;
    background-color:transparent;
    background-position:left top;
    background-repeat:no-repeat;
    width:21px;
    height:20px;
    cursor:pointer;
}


/* ******************************************************************************************************************
 *                                            T O P - N A V I G A T I O N
 * ****************************************************************************************************************** */
#topnav {
    position:absolute;
    padding:0;
    float:left;
    clear:both;
    margin-top: 101px;
    margin-left: 20px;
    z-index:100;
}

#topnav a {
    text-decoration:none;
}

#topnav ul.tabs {
    position: relative;
    float:left;
    clear:both;
    padding-left: 0;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#topnav .topnavTab,
#topnav .topnavTabHover
{
    position:relative;
    float: left;
    /* width: 149px; in fsk/spio.css eingelstellt */
    height:52px;
    background-position: left top;
    background-repeat:no-repeat;
    margin: 0px;
    vertical-align: middle;
    line-height:47px;
    cursor:pointer;
}

#topnav .topnavTab .title,
#topnav .topnavTabHover .title
{
	position:absolute;
	display:block;
	color:#ffffff;
	text-transform: uppercase;
	font-size:12px;
	padding-left:28px;
	font-weight:bold;
	/*letter-spacing:0.025em;*/
	left: 2px;
}

#topnav .topnavTab .titleShadow,
#topnav .topnavTabHover .titleShadow
{
    position:absolute;
    display:block;
    color:#000000;
    text-transform: uppercase;
    font-size:12px;
    padding-left:29px;
    padding-top:1px;
    font-weight:bold;
    /*letter-spacing:0.025em;*/
}


#topnav .topnavTabSingle
{
    position:relative;
    float: left;
    /* width: 149px; in fsk/spio.css eingelstellt */
    height:52px;
    background-position: left top;
    background-repeat:no-repeat;
    margin: 0px;
    vertical-align: middle;
    line-height:47px;
    cursor:pointer;
}

#topnav .topnavTabSingle .title
{
	position:absolute;
	display:block;
	color:#ffffff;
	text-transform: uppercase;
	font-size:12px;
	padding-left:28px;
	font-weight:bold;
	/*letter-spacing:0.025em;*/
	left: 2px;
}

#topnav .topnavTabSingle .titleShadow
{
    position:absolute;
    display:block;
    color:#000000;
    text-transform: uppercase;
    font-size:12px;
    padding-left:29px;
    padding-top:1px;
    font-weight:bold;
    /*letter-spacing:0.025em;*/
}

#topnav .topnavTab .topnavTabDD div.sublevel,
#topnav .topnavTabHover .topnavTabDD div.sublevel {
    position: absolute;
    left: 290px;
    top: -12px;
    width: 293px;
    z-index: 10000;
}

* html #topnav .topnavTab .topnavTabDD div.sublevel,
* html #topnav .topnavTabHover .topnavTabDD div.sublevel {
    position:absolute;
    left:290px;
    top:-12px;
    width:auto;
}

#topnav li {
    position:relative;
}

* html #topnav .topnavTab .topnavTabDD div.sublevel ul li,
* html #topnav .topnavTabHover .topnavTabDD div.sublevel ul li {
    position:relative;
    float:left;
    clear:both;

}

#topnav .topnavTab .topnavTabDD,
#topnav .topnavTabHover .topnavTabDD {
    position:absolute;
    background-color: transparent;
    margin-left:0;
    width: 296px;
    padding-left:0;
    top:48px;
    list-style-type:none;
    z-index:1000;
}

#topnav .topnavTab .topnavTabDD ul,
#topnav .topnavTabHover .topnavTabDD ul {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:26px;
}

#topnav .topnavTab .topnavTabDD li,
#topnav .topnavTabHover .topnavTabDD li {
    margin-left:0;
    padding-left:0;
    height:26px;
}

#topnav a.topnav_tabitem_submenu,
#topnav a.topnav_tabitem_submenu_mo,
#topnav a.topnav_tabitem_submenu:hover,
#topnav .topnavTab .topnavTabDD li a.topnav_tabitem,
#topnav .topnavTabHover .topnavTabDD li a.topnav_tabitem {
    position:relative;
    float:left;
    clear:both;
    width:263px;
    display:block;
    color: #ffffff;
    font-size:11px;
    height:26px;
    padding-left:30px;
}

#topnav .topnavTab .topnavTabDD .layout_top_sub,
#topnav .topnavTabHover .topnavTabDD .layout_top_sub,
#topnav .topnavTab .topnavTabDD .layout_top,
#topnav .topnavTabHover .topnavTabDD .layout_top{
    position:relative;
    background-position:left top;
    background-repeat:no-repeat;
    height:16px;
    width:293px;
    overflow:hidden;
    margin:0;
    padding:0;
}

#topnav .topnavTab .topnavTabDD .layout_top_sub,
#topnav .topnavTabHover .topnavTabDD .layout_top_sub {
    height:13px;
}

#topnav .topnavTab .topnavTabDD .content a:hover {

}

#topnav .topnavTab .topnavTabDD .layout_bottom,
#topnav .topnavTabHover .topnavTabDD .layout_bottom {
    position:relative;
    float:left;
    clear:both;
    width:293px;
    height:20px;
    background-position:left top;
    background-repeat:no-repeat;
}




/* ******************************************************************************************************************
 *                                            MetaNavigation
 * ****************************************************************************************************************** */
#metanav {
	position:absolute;
	left:244px;
	top:19px;
	color:#ffffff;
	font-size:11px;
	height: 35px;
	line-height:35px;
	vertical-align:middle;
	/*letter-spacing:0.025em;*/
}

#metanav .left {
    float:left;
    width:18px;
    height:35px;
    background-position:left top;
    background-repeat:no-repeat;
}

#metanav .content {
    float:left;
    height:35px;
    background-position:left top;
    background-repeat:repeat-x;
    padding-right:120px;
}

#metanav .content a.switch {
    background-position:right top;
    background-repeat:no-repeat;
    position:absolute;
    height:35px;
    top:8px;
    right:10px;
    line-height:19px;
    text-align:right;
    padding-right:30px;
}

#metanav .right {
    float:left;
    width:18px;
    height:35px;
    background-position:left top;
    background-repeat:no-repeat;
}


#metanav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}


#metanav ul li {
    margin:0;
    padding:0;
    display:inline;
    line-height:35px;
}

#metanav a {
    text-decoration:none;
    /*letter-spacing:0.025em;*/
    height:35px;
}



/* ******************************************************************************************************************
 *                                            LeftNavigation
 * ****************************************************************************************************************** */
#leftnav {
    position:relative;
    float:left;
    font-size:11px;
    background-color:transparent;
}

#leftnav a {
    text-decoration:none;
}

#leftnav2 {
    position:relative;
    float:left;
    font-size:11px;
    background-color:transparent;
}

#leftnav2 a {
    text-decoration:none;
}

#leftnav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#leftnav ul li {
    display:block;
    list-style-type:none;
    margin:0;
    position:relative;
}


#leftnav .menu_closed,
#leftnav .menu_open {
    position:absolute;
    display:block;
    left:15px;
    top:10px;
    z-index:10;
    width:10px;
    height:12px;
    background-position:left top;
    background-repeat:no-repeat;
    cursor:pointer;
    line-height:1px;
}

#leftnav .item_last .menu_closed,
#leftnav .item_last_sub .menu_closed {
    background-position: left 4px;
}

#leftnav .item_last .menu_open,
#leftnav .item_last_sub .menu_open {
    background-position: left 4px;
}

#leftnav ul li {
    margin:0;
}

/* Einrückungen der verschiedenen Ebenen */
#leftnav ul li a /* Haupt-Ebene */
{
    padding-left:30px;
}


/* erste Unter-Ebene */
#leftnav ul li ul li .menu_closed,
#leftnav ul li ul li .menu_open {
    left:30px;
}

#leftnav ul li ul li a
{
    padding-left:45px;
}
/* */


/* zweite Unter-Ebene */
#leftnav ul li ul li ul li .menu_closed,
#leftnav ul li ul li ul li .menu_open {
    left:40px;
}

#leftnav ul li ul li ul li a
{
    padding-left:55px;
}
/* */

/* dritte Unter-Ebene */
#leftnav ul li ul li ul li ul li .menu_closed,
#leftnav ul li ul li ul li ul li .menu_open {
    left:50px;
}

#leftnav ul li ul li ul li ul li a
{
    padding-left:65px;
}
/* */


#leftnav li.item,
#leftnav li.item_checked,
#leftnav li.item_sub {
    width: 240px;
    line-height:32px;
}

#leftnav li.item_first {
    width: 240px;
    line-height:33px;
	font-size:14px;
	font-weight:bold;
}


#leftnav li.item_last,
#leftnav li.item_last_checked,
#leftnav li.item_last_sub {
    width: 240px;
    line-height:38px;
}

#leftnav li.leftnav_sub_delim {
    width: 215px;
    margin: 0 4px;
    line-height:1px;
}

* html #leftnav li.leftnav_sub_delim {
    display:none;
}

/* ******************************************************************************************************************
 *                                            M A I N
 * ******************************************************************************************************************
 *
 * stellt die eigentliche Seite (ohne Header) dar.
 */
#main {
    position:relative;
    width:975px;
    float:left;
    clear:both;
    padding-left:20px;
    padding-right:10px;
    background-color:#ffffff;
    z-index: 5;
}

.maincontent h1 {
	position:relative;
	margin-top: 23px;
	font-size:24px;
	font-weight:bold;
	line-height:22px;
	/*letter-spacing:0.025em;*/
	text-transform:uppercase;
 }




/* ******************************************************************************************************************
 *                                            F O O T E R
 * ****************************************************************************************************************** */
#footer {
    position:relative;
    float:left;
    clear:both;
    background-color:transparent;
    color: #ffffff;
    font-size:12px;
    line-height:10px;
}

/* wird in fsk.css/spio.css erweitert */
#footer_left,
#footer_right {
    position:relative;
    float:left;
    width:16px;
    height:33px;
    background-repeat:no-repeat;
    background-position:left top;
}

#footer_main {
    position:relative;
    float:left;
    width:989px;
    height:33px;
    background-repeat:repeat-x;
    background-position:left top;
	align:right;
}

.socialbookmarks_bak {
    position:relative;
    float:right;
    width:200px;
    height:33px;
	text-align: center;
}

.socialbookmarks {
    position:relative;
    float:right;
    width:200px;
    height:33px;
	text-align: center;
}

.sitefunctions {
    position:relative;
    float:left;
	margin-left:10px;
    width:650px;
	color:#ffffff;
	font-size:11px;
	line-height:25px;
	vertical-align:middle;
	/*letter-spacing:0.025em;*/
}


.nachoben a {
    position:relative;
    float:left;
	margin-left:0px;
    width:65px;
	color:#ffffff;
	font-size:11px;
	line-height:25px;
	vertical-align:right;
	/*letter-spacing:0.025em;*/
    padding-left:13px;
	color:#ffffff;
	background-image:url(../img/fsk/elements/arrow_small_light.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.nachoben a:hover {
	color:#CCC;
	background-image:url(../img/fsk/elements/arrow_small_light_hoover_up.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.sitefunctions a {
	color:#ffffff;
}

.sitefunctions a:hover {
	color:#CCC;
}




/* ******************************************************************************************************************
 *                                            M I S C
 * ****************************************************************************************************************** */
.shadow {
    text-shadow: #666666 5px 5px 5px;
}











/* ******************************************************************************************************************
 *
 *                                            C O N T E N T - E L E M E N T E
 *
 * ****************************************************************************************************************** */


/* ******************************************************************************************************************
 *                                            T E A S E R
 * ****************************************************************************************************************** */
.cnt_teaser {
    position:relative;
    float:left;
    background-repeat:no-repeat;
    background-position:left top;
    width:240px;
    height:220px;
}

* html .cnt_teaser {
    width: 235px;
}

.cnt_teaser h1 {
    margin:0;
    position:relative;
    padding-top:6px;
    padding-bottom:3px;
    float:left;
    clear:both;
}


.cnt_teaser h1 a {
    position:relative;
    height: 20px;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    padding-left:25px;
    /*letter-spacing:0.025em;*/
    background: transparent 15px 6px no-repeat;
    overflow:hidden;
}

* html .cnt_teaser h1 a {
    background-position:15px 6px;
}

.cnt_teaser img {
   position:relative;
    display:block;
    top:0px;
    left:5px;
    float:left;
    clear:both;
}

.cnt_teaser p {
    position:relative;
    float:left;
    clear:both;
	font-size:11px;
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;
    padding-left:5px;
    padding-right:5px;
    color:#ffffff;
    /*letter-spacing:0.025em;*/
    line-height:15px;
    width: 215px;
}

.cnt_teaser a.more {
    position:absolute;
    display:block;
    right: 15px;
    bottom:21px;
	font-size:11px;
    text-decoration:none;
    padding-left:10px;
    background: transparent left center no-repeat;
    line-height:15px;
}

/* ******************************************************************************************************************
 *                                           FAKE CLOUD
 * ****************************************************************************************************************** */
.cnt_cloud2 {
    position:relative;
    float:left;
    clear:both;
    width:241px;
	top:-7px;
	left:3px;
	
}

.cnt_cloud {
    position:relative;
    float:left;
    clear:both;
    width:241px;
	
}

/* ******************************************************************************************************************
 *                                           T A B B E D - C O N T E N T
 * ****************************************************************************************************************** */
.cnt_tabbed_medium {
    position:relative;
    float:left;
    clear:both;
    width:241px;
}

.cnt_tabbed_medium h1 {
    margin:0;
    padding:0;
    padding-left:2px;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    width:95px;
    height:20px;
    cursor: pointer;
}

.cnt_tabbed_medium .tab_content .header_links {
    position:absolute;
    width: 100%;
    height: 30px;
    top:0;
    left:0;
    margin-top:40px;
    margin-left:15px;
}

.cnt_tabbed_small .tab_content .header_links h2,
.cnt_tabbed_medium .tab_content .header_links h2
{
    margin:0;
    padding:0;
    padding-right:2px;
	font-size:11px;
    display:inline;
}

.cnt_tabbed_small .tab_content .header_links .delim,
.cnt_tabbed_medium .tab_content .header_links .delim {
    font-size:10px;
    display:inline;
}

.cnt_tabbed_small .tab_content .header_links .delim,
.cnt_tabbed_medium .tab_content .header_links .delim {
    font-weight:bold;
}

.cnt_tabbed_small .tab_content .header_links a,
.cnt_tabbed_medium .tab_content .header_links a {
	font-size:11px;
}

.cnt_tabbed_medium .tab_content .item a,
.cnt_tabbed_medium .tab_content .item_last  a{
    display:block;
	font-size: 11px;
    padding-left:10px;
    padding-top: 9px;
    text-decoration:none;
    margin-left: 10px;
    background-position:left 11px;
    background-repeat:no-repeat;
}

.cnt_tabbed_small p,
.cnt_tabbed_medium p {
    position:relative;
    margin:0;
    padding:0;
}

.cnt_tabbed_medium h1.first {
    position:absolute;
    left:10px;
    top:5px;
}

.cnt_tabbed_medium h1.second {
    position:absolute;
    left:130px;
    top:5px;
}

/* Small */
.cnt_tabbed_small .header_left,
.cnt_tabbed_small .header_right,
.cnt_tabbed_medium .header_left,
.cnt_tabbed_medium .header_right {
    background-position:left top;
    background-repeat:no-repeat;
    height:66px;
}

.cnt_tabbed_medium .item {
    background-position: left top;
    background-repeat:no-repeat;
    height:31px;
}

.cnt_tabbed_medium .item_last {
    background-position: left top;
    background-repeat:no-repeat;
    height:38px;
}




.cnt_tabbed_small {
    position:relative;
    float:left;
    clear:both;
    width:221px;
}

.cnt_tabbed_small h1 {
    margin:0;
    padding:0;
    padding-left:2px;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    width:90px;
    height:20px;
    cursor: pointer;
    white-space:nowrap;
}

.cnt_tabbed_small .tab_content .header_links {
    position:absolute;
    width: 100%;
    height: 30px;
    top:0;
    left:0;
    margin-top:40px;
    margin-left:10px;
}

.cnt_tabbed_small h1.first {
    position:absolute;
    left:10px;
    top:5px;
}

.cnt_tabbed_small h1.second {
    position:absolute;
    left:120px;
    top:5px;
}

.cnt_tabbed_small .tab_content .item a,
.cnt_tabbed_small .tab_content .item_last  a {
    display:block;
	font-size: 11px;
    padding-left:0px;
    padding-top: 9px;
    text-decoration:none;
    margin-left: 10px;
    background-position:left 11px;
    background-repeat:no-repeat;
}


.cnt_tabbed_small .item {
    background-position: left top;
    background-repeat:no-repeat;
    height:28px;
    overflow: hidden;
}

.cnt_tabbed_small .item_last {
    background-position: left top;
    background-repeat:no-repeat;
    height:33px;
    overflow: hidden;
}

.cnt_tabbed_small .tab_content .item a.fsk0,
.cnt_tabbed_small .tab_content .item_last a.fsk0 {
    display:block;
    height:21px;
    background-image:url(../img/common/icons/fsk0.gif);
    background-repeat:no-repeat;
    background-position:178px 3px;
}

.cnt_tabbed_small .tab_content .item a.fsk6,
.cnt_tabbed_small .tab_content .item_last a.fsk6 {
    display:block;
    height:21px;
    background-image:url(../img/common/icons/fsk6.gif);
    background-repeat:no-repeat;
    background-position:178px 3px;
}

.cnt_tabbed_small .tab_content .item a.fsk12,
.cnt_tabbed_small .tab_content .item_last a.fsk12 {
    display:block;
    height:21px;
    background-image:url(../img/common/icons/fsk12.gif);
    background-repeat:no-repeat;
    background-position:178px 3px;
}

.cnt_tabbed_small .tab_content .item a.fsk16,
.cnt_tabbed_small .tab_content .item_last a.fsk16 {
    display:block;
    height:21px;
    background-image:url(../img/common/icons/fsk16.gif);
    background-repeat:no-repeat;
    background-position:178px 3px;
}

.cnt_tabbed_small .tab_content .item a.fsk18,
.cnt_tabbed_small .tab_content .item_last a.fsk18 {
    display:block;
    height:21px;
    background-image:url(../img/common/icons/fsk18.gif);
    background-repeat:no-repeat;
    background-position:178px 3px;
}

/* ******************************************************************************************************************
 *                                           T A B B E D - C O N T E N T - L A R G E
 * ****************************************************************************************************************** */
.cnt_tabbed_large {
    position:relative;
    float:left;
    clear:both;
    width:490px;
    font-size:11px;
}

.cnt_tabbed_large h1 {
    margin:0;
    padding:0;
    padding-left:2px;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    height:20px;
    cursor: pointer;
}

.cnt_tabbed_large .header_left,
.cnt_tabbed_large .header_right {
    background-position:left top;
    background-repeat:no-repeat;
    height:29px;
}

.cnt_tabbed_large h1.first {
    position:absolute;
    width:375px;
    left:15px;
    top:5px;
}

.cnt_tabbed_large h1.second {
    position:absolute;
    width:100px;
    left:392px;
    top:5px;
}

.cnt_tabbed_large .tab_content {
    position:relative;
    padding: 0 10px;
    padding-top:20px;
    background-position: left top;
    background-repeat:repeat-y;
    position:relative;
    margin:0;
    
}

.cnt_tabbed_large .tab_content_bottom {
    position:relative;
    padding:0;
    height:12px;
    background-position: left top;
    background-repeat:no-repeat;
}

/* ******************************************************************************************************************
 *                                           T A B S - F R E I G A B E N
 * ****************************************************************************************************************** */
 
 
.cnt_tabs_freigaben {
    position:relative;
    float:left;
    clear:both;
    width:490px;
    font-size:11px;
}


.cnt_tabs_freigaben h1 {
    margin:0;
    padding:0;
    padding-left:10px;
    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;
    height:20px;
    cursor: pointer;
}

.cnt_tabs_freigaben .header_first,
.cnt_tabs_freigaben .header_second,
.cnt_tabs_freigaben .header_third,
.cnt_tabs_freigaben .header_first2Felder,
.cnt_tabs_freigaben .header_second2Felder {
	position:realative;
    background-position:left top;
    background-repeat:no-repeat;
    height:27px;
}

.cnt_tabs_freigaben h1.first,
.cnt_tabs_freigaben h1.first2Felder {
    position:absolute;
    width:375px;
    left:0px;
    top:0px;
}

.cnt_tabs_freigaben h1.second,
.cnt_tabs_freigaben h1.second2Felder {
    position:absolute;
    width:100px;
    left:161px;
    top:0px;
}

.cnt_tabs_freigaben h1.third {
    position:absolute;
    width:100px;
    left:330px;
    top:0px;
}

.cnt_tabs_freigaben .tab_content {
/*    position:absolute; */
    padding: 0 10px;
    padding-top:10px;
	width:450px;
    background-position: left top;
    background-repeat:repeat-y;
    margin:0;    
}

.cnt_tabs_freigaben .tab_content_bottom {
    position:relative;
    padding:0;
    height:12px;
    background-position: left top;
    background-repeat:no-repeat;
}

/* ******************************************************************************************************************
 *                                           N E W S
 * ****************************************************************************************************************** */

.cnt_news {
    position:relative;
    float:left;
    width: 487px;
}

.cnt_news h1.header {
    position:relative;
    margin:0;
    padding:0;
    padding-left:15px;
    line-height:33px;
    vertical-align:middle;
    font-size:12px;
    font-weight:normal;
    color: #ffffff;
    text-transform:uppercase;
    width:472px; /* 487px-15 */
    height:29px;
    background-position:left top;
    background-repeat:no-repeat;
    overflow:hidden;
}

.cnt_news h1.header a {
    position:relative;
    margin:0;
    padding:0;
    padding-left:15px;
    line-height:33px;
    vertical-align:middle;
    font-size:12px;
    font-weight:normal;
    color: #ffffff;
    text-transform:uppercase;
    width:472px; 
    height:29px;
    background-position:3px 2px;
    background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
}

.cnt_news .item {
    position:relative;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    line-height:15px;
    /*letter-spacing:0.025em;*/
    height:55px;
    background-position:left top;
    background-repeat:no-repeat;
}

.cnt_news .item_last {
    position:relative;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    line-height:15px;
    /*letter-spacing:0.025em;*/
    height:61px;
    background-position:left top;
    background-repeat:no-repeat;
}

.cnt_news .items {
	font-size:11px;
}

.cnt_news .items span.date {

}

.cnt_news .items a.title {
    text-decoration:none;
	/*font-weight:bold;*/
}

.cnt_news .items p.content {
    margin:0;
    padding:0;

}

.cnt_news .items a.more {
    text-decoration:none;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:10px;
}




/* ******************************************************************************************************************
 *                                           L O G I N B O X
 * ****************************************************************************************************************** */
.cnt_loginbox {
    position:relative;
    float:left;
    width: 222px;
    font-size:10px;
}

* html .cnt_loginbox {
    margin-left: -3px;
}

.cnt_loginbox h1 {
    position:relative;
    float:left;
    clear: both;
    width:212px;
    margin:0;
    padding:0;
    padding-left:10px;
    line-height:30px;
    vertical-align:middle;

    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;

    background-position:left top;
    background-repeat:no-repeat;
    height:25px;
    overflow:hidden;
}

.cnt_loginbox .content {
    position:relative;
    width:212px;
    margin:0;
    padding:0;
    float:left;
    clear:both;
    padding-left:10px;
    font-size:11px;
    background-position:left top;
    background-repeat:repeat-y;
}

.cnt_loginbox div.inputWrapper {
    position:relative;
    float:left;
    background-position:left top;
    background-repeat:no-repeat;
    font-size:10px;
    width:170px;
}

.cnt_loginbox div.inputWrapper input {
    border:none;
    padding-left:10px;
    background-color:transparent;
    height:20px;
    font-size:10px;
    line-height:16px;
}

.cnt_loginbox .submitWrapper {
    position:absolute;
    right: 12px;
    bottom:2px;
    width:21px;
    height:20px;
}

.cnt_loginbox .logoutWrapper {
    position:absolute;
    right: 12px;
	bottom:2px;
    width:21px;
    height:20px;
}

.cnt_loginbox .submitWrapper input,
.cnt_loginbox .logoutWrapper input
 {
    border:none;
    background-position:left top;
    background-repeat:no-repeat;
    width:21px;
    height:20px;
    cursor:pointer;
}


.cnt_loginbox .footer {
    position:relative;
    float:left;
    clear:both;
    margin:0;
    padding:0;
    height:11px;
    width:222px;
    background-position:left top;
    background-repeat:no-repeat;
}

/* ******************************************************************************************************************
 *                                           B A S I S - T E X T S T Y L E S
 * ****************************************************************************************************************** */
 
.subheadline {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0;
	line-height: 20px;
	text-transform: uppercase;
}

.headline {
    position:relative;
    margin: 0 0 5px 0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
}

.subheadline_schwarz {
    position:relative;
    margin: 0 0 13px 0;
    padding:0;
    font-size:12px;
    font-weight:bold;
    line-height:20px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
}
/* ******************************************************************************************************************
 *                                           B E G R U E N D U N G - S E A R C H B O X
 * ****************************************************************************************************************** */
 
 
 .cnt_beg_searchbox {
    position:relative;
    float:left;
	top:5px;
    width: 222px;
    font-size:10px;
}


.cnt_beg_searchbox .content {
    width:212px;
    margin:0;
    padding:0;
    float:left;
    clear:both;
    padding-left:10px;
    font-size:10px;

    background-position:left top;
    background-repeat:repeat-y;
}

.cnt_beg_searchbox div.inputWrapper {
    float:left;
    background-position:left top;
    background-repeat:no-repeat;
    font-size:10px;
    width:170px;
}

.cnt_beg_searchbox div.inputWrapper input {
    border:none;
    padding-left:10px;
    background-color:transparent;

    height:20px;
    font-size:10px;
    line-height:16px;
}

.cnt_beg_searchbox .submitWrapper {
    position:absolute;
    background-color:transparent;
    left:190px;
    width:21px;
    height:20px;
}

.cnt_beg_searchbox .submitWrapper input {
    border:none;
    background-position:left top;
    background-repeat:no-repeat;
    width:21px;
    height:20px;
    cursor:pointer;
}



/* ******************************************************************************************************************
 *                                           C O N T E N T - S E A R C H B O X
 * ****************************************************************************************************************** */
.cnt_searchbox {
    position:relative;
    float:left;
    width: 222px;
    font-size:10px;
}

.cnt_searchbox h1 {
    margin:0;
    padding:0;
    padding-left:10px;
    line-height:30px;
    vertical-align:middle;

    font-size:11px;
    font-weight:normal;
    text-transform:uppercase;

    background-position:left top;
    background-repeat:no-repeat;
    height:25px;
    overflow:hidden;
}

.cnt_searchbox .content {
    width:212px;
    margin:0;
    padding:0;
    float:left;
    clear:both;
    padding-left:10px;
    font-size:10px;

    background-position:left top;
    background-repeat:repeat-y;
}

.cnt_searchbox div.inputWrapper {
    float:left;
    background-position:left top;
    background-repeat:no-repeat;
    font-size:10px;
    width:170px;
}

.cnt_searchbox div.inputWrapper input {
    border:none;
    padding-left:10px;
    background-color:transparent;
    height:20px;
    font-size:10px;
    line-height:16px;
}

.cnt_searchbox .submitWrapper {
    position:absolute;
    background-color:transparent;
    left:190px;
    top:25px;
    width:21px;
    height:20px;
}

* html .cnt_searchbox .submitWrapper {
    top:25px;
}

.cnt_searchbox .submitWrapper input {
    border:none;
    background-position:left top;
    background-repeat:no-repeat;
    width:21px;
    height:20px;
    cursor:pointer;
}

.cnt_searchbox .footer {
    position:relative;
    float:left;
    clear:both;
    margin:0;
    padding:0;
    height:11px;
    width:222px;
    background-position:left top;
    background-repeat:no-repeat;
}


.leftCol {
    position:relative;
    float:left;
    width:230px;
    overflow:hidden;
    margin-right: 10px;

}

.innerCol {
	position:relative;
	float:left;
	width: 485px;
	min-height:500px;
	margin-right:15px;
	margin-left: 3px;
	margin-bottom: 20px;
}

* html .innerCol {
	height: 100px;
	margin-left: 30px;
	padding-left: 30px;
}

.innerCol h1.pagetitle {
    position:relative;
    margin-top: 14px;
    font-size:20px;
    font-weight:bold;
    line-height:22px;
    /*letter-spacing:0.025em;*/
    text-transform:uppercase;
}

.innerCol h1.headline {
    position:relative;
    margin: 0 0 5px 0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
}


.innerCol h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 2px;
    text-transform: uppercase;
}

.innerCol h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 2px;
    text-transform: none;
}

.innerCol .dateloc {
	position:relative;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:0px;
	/*letter-spacing:0.005em;*/
	text-transform:none;
	text-align: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.innerCol .introtext {
	position:relative;
	margin: 0 0 12px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	/*letter-spacing:0.005em;*/
	text-transform:none;
}

.innerCol .bodytext {
    position:relative;
    margin: 0 0 12px 0;
    padding:0;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
}

.innerCol .bodytextfett,
.druckversion .bodytextfett {
    position:relative;
    margin: 0 0 13px 0;
    padding:0;
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
}

.innerCol .bodytextfett_Kurzcheckfrage {
    position:relative;
    margin: 0 0 13px 0;
    padding:0;
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    /*letter-spacing:0.005em;*/
    text-transform:none;
	height: 45px
}


.innerCol .bodytextrot,
.druckversion .bodytextrot {
    position:relative;
    margin: 0 0 12px 0;
    padding:0;
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    /*letter-spacing:0.005em;*/
  /*  text-transform:none; */
}

.innerCol a,
.innerCol a:hover,
.druckversion a,
.druckversion a:hover {
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:12px;
}


.innerCol .bodytext a,
.innerCOl .bodytext a:hover,
.druckversion .bodytext a,
.druckversion .bodytext a:hover {
    text-decoration:none;
}

.innerCol .floatingTextLeft {
}

.innerCol .floatingTextLeft img {
    margin-left:10px;
    margin-bottom:5px;
    float:right;
}

.innerCol .info_wrapper {
    position:relative;
    padding-bottom:15px;
    border-bottom:1px solid #b1b3b4;
}

.innerCol .items_2col_morelink {
    position:relative;
    float:left;
    clear:both;
}


.innerCol .items_2col_morelink .item {
    position:relative;
    width:475px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
    clear:both;
    background-position:left bottom;
    background-repeat:no-repeat;
    min-height:40px;
}

* html .innerCol .items_2col_morelink .item {
    height:40px;
}

.innerCol .items_2col_morelink .item .col1 {
    position:relative;
    float:left;
    width:75px;
    /*letter-spacing:0.0025em;*/
}

.innerCol .items_2col_morelink .item .col2 {
    position:relative;
    width:385px;
    float:left;
    /*letter-spacing:0.0025em;*/
}


.maincontent .innerCol a.simple,
.maincontent .innerCol a.simple:hover {
    background:none;
    padding:0;
}

.innerCol a.more,
.innerCol a.more:hover {
    position:relative;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:10px;
}

.innerCol .items_2col_morelink .item a.more,
.innerCol .items_2col_morelink .item a.more:hover {
    display:inline;
    float:right;
}



.rightCol {
    position:relative;
    float:left;
    width: 222px;
    overflow:hidden;
}

.leftCol #leftnav {
    margin-top: 20px;
}



/* ********************************************************************************************************************
 *
 *  S E A R C H  -  R E S U L T S
 *
 * ********************************************************************************************************************/
.searchresults .info {
    position:relative;
    height:20px;
	padding-left:10px;
    padding-top:5px;
}

.searchresults .info span {
    font-size:11px;
    line-height:18px;
    /*letter-spacing:0.05em;*/
    float:left;
}

.searchresults .info a.abbrkeys,
.searchresults .info a.abbrkeys:hover {
    position:relative;
    float:right;
    text-align:right;
    font-size:11px;
    background-position:left center;
    background-repeat:no-repeat;
    text-decoration:none;
}

.searchresults .items {
    position:relative;
    width:485px;
}

.searchresults .items .item_small {
    height:80px;
}



.searchresults .items .item_small,
.searchresults .items .item_big {
    position:relative;
    padding-left:0px;
    padding-top:5px;
    width:485px;
    overflow:hidden;
    background-color:#ffffff;
    background-position:left top;
    background-repeat:no-repeat;
}

.searchresults .items .item_big {
    height:370px;
}

.searchresults .items .title {
    font-size:11px;
    font-weight:normal;
	
    /*letter-spacing:0.0025em;*/
    line-height:15px;
    margin:0;
    padding:0;
    cursor:pointer;
    text-transform:none;
}
.searchresults .items .title:hover {
color:#00355a;
font-weight:bold;
}

.searchresults .items .wert {
    font-size:11px;
    line-height:15px;
    margin:0;
    padding:0;
    text-transform:none;
}

.searchresults .items .title .details_open,
.searchresults .items .title .details_closed {
    position:relative;
    display:inline-block;
    background-position:left 2px;
    background-repeat:no-repeat;
    width:10px;
    height:12px;
}

.searchresults .items table.details {
    border:none;
    width: 438px;
    font-size: 11px;
    line-height:17px;
    /*letter-spacing:0.0em;*/
}

.searchresults .items table.details th.col1 {
    width:170px;
}

.searchresults .items table.details th.col2 {
    width:170px;
}

.searchresults .items table.details td.spacer_v {
}

.searchresults .items table.details .label {
    font-weight:bold;
}

.searchresults .items .fsk_icon_pos {
    position:absolute;
    top: 10px;
    right:5px;
    width:40px;
    height:40px;
}

.searchresults .items .downloads {
    position:absolute;
    bottom:5px;
    right:0px;
    width:200px;
    height:36px;
    float:right;
    clear:both;
}

.pager {
    margin-top:10px;
    padding-bottom:10px;
}

.pager table {
    font-size:11px;
}

.pager table td.prev a,
.pager table td.prev a:hover,
.pager table td.next a,
.pager table td.next a:hover {
    background-repeat:no-repeat;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
}

.pager table td.prev a,
.pager table td.prev a:hover {
    background-position:left center;
    padding-left:20px;
}

.pager table td.next a,
.pager table td.next a:hover {
    background-position:right center;
    padding-right:20px;
}

.pager table td.prev {
    text-align:left;
}

.pager table td.pgitems {
    text-align:center;
    font-weight:normal;
    text-transform:none;
}

.pager table td.pgitems a,
.pager table td.pgitems a:hover {
    text-decoration:none;
    background:none;
    padding:0;
}

.pager table td.pgitems a.current,
.pager table td.pgitems a.current:hover {
    text-decoration:underline;
    background:none;
    padding:0;
}

.pager table td.next {
    text-align:right;
}

.searchresults .newsearch_link_wrapper {
    position:relative;
    margin-top:10px;
    margin-bottom:20px;
    text-align:right;
}

.searchresults a.newsearch,
.searchresults a.newsearch:hover {
    font-size:11px;
    background-position:right center;
    background-repeat:no-repeat;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    padding-right:20px;
}

.buttons a.backbutton,
.buttons a.backbutton:hover {
    font-size:11px;
    background-position:left center;
    background-repeat:no-repeat;
    text-decoration:none;
    font-weight:bold;
    padding-left:20px;
	
}

.buttons a.beginbutton,
.buttons a.beginbutton:hover {
    font-size:11px;
    background-position:left center;
    background-repeat:no-repeat;
    text-decoration:none;
    font-weight:bold;
    padding-left:20px;
	
}

.mime_icon_left {
	position:relative;
	width: 100px;
	height:70px;
	float:left;
	margin-right: 5px;
}


.mime_icon_right {
    position:absolute;
    width:35px;
    height:50px;
    float:left;
    margin-left:200px;
}





.maincontent .innerCol a.mime_pdf,
.maincontent .innerCol a.mime_pdf:hover,
.maincontent .innerCol .mime_pdf {
    background:transparent url(../img/common/mime/pdf.gif) left bottom no-repeat;
}

.maincontent .innerCol a.mime_doc,
.maincontent .innerCol a.mime_doc:hover,
.maincontent .innerCol .mime_doc {
    background:transparent url(../img/common/mime/doc.gif) left bottom no-repeat;
}

.maincontent .innerCol a.mime_fsk,
.maincontent .innerCol a.mime_fsk:hover,
.maincontent .innerCol .mime_fsk {
    background:transparent url(../img/common/mime/fsk.gif) left bottom no-repeat;
}

.maincontent .innerCol .relatedDocs {
    position:relative;
    margin-bottom:20px;
    height:36px;
    width:100%;
    float:left;
    clear:both;
}

.maincontent .innerCol a.backlink,
.maincontent .innerCol a.backlink:hover {
    position:relative;
    float:right;
    background-position:right center;
    background-repeat:no-repeat;
    text-transform:uppercase;
    font-weight:bold;
    padding-right:20px;
    line-height: 36px;
}



.fsk0_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsk0_big.gif) left top no-repeat;
}

.fsk6_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsk6_big.gif) left top no-repeat;
}

.fsk12_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsk12_big.gif) left top no-repeat;
}

.fsk16_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsk16_big.gif) left top no-repeat;
}

.fsk18_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsk18_big.gif) left top no-repeat;
}

.fsknu18_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fsknu18_big.gif) left top no-repeat;
}

.fskKKZ_big {
    position:relative;
    width:40px;
    height:40px;
    background: transparent url(../img/common/icons/fskKKZ_big.gif) left top no-repeat;
}


input#txtFilmtitel {
    position:relative;
    width:440px;
    margin-right:20px;
}

select#selFilmart {
    position:relative;
    width:170px;
}

form.searchform_fsk .sort_wrapper {
    margin-top: 10px;
}

form.searchform_fsk .sort_wrapper label {
    margin-right:20px;
}

form.searchform_fsk .sort_wrapper .radio_label {
    margin-right:40px;
}

form.searchform_fsk {
    position:relative;
    margin:0;
    padding-left:5px;
    padding-top:20px;
}

form.searchform_fsk input,select {
	border:1px solid #b1b3b4;
	font-size:11px;
}

form .btn_wrapper,
form.searchform_fsk .btn_wrapper {
    position:relative;
    padding:20px 10px 20px 0;
    text-align:right;
}


.maincontent .innerCol a.form_btn_submit,
.maincontent .innerCol a.form_btn_submit:hover,
.maincontent form input.form_btn_submit,
.maincontent form input.form_btn_submit_hover {
    position:relative;
    background-position:left top;
    background-repeat:no-repeat;
    background-color:transparent;
    width:173px;
    height:33px;
    border:none;
    font-size:11px;
    text-align:left;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:bold;
    line-height:33px !important;
    padding-left:12px;
    padding-bottom:2px;
}

.maincontent .innerCol a.form_btn_submit_wide,
.maincontent .innerCol a.form_btn_submit_wide:hover,
.maincontent form input.form_btn_submit_wide,
.maincontent form input.form_btn_submit_wide_hover {
    position:relative;
    background-position:left top;
    background-repeat:no-repeat;
    background-color:transparent;
    width:220px;
    height:33px;
    border:none;
    font-size:11px;
    text-align:left;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:bold;
    line-height:33px !important;
    padding-left:12px;
    padding-bottom:2px;
}



/* *******************************************************************************************************************
 *
 * C O N T E N T  -  T A B L E
 *
 * *******************************************************************************************************************/
table.cnt_table {
    position:relative;
    margin-bottom:20px;
}

table.cnt_table thead tr {
    position:relative;
    background-position:left top;
    background-repeat:no-repeat;
}

table.cnt_table thead tr th {
    position:relative;
    height:25px;
    text-transform:uppercase;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    background:none;
    /*letter-spacing:0.0025em;*/
}

table.cnt_table thead.small tr th {
    font-size:10px;
    text-transform:none;
}

table.cnt_table tbody tr.section_head {
    position:relative;
    background-position:left bottom;
    background-repeat:no-repeat;
}



table.cnt_table tbody tr.section_head td {
    position:relative;
    font-weight:bold;
    vertical-align:middle;
    height:30px;
}

table.cnt_table tbody tr.last_in_section td {
    position:relative;
    padding-bottom:30px;
    border-bottom:none;
}

table.cnt_table tbody tr.last_in_table td {
    position:relative;
    padding-bottom:50px;
    border-bottom:none;
}

/* padding fix fuer ie */
* html table.cnt_table tbody tr.section_head td {
    height:20px;
}

table.cnt_table tbody tr td {
    vertical-align:top;
    text-align:left;
    padding:5px 5px 5px 10px;
}


.sections .cnt_table {
    margin-bottom:0;
    position:relative;
}

.cnt_table .legend {
    font-size:9px;
}

.cnt_table tr.legend td {
    position:relative;  
    padding-left:10px;
}

.cnt_table .legend_col {
    position:relative;
    width:4px;
    padding:0;
    line-height:25px
}

.cnt_table tr td.nopad {
    padding: 0;
}

tr.legend .legend_sender_public,
tr.legend .legend_sender_private,
tr.legend .legend_sender_paytv,
tr.legend .legend_sender_foreign,
tr.legend .total
{
    position:relative;
    padding:3px;
}




/* *******************************************************************************************************************
 *
 * C O N T E N T  -  F O R M
 *
 * *******************************************************************************************************************/
.cnt_sections,
form.cnt_form {
    position:relative;
    padding-bottom:0;
    background-position:left top;
    background-repeat:repeat-y;
}

form.cnt_form td.postinputtxt {
    position:relative;
    /*width:auto;*/
    padding-right:10px;
}

form.cnt_form tr td {
    /*padding-right:10px;*/
    text-align:left;
    position:relative;
}

form.cnt_form input.checkbox {
   border:none;
   width: 10px;
}


form.cnt_form input.radio {
    border:none;
    width: auto;
}

form.cnt_form input,
form.cnt_form textarea,
form.cnt_form select
{
   font-size:11px;
   width:90%;
   margin-bottom:3px;
}
form.cnt_form input.ZehnZeichen {
    font-size:11px;
	border:none;
    width:60px;
	margin-bottom:3px;
	border:1px solid #b1b3b4;
}

form.cnt_form .buttons {
    position:relative;
    margin-top:10px;
    float:right;
    clear:both;
    line-height:33px;
    padding:0;
}
form.cnt_form .buttons input {
    float:right;
}

.cnt_sections .section_first,
fcnt_sections .section,
form.cnt_form .section_first,
form.cnt_form .section {
    background-position:left top;
    background-repeat:repeat-y;
    padding-bottom:0px;
}

form.cnt_form .subsection {
    padding-bottom:10px;
}

.sections .subsection {
    padding-bottom:0px;    
}

.sections .section_first .headline,
form.cnt_form .section_first .headline {
    position:relative;
    width:475px;
    height:29px;
    border:none;
    background-position:left top;
    background-repeat:no-repeat;
    text-transform:uppercase;
    padding-left:10px;
    line-height:33px;
}

.sections .section_first .headline a,
form.cnt_form .section_first .headline a{
    background-repeat:no-repeat;
	padding-left:10px;
}

.sections .section .headline,
form.cnt_form .section .headline {
    position:relative;
    width:475px;
    height:25px;
    border:none;
    background-position:left top;
    background-repeat:no-repeat;
    text-transform:uppercase;
    padding-left:10px;
    line-height:25px;
}

.sections .subsection .headline,
form.cnt_form .subsection .headline {
    position:relative;
    border:none;
    height:20px;
    line-height:20px;
    background-position:left top;
    background-repeat:repeat-y;
}

.sections .delim,
form.cnt_form .delim {
    position:relative;
    height:3px;
    background-position:left top;
    background-repeat:no-repeat;
}

.sections .subsection .items,
form.cnt_form .subsection .items {
    position:relative;
    width:465px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
}

.sections .section_large .items {
    position:relative;
    padding-top:10px;
    padding-bottom:30px;
}

.sections .subsection .items .label {
    font-weight:bold;
}

form.cnt_form a.form_btn_reset,
form.cnt_form a.form_btn_reset:hover {
    position:relative;
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:20px;
    text-transform:uppercase;
    font-weight:bold;
}

.sections_bottom,
.cnt_form_bottom {
    position:relative;
    width:485px;
    height:14px;
    background-position:left top;
    background-repeat:no-repeat;
    margin-bottom:0px;
}

th.nowrap,
td.nowrap {
    white-space:nowrap;
}

form.cnt_form th {
    text-align:left;
}

.togglebar {
    cursor:pointer;
}

.sections .info {
    padding: 5px 10px 5px 10px;
}

.sections .right {
    text-align:right;
}

.sections .left {
    text-align:left;
}

/* *******************************************************************************************************************
 *
 * M I T A R B E I T E R - L I S T E N
 *
 * *******************************************************************************************************************/

 .bgemail {
    background-image: url("../img/common/icons/eMail.gif");
    background-repeat: no-repeat;
    height: 10px;
    top: 5px;
    width: 14px;
}
.bgemail:hover{
    background-image: url("../img/common/icons/eMail_hover.gif");
    background-repeat: no-repeat;
    height: 10px;
    top: 5px;
    width: 14px;
}
 
 
.bgvcard {
    background-image: url("../img/common/icons/vCard.gif");
    background-repeat: no-repeat;
    height: 10px;
    top: 5px;
    width: 14px;
}
.bgvcard:hover{
    background-image: url("../img/common/icons/vCard_hover.gif");
    background-repeat: no-repeat;
    height: 10px;
    top: 5px;
    width: 14px;
}

/* *******************************************************************************************************************
 *
 * W E B - F O N T S
 *
 * *******************************************************************************************************************/
.scribble {
	font-family: 'Nothing You Could Do';
	font-size:14px;
	color: #000000;
    font-weight:normal;
    line-height:17px;
}

.scribble_head {
	font-family: 'Nothing You Could Do';
	font-size:18px;
	font-weight:bold;
}