/******************************************************************************/
/*                                Atelier Pfister                             */
/******************************************************************************/

/*  Reset CSS -> Thanks to Eric A. Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }


table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }


:focus {
	outline: 0;
    }


body {
    font-size : 14px;
	line-height: 1em;
    }

ol, ul {
	list-style: none;
    }

table {
	border-collapse: separate;
	border-spacing: 0;
    }
    
caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }
    
blockquote, q {
	quotes: "" "";
    }

/******************************************************************************/
/********************************************************************* Hidden */
/******************************************************************************/

.hidden,
div.hidden  {
    display: none;
    visibility: hidden;
    }


/******************************************************************************/
/********************************************************************** Start */
/******************************************************************************/


/* General */

a:link  {
    color : #06c;
    text-decoration : underline;
    }
        
a:visited   {
    color : #666;
    text-decoration : underline;    
    }

a:hover {
    color : #000;
    text-decoration : none;
    }


/* Tool Tipp */

cite    {
    border : 1px dotted #06c;
    border-width : 0 0 1px 0;
    cursor : help;
    }   

.tip {
	width: 220px;
	z-index: 1000;
    }

.tip-wrap {
    z-index: 1000;
    }
    
.tip-title {
	font-weight: bold;
	font-size: 12px;
	width: 220px;
	margin: 0;
	color: #000;
	padding: 12px;
	background-color : #fff
    }

.tip-text {
	font-size: 12px;
	padding: 8px 12px 12px;
	color : #000;
	width: 220px;
	line-height : 17px;
	}




.smaller,
span.smaller    {
    font-size : 0.75em;
    line-height : 1em;
    }

strong  {
    font-weight : bold;
    }

span.normal {
    font-weight : normal;
    }

/* Site */

html {
 	height : 100%;
	}


body	{
    height : 100%;
    width : 100%;
    font-family : "courier new", courier, monotype;
    font-size : 13px;
    line-height : 16px; /* 17px */
    color : #000;
	}

table.wrapper   {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 100;
    height : 100%;
    width : 100%;
    }

table.wrapper td.wrapper    {
    vertical-align : middle;
    text-align : center;
    }


div.site    {
    position : relative;
    width : 962px;
    height : 610px;
    margin : 0 auto;
    padding : 0;
    text-align : left;
    }



table.site td.site   {
    width : 100%;
    height : 100%;
    }


/******************************************************************************/
/************************************************************* Metanavigation */
/******************************************************************************/

div.metanavigation    {
    width : 962px;
    height : 20px;
    font-family : helvetica, arial, sans-serif;
    font-size : 11px;
    border : 1px solid #000;
    border-width : 0 0 1px 0;
    }

body.start div.breadcrumb,
body.start div.add_this,
body.start div.subscribe_newsletter    {
    display: none;
    visibility: hidden;
    }

body.start div.metanavigation    {
    border : 0;
    }

div.breadcrumb  {
    float : left;
    width : 415px;
    }


div.add_this  {
    float : left;
    width : 200px;
    }
    

div.subscribe_newsletter    {
    float : left;
    width : 280px;
    text-align : right;
    }

div.languages   {
    float : right;
    width : 50px;
    text-align : right;
    }

/*************************************************************** Newsletter ***/

div.floater_newsletter  {
    position : absolute;
    top : 20px;
    z-index : 300;
    right : 65px;
    font-size : 12px;
    width : 360px;
    }
    
#div_floater_newsletter {
    position : relative;
    border : 1px solid #000;
    background-color : #fff;
    }
    
div.floater_newsletter h3   {
    padding-left : 15px;
    line-height : 16px; /* 17px */
    margin-bottom : 2px;
    text-transform : uppercase;
    font-family : "courier new", courier, monotype;
    font-size : 12px;
    font-weight : bold;
    letter-spacing : 1px;
    }   

div.floater_newsletter table.input_fields   {
    width : 100%;
    }


div.floater_newsletter p.checkbox   {
    font-size : 12px;
    line-height : 16px; /* 17px */
    font-family : "courier new", courier, monotype;
    margin-bottom : 40px;
    }
    
div.floater_newsletter input[type="checkbox"]   {
    clear : left;
    float : left;
    width : 20px;
    margin-left : 15px;
    text-align : left;
    }


div.floater_newsletter input[type="text"],
div.floater_newsletter textarea,
div.floater_newsletter textarea.contact_error  {
    font-family : helvetica, arial, sans-serif;
    margin-top : -4px;
    padding : 2px;
    line-height : 16px; /* 17px */
    font-size : 12px;
    font-weight : bold;
    color : #000;
    }

div.floater_newsletter label   {
    float : left;
    }
    
div.floater_newsletter input,
div.floater_newsletter input.contact_error {
    float : right;
    width : 190px;
    }

div.floater_newsletter textarea    {
    width : 100%;
    }

div.floater_newsletter p.input,
div.floater_newsletter p.input_submit   {
    clear : both;
    padding-bottom : 17px;
    padding : 0 15px 15px 15px;
    margin-bottom : 15px;
    }

div.floater_newsletter input[type="submit"]   {
    float : right;
    }

div.floater_newsletter fieldset,
div.floater_newsletter fieldset.send    {
    margin-top : 14px;
    padding-bottom : 14px;
    border : 1px dotted #000;
    }
    
div.floater_newsletter fieldset {
    border-width : 0 0 1px 0;
    }


div.floater_newsletter p.input_submit   {
    font-family : "courier new", courier, monotype;
    font-weight : bold;
    padding-bottom : 0;
    }

p.input_error    {
    background-color : #e2002a;
    color : #fff;
    padding : 15px;
    }
    
div.response   {
    color : #fff;
    background-color : #093;
    }   

div.response p {
    padding : 0 15px 4px 15px;
    }

div.response p a    {
    color : #fff;
    }

div.response p a:hover  {
    color : #000;
    }

div.response p:first-child  {
    padding : 4px 15px 0 15px;
    }

p.noscript_error    {
    color : #e2002a;
    font-weight : bold;
    }

div.floater_newsletter p.close  a   {
    position : relative;
    display : block;
    margin : 0;
    padding : 5px 0;
    width : 358px;
    background-color : #ccc;
    color : #fff;
    text-align : center;
    }
    
div.floater_newsletter p.close a:hover     {
    background-color : #fff;
    color : #000;
    }



div.floater_newsletter table.checkbox   {
    font-family : "courier new", courier, monotype;
    width : 340px;
    }    

div.floater_newsletter table.checkbox td.checkbox,
div.floater_newsletter table.checkbox td.text  {
    padding : 4px 4px 4px 0;
    text-align : left;
    }

div.floater_newsletter table.checkbox td.checkbox input{
    width : auto;
    }

div.floater_newsletter table.checkbox td.text  {
    padding : 6px 0;
    }
    
    
/******************************************************************************/
/***************************************************************** E-Card *****/
/******************************************************************************/

div.ecard   {
    float : left;
    width : 200px;
    margin-top : -15px;
    font-size : 12px;
    line-height : 16px;
    }

    
div.ecard h3   {
    padding-left : 0;
    line-height : 16px; /* 17px */
    margin-bottom : 2px;
    text-transform : uppercase;
    font-family : "courier new", courier, monotype;
    font-size : 12px;
    font-weight : bold;
    letter-spacing : 1px;
    }   

div.ecard p.ecard   {
    margin-bottom : 5px;
    }

div.ecard input[type="text"],
div.ecard textarea,
div.ecard textarea.contact_error  {
    font-family : helvetica, arial, sans-serif;
    padding : 2px;
    line-height : 16px; /* 17px */
    font-size : 12px;
    font-weight : bold;
    color : #000;
    }
    
div.ecard input,
div.ecard input.contact_error {
    width : 190px;
    }

div.ecard textarea    {
    width : 194px;
    text-transform : none;
    color : #000;
    }

div.ecard p.input,
div.ecard p.input_submit   {
    padding-bottom : 17px;
    padding : 0 15px 15px 15px;
    margin-bottom : 15px;
    }

div.ecard p.ecard_submit input[type="submit"]   {
    width : 200px;
    margin-top : 6px;
    font-size : 12px;
    line-height : 12px;
    height : 24px;
    font-family : helvetica, arial, sans-serif;
    border : 1px solid #fff;
    }

div.ecard hr.dotted_line,
div.ecard_view hr.dotted_line   {
    margin : 6px 0 6px 0;
    padding : 6px 0 6px 0;
    border : 1px dotted #000;
    border-width : 0 0 1px 0;
    width : 200px;
    height : 1px;
    }



p.input_error    {
    background-color : #e2002a;
    color : #fff;
    padding : 15px;
    }

p.noscript_error    {
    color : #e2002a;
    font-weight : bold;
    }


/************************************************************ E-Card-View *****/

div.ecard_view {
    float : left;
    width : 200px;
    font-family : helvetica, arial, sans-serif;
    font-size : 12px;
    line-height : 16px; /* 17px */
    }

div.ecard_view p   {
    margin-bottom : 8px;
    }




    
/******************************************************************************/
/******************************************************************** Content */
/******************************************************************************/

div.content_wrapper {
    clear : left;
    width : 962px;
    height : 450px;     /* content-height */
    margin-top : 20px;
    }

body.start div.content_wrapper  {
    position : relative;
    text-align : center;
    height : 480px;
    width : 400px; 
    margin : -9px auto;
    }

/*** Countdown Start ***/

body.start div.content_wrapper div.countdown {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 200;
    width : 400px;
    height : 400px;
    background-image : url(circle.png);
    background-repeat : no-repeat;
    background-position : top left;
    }

div.countdown p {
    width : 400px;
    color : #fff;
    font-family : helvetica, arial, sans-serif;
    font-size : 13px;
    line-height : 19px;
    }

div.countdown p.intro   {
    margin-top : 110px;
    padding-bottom : 10px;
    }

div.countdown table {
    width : 400px;
    color : #fff;
    margin : 20px 0 5px 0;
    }
    
div.countdown table td  {
    width : 25%;
    }

div.countdown td.countdown {
    font-family : "courier new", courier, monotype;
    font-weight : bold;
    font-size : 52px;
    line-height : 52px;
    padding : 0;
    text-align : center;
    }

div.countdown td.legenden  {
    font-size : 11px;
    font-weight : bold;
    text-align : center;
    }
    
div.countdown td.legenden:first-child   {
    padding-left : 25px;
    }

 div.countdown td + td + td + td  {
    padding-right : 25px;
    }

div.countdown td.legenden + td.legenden  {
    text-align : center;
    }

div.countdown p.date    {
    width : 300px;
    margin : auto;
    padding-top : 30px;
    text-align : center;
    font-size : 13px;
    line-height : 19px;
    }


/*** Countdown Content ***/

div.media_column div.countdown_small {
    position : absolute;
    top : 70px;
    left : 419px;
    z-index : 200;
    width : 270px;
    height : 270px;
    background-image : url(circle_small.png);
    background-repeat : no-repeat;
    background-position : top left;
    }

div.countdown_small p {
    width : 270px;
    color : #fff;
    font-family : helvetica, arial, sans-serif;
    font-size : 16px;
    line-height : 23px;
    text-align : center;
    }

div.countdown_small p.intro   {
    margin-top : 40px;
    padding-bottom : 10px;
    font-size : 13px; 
    line-height : 19px;
    }

div.countdown_small table {
    width : 270px;
    color : #fff;
    margin : 10px 0 20px 0;
    }
    
div.countdown_small table td  {
    width : 25%;
    }

div.countdown_small td.countdown {
    font-family : "courier new", courier, monotype;
    font-weight : bold;
    font-size : 34px;
    line-height : 34px;
    padding : 0;
    text-align : center;
    }

div.countdown_small td.legenden  {
    font-size : 11px;
    font-weight : bold;
    text-align : center;
    }
    
div.countdown_small td.legenden:first-child   {
    padding-left : 25px;
    }

 div.countdown_samll td + td + td + td  {
    padding-right : 25px;
    }

div.countdown_small td.legenden + td.legenden  {
    text-align : center;
    }

div.countdown_small p.date    {
    width : 270px;
    margin : auto;
    text-align : center;
    font-size : 13px;
    line-height : 19px;
    }

div.countdown a:visited,
div.countdown_small a:visited   {
    color : #ccc;
    }

div.countdown a:hover,
div.countdown_small a:hover   {
    color : #fff;
    }


/*** Title ***/


h1  {
    margin : 10px 0;
    font-family : helvetica, arial, sans-serif;
    font-size : 20px;
    letter-spacing : 1px;
    }




/*** Content ***/

div.content {
    float : left;
    width : 350px;
    }

div.content p   {
    margin-bottom : 5px;
    }

div.next_teaser {
    margin-top : 17px;
    font-family : helvetica, arial, sans-serif;
    font-size : 12px;
    line-height : 16px; /* 17px */
    }



/*** Media Column ***/
div.media_column    {
    float : left;
    width : 270px;
    margin : 5px 70px;
    }

div.media_column p  {
    font-family : helvetica, arial, sans-serif;
    font-size : 11px;
    }


div.media_column p.legend   {
    float : left;
    width : 270px;
    padding-top : 2px;
    }

div.media_column ul.page_nav   {
    float : right;
    }
    
div.media_column ul.page_nav li  {
    float : left;
    width : 20px;
    }
    
    
div.media_column ul.page_nav li a   {
    padding : 4px;
    }


/*** News ***/

body.news div.content  {
    width : 270px;
    }

body.news div.media_column  {
    width : 350px;
    }


/*** Pagebreak ***/

div.content p.page_break {
    margin-top : 6px;
    }


/*** Service ***/

div.service {
    float : left;
    width : 200px;
    font-family : helvetica, arial, sans-serif;
    font-size : 12px;
    line-height : 16px; /* 17px */
    }

div.context {
    margin-bottom : 17px;
    }
    
    
div.context p   {
    width : 198px;
    margin-bottom : 8px;
    }

div.download    {
    font-family : "courier new", courier, monotype;
    font-size : 13px;
    line-height : 14px;
    
    }
div.download ul   {
    list-style : disc;
    }

div.download ul li  {
    margin : 0 0 5px 15px;
    }


/******************************************************************************/
/***************************************************************** Navigation */
/******************************************************************************/

div.navigation  {
    clear : left;
    width : 962px;
    padding-top : 7px;
    border : 1px solid #000;
    border-width : 3px 0 0 0;
    }

div.navigation a    {
    text-decoration : none;
    }   
    
    
div.navigation p.logo   {
    float : left;
    margin-right : 20px;
    }
    
div.navigation ul.level1,
div.navigation ul.level2,
div.navigation ul.level3,
div.navigation ul.level4    {
    float : left;
    margin-top : 7px; /* set to 0 - if 6 entries */
    width : 170px;
    }
    
div.navigation ul.level1    {
    width : 180px;
    text-transform : uppercase;
    }
    

div.navigation li a {
    color : #333;
    }
    
div.navigation li a:hover   {
    color : #06c;
    }

div.navigation li.shown {
    font-weight : bold;
    }
    
div.navigation li.selected a    {
    font-weight : bold;
    color : #666;
    }
    
div.navigation li.selected a:hover    {
    color : #000;
    }
    
    
/*** Galerie ***/

table.gallery_binder {
    width : 100%;
    height : 100%;
    }

table.gallery_binder td    {
    width : 960px;
    height : 100%;
    text-align : center;
    vertical-align : middle;
    background-color : #fff;
    }

div.gallery_wrapper   {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 600;
    width : 100%;
    height : 100%;
    background-color : #fff;
    filter : alpha(opacity=80);
    -moz-opacity : 0.80;
    opacity : 0.80;
    }

div.image_box   {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 900;
    }


table.gallery {
    position : relative;
    z-index : 700;
    margin : 0 auto;
    padding : 0;
    width : 635px;
    height : 610px;
    font-size : 12px;
    font-weight : bold;
    background-color : #fff;
    color : #000;
    }
    

table.gallery td    {
    margin : 0;
    padding : 0;
    background-color : #fff;
    }

table.gallery td.middle,
table.gallery td.back_forward   {
    background-color : #fff;
    height : 30px;
    vertical-align : middle;
    text-align : center;
    }
 
    
table.gallery td.close    {
    height : 30px;
    text-align : right;
    padding : 7px 10px 0 0;
    }

table.gallery table.title a.close  {
    display : block;
    }

table.gallery table.title a.close:hover  {
    background-image : url(close/gallery_close_over.gif);
    }


table.gallery td.middle {
    width : 435px;
    }

table.gallery td.back_forward   {
    width : 100px;
    }
    
table.gallery td.back_forward a   {
    display : block;
    background-color : transparent;   
    color : #06c;
    padding-top : 5px;
    width : 100px;
    height : 25px;
    font-size : 24px;
    text-decoration : none;
    }

table.gallery td.back_forward a:hover   {
    background-color : transparent;
    color : #000;
    font-weight : bold;
    }

table.gallery td.legend {
    font-family : helvetica, arial, sans-serif;
    font-size : 12px;
    line-height : 16px;
    padding : 5px 0;
    text-align : left;
    }


table.gallery td.image  {
    background-color : #fff;
    filter : alpha(opacity=100);
    -moz-opacity : 1.00;
    opacity : 1.00;
    }


/***************************************************************** Facebook Button */

div.facebook_button    {
    position : absolute;
    top : 500px;
    right : 30px;
    width : 184px;
    }

.pflicht {
    font-weight:bold;
}
div.pressekonferenz p {
    padding-top:5px;
}
div.pressekonferenz input {
    width:194px;
}
div.pressekonferenz label {
    font-size:11px;
}