* {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

.pr {
    display:none;
}


body,html {
    height:100%;
    background-color:#FFF;
    font-family:Arial,Helvetica,sans-serif;
    background-position:bottom;
    background-repeat:repeat-x;
    font-size:16px;
}

body {
    height:auto;
    min-height:100%;
}

#Wrapper {
    background-repeat:repeat-x;
    min-height:100%;
}

#Box {
     width: 54.75em; /* 972px @ 16px */
     padding:0 3em;
     margin:0 auto;
}


#Box {
    background-repeat:no-repeat;
    background-position:top right;
    position:relative;
}

#Box:after,#Contents .container:after  {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
	font-size:1px;
}

#Marginal {
    margin-top:3em;
    width:18em;
    float:left;
    padding:0 1em 3em 0;
}


#Contents {
    margin-top:8.5em;
    width:37em;
    float:left;
    padding:0 0 3em 2em;
    font-size:.9em;
    border-left:.0625em solid;
}

#Footer {
   width: 60.75em; /* 972px @ 16px */
   margin:0 auto;
   /*border-top:.0625em solid;*/
   padding-bottom:5em;
   text-align:right;
}

#Footer ul {
    list-style-type:none;
    display:inline;
}

#Footer li {
    font-size:.75em;
    display:inline;
    color:#B1B3B4;
}

#Footer a {
    color:#B1B3B4;
}

#Footer a:hover {
    color:#555;
}

#Logo {
    margin-bottom:3em;
}

#Logo address {
    color:#B1B3B4;
    font-size:.75em;
    font-style:normal;
}

#Contents h1, #popUp h1 {
    font-size:1.5em;
    margin:0 0 .5em 0;
}

#Contents h2, #popUp h2 {
    font-size:1.2em;
    margin:.8em 0 .3em;
}

#Contents h3 {
    font-size:1.1em;
    margin:0 0 .3em 0;
}

#Contents p, #popUp p {
    line-height:1.3em;
    color:#555;
    margin-bottom:1em;
}

#popUp {
    font-size:.9em;
    padding:1em 2em;
}


#Contents a:hover {
    color:#555;
}

.container .de, .container .fr {
    width:49%;
}

.container .de {
    float:left;
}

.container .fr {
    float:right;
}


#Navigation ul {
    list-style-type:none;
    margin-bottom:2em;
}

#Navigation span {
    display:block;
    font-weight:bold;
    line-height:1.5em;
    padding-left:28px;
}

#Navigation a {
    text-decoration:none;
}

#Navigation a.active {
    font-weight:bold;
}

#Navigation a:hover {
    text-decoration:underline;
}

.themeA span {
    background-image:url(img/dotA.png);
    background-repeat:no-repeat;
    background-position:0 center;
    color:#005A98;
}

.themeA li, .themeB li, .themeC li {
    margin-left:28px;
    font-size:.8em;
    padding-bottom:.2em;
}

.themeA li a {
    color:#005A98;   
}

.themeB span {
    background-image:url(img/dotB.png);
    background-repeat:no-repeat;
    background-position:0 center;
    color:#E42733;
}

.themeB li a {
    color:#E42733;   
}


.themeC span {
    background-image:url(img/dotC.png);
    background-repeat:no-repeat;
    background-position:0 center;
    color:#EF9234;
}

.themeC li a {
    color:#EF9234;   
}

#Additional ul {
    list-style-type:none;
}

#Additional li {
    display:inline;
    font-weight:bold;
    font-size:.75em;
    margin-left:28px;
}

#Additional a {
    color:#90467F;
    
}

#specialTeaser {
    background-image:url(img/teaser.png);
    position:absolute;
    height:48px;
    width:116px;
    top:0;
    right:20px;
    text-align:center;
    font-size:11px;
    overflow:hidden;
}


#specialTeaser a {
    color:#FFF;
    text-decoration:none;
}

#specialTeaser span {
    width:95%;
    margin:3px auto 0 auto;
    display:block;
    color:#FFF;
    font-size:10px;
}

#toggleLang {
    height:2em;
    visibility:hidden;
}

#toggleLang {
    text-align:right;
    margin-bottom:1em;
}

#toggleLang div {
    display:inline;
    padding-left:.5em;
    cursor:pointer;
}

.hiddenlang {
    font-weight:bold;
}

.spacer {
    padding:0 .2em;
}

.jcarousel-scope {
    position: relative;
    -moz-border-radius: 10px;
    padding: 20px 35px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
}

.cbox {
    display:none;
    margin-bottom:1em;
    width:468px;
}

.cbox ul {
    list-style-type:none;
}

.jcarousel-list img {
    margin:0 2px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    position: absolute;
    top: 55px;
    right: 5px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
}

.jcarousel-prev {
    position: absolute;
    top: 55px;
    left: 5px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
}

td {
    color:#555;
    vertical-align:top;
    padding:.2em .5em .2em 0;
}

td div {
    margin-bottom:.5em;
}

td.time {
    white-space:nowrap;
    font-weight:bold;
}

#Contents address {
    margin-bottom:1em;
    font-style:normal;
    line-height:1.3em;
    color:#555;
} 

label {
    display:block;
}

input.text,.msg {
    width:80%;
}


dfn {
    padding-left:.2em;
    color:#000;
}

textarea.adr,.bday {
    width:40%;
}

textarea {
    height:120px;
}

.btn {
    width:80%;
    text-align:right;
}

button {
    background-color:#EF9234;
    border:0;
    color:#FFF;
    padding:.2em .3em;
}

.vcard {
    font-weight:bold;
    background-image:url(img/vcard.png);
    background-repeat:no-repeat;
    padding-left:26px;
    color:#555 !important;
    
}

.secure {
    background-image:url(img/key.png);
    background-repeat:no-repeat;
    padding-left:20px;    
}

.pdf {
    background-image:url(img/pdf.png);
    background-repeat:no-repeat;
    padding-left:20px;    
}

.more {
    margin-top:-.8em;
    margin-bottom:1.2em;
    background-repeat:no-repeat;
    display:block;
    padding-left:22px;
    background-position:0 center;
}

#Contents ol {
    margin-left:2em;
}

#Contents ol li {
    color:#555;
    margin-bottom:.5em;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFF;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#414141;
	height:27px;
    color:#FFF;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#Contents dd {
    color:#555;
    line-height:1.3em;
}

#Contents dt {
    font-weight:bold;
    margin-bottom:.2em;
}

#Contents dd {
    margin-bottom:1em;
    padding-left:1em;
}

.icr img {
    float:right;
    margin-left:.5em;
}

.icl img {
    float:left;
    margin-right:.5em;
}

ul.list {
    list-style-type:square;
}

ul.list li {
    margin-left:2em;
    color:#555;
    margin-bottom:.3em;
    line-height:1.3em;
}

blockquote {
    background-image:url(img/quote.png);
    background-repeat:no-repeat;
    padding-left:20px;
    font-style:italic;
    font-family:Times;
    font-size:1.2em;
    color:#F92C2C;
    width:60%;
    margin-bottom:1em;
}

.error {
    background-color:red !important;
    color:#FFF !important;
}

.specialinfo {
    padding:1em;    
    margin-bottom:1em;
}

.specialinfo p {
    margin:0 !important;
}

.special-content-teaser {
    border:.0625em solid;
    width:100%;
    padding:.2em;
    margin:2em 0;
}

.job p {
    color: #000000!important;
}
.special-content-teaser div {
    border:1px dotted;
    padding:.8em .8em 0 .8em;
}


ul.sponsors {
    list-style-type:none;
    margin:1em 2em;
}

ul.sponsors li {
    float:left;
    margin:0 2em 2em 0;
}

li.anzeige {
    font-size: 15px;
    background-color: khaki;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

p.anzeige {
    background: #f0e58b;
    padding: 17px;
    color: black!important;
}

div.anzeige-header {
    font-weight: bold;
    font-size: 23px;
    padding-left: 17px;
    margin-bottom: 10px;
    background-color: #a0cbf7;
    padding-bottom: 33px;
    padding-top: 33px;
}

.anzeige-box {
    border: solid 2px gray;
    padding: 15px;
    margin-bottom: 30px;
}