/*[if !EDITOR]*/
html, body {
	height: 100%;
}

body {
	background: #FFFFFF url('../images/layout/body_bg.gif') top left repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #3c3c3c;
	padding:0px;
	margin:0px;
}
/*[endif]*/

/*[if EDITOR]
body, html {
    padding: 10px;
	background: #FFF;
}
[endif]*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {color: #00a8ec; text-decoration:none}
a:visited {color:#00a8ec; text-decoration:none}
a:hover {color: #000; text-decoration:underline}
a:active { color:#00a8ec; text-decoration:none}

h1 {
	font-size: 14px;
	font-weight: bold;
    color: #2a2a2a;
    margin: 0 0 15px 0;
}

h2 {
	font-size:11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 14px 0;
	color: #2d2d2d;
}

h3 {
	font-size:11px;
	color: #667175;
	font-weight: bold;
	padding: 0;
	margin:20px 0 0 0;
}

p, pre{
	padding: 0px;
	margin: 15px 0px;
}

ul {
	padding: 0;
	list-style-type: square;
}

ul li {
	line-height: 16px;
	margin: 0 0 0 15px;
}

ul li ul {
	margin: 5px 0 0 0;
}

.imageborder {
    padding: 1px;
    background: #FFF;
    border: 1px solid #888787;
    margin: 3px 10px 0 0;
}

.link_pfeil {
    padding: 0 0 0 8px;
    font-size: 0.9em;
    background: url('../images/layout/bg_morebutton.gif') 0 5px no-repeat;
}

#container .clear {clear: both;}

/* ----------container zentriert das layout-------------- */
#container {
	background: #FFF url('../images/layout/container_bg.gif') top left no-repeat;
	width: 960px;
    padding: 0 23px;
	margin: 0 auto;
    position: relative;
}

#header {
    width: 960px;
    height: 65px;
    padding: 35px 0 0 0;
}

/********* linke Spalte (hauptmenu) ***************/
#leftbar {
    float: left;
    min-height: 580px;
    width: 200px;
}

#leftbar #leftbar_top {
    height: 52px;
    text-align: center;
    background: #FFF url('../images/layout/leftbar_top.jpg') top left no-repeat;
}

#leftbar #leftbar_top img.active_lang {
    border: 1px solid #173655;
}

#leftbar #leftbar_top img {
    margin: 25px 4px 0 4px;
}

/* Hauptmenü */
#leftbar #leftbar_main {
    min-height: 528px;
    padding-bottom: 25px;
    background: #173553 url('../images/layout/leftbar_main.jpg') bottom left no-repeat;
}

#leftbar #leftbar_main ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#leftbar #leftbar_main ul#menu li {
    height: auto;
    width: 200px;
    margin: 0;
    padding: 0 0 2px 0;
    background: url('../images/layout/main_menu_trenner.gif') bottom left no-repeat;
}

#leftbar #leftbar_main ul#menu li a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 16px;
    padding: 4px 6px 6px 24px;
    margin: 0;
    background: url('../images/layout/main_menu_notselected.gif') 178px 10px no-repeat;
}

#leftbar #leftbar_main ul#menu li:hover a {
    background-color: #3f6994;
}

#leftbar #leftbar_main ul#menu li.selected a {
    background: url('../images/layout/main_menu_selected.gif') 178px 10px no-repeat;
    background-color: #3f6994;
}

/* zweite Ebene */
#leftbar #leftbar_main ul#menu li.selected ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url('../images/layout/main_menu_zweite_bg.gif') top left repeat-y;
}

#leftbar #leftbar_main ul#menu li.selected ul li {
    height: auto;
    width: 200px;
    margin: 0;
    padding: 0 0 2px 0;
    background: url('../images/layout/main_menu_zweite_trenner.gif') top left no-repeat;
}

#leftbar #leftbar_main ul#menu li.selected ul li a {
    line-height: 14px;
    font-size: 11px;
    padding: 4px 6px 4px 36px;
    background: none;
    color: #FFF;
}

#leftbar #leftbar_main ul#menu li.selected ul li.selected  {
    padding: 0 0 2px 0;
}

#leftbar #leftbar_main ul#menu li.selected ul li.selected  a,
#leftbar #leftbar_main ul#menu li.selected ul li a:hover {
    background: #3F6994 url('../images/layout/main_menu_zweite_trenner.gif') top left no-repeat;
}

/* dritte Ebene */
#leftbar #leftbar_main ul#menu li.selected ul li.selected ul li {
    background: url('../images/layout/main_menu_dritte_trenner.gif') top left no-repeat;
}

#leftbar #leftbar_main ul#menu li.selected ul li.selected ul li a {
    padding: 4px 6px 4px 46px;
    line-height: 12px;
    font-weight: normal;
    text-decoration: none;
    background: none;
}

#leftbar #leftbar_main ul#menu li.selected ul li.selected ul li.selected a,
#leftbar #leftbar_main ul#menu li.selected ul li.selected ul li a:hover {
    font-weight: normal;
    text-decoration: underline;
}

/***********mittlere Spalte *********************/
#midbar {
    width: 500px;
    float: left;
    margin: 0 0 0 10px;
}

#midbar #banner_pic {
    position: relative;
    width: 500px;
    height: 160px;
}

#midbar #banner_pic_maske {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 160px;
    behavior: url('js/iepngfix.htc');
    background: url('../images/layout/maske_header.png') top left no-repeat;
}

#midbar #content {
    background: url('../images/layout/content_bg.gif') top left no-repeat;
    width: 450px;
    margin: 10px 0 0 0;
    padding: 25px;
    min-height: 250px;
}

/* *** NEWS-AUFLISTUNG (nbox) Folgeseite Newsauflistung *********************** */
/* **************************************************************************** */

#midbar #content .nbox {
    padding:1px;
    margin: 0 0 10px 0;
}

#midbar #content .nbox ul.hfeed {
    list-style-type: none;
}

#midbar #content .nbox ul.hfeed h3.entry-title {
    font-size: 12px;
}

#midbar #content .nbox ul.hfeed h3.entry-content {
    font-size: 10px;
}

/* *** Bildgalerie ******************************************************** */
/* **************************************************************************** */
#midbar #content a.download300dpi {
    font-size: 12px;
    width: 284px;
    height: 40px;
    background: url('../images/layout/btn_download300dpi.jpg') bottom left no-repeat;
    padding: 20px 0 0 80px;
    margin: 15px auto 0 auto;
    display: block;
}

#midbar #content a.download300dpi:hover {
    background: url('../images/layout/btn_download300dpi.jpg') top left no-repeat;
 }
    
#midbar #content div.imagegal-galthumbs img {
    padding: 1px; 
    border: 1px solid #888787;
    margin:  10px 8px 10px 0;
}

#sidebar #sidebar_content ul.bildgalerie_sidebar_ul li.selected {
    text-decoration: underline;
}

#sidebar #sidebar_content ul.bildgalerie_sidebar_ul li a {
    font-weight: normal;
}

/* *** TERMIN-BOX (content) *************************************************** */
/* **************************************************************************** */

#midbar #content .ttable{
    width: 100%;
    border-bottom: 1px solid #e6e2e2;
    border-left: 1px solid #e6e2e2;
    border-right: 1px solid #e6e2e2;
    margin: 10px 0 0 0;
}
.ttable td{
    padding: 5px;
    vertical-align:top;
} 

.ttable td a{
    text-decoration:none;
    font-weight:normal;
}

.ttable abbr,
.hfeed abbr {
    border-bottom: none;
}

#midbar #content .thead{
    font-weight:bold;
    border-bottom: 1px solid #e6e2e2;
    border-top: 1px solid #e6e2e2;
    text-transform:uppercase;
}

#midbar #content .tlocation{
    width: 70px;
}

.ttable td a.highlight{
    font-weight:bold;
}

#midbar #content .highlight_dark{
    background: #f4f0f7;
}

#midbar #content .highlight_light{
    background: #f1f4f5;
}

#midbar #content .label_datum{
    font-size: 1em;
}
.label_datum .bold{
    font-weight:bold;
}

/* SIDEBROWSING */
.sitebrowsing {
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.sitebrowsing span {
    padding: 0 2px;
}
.sitebrowsing img {
    vertical-align: middle;
}

/* *** KONTAKTE (kbox) ******************************************************** */
/* **************************************************************************** */

.kboxvcard{
    height:165px;
    padding: 5px 10px 10px 10px;
}
.kboxvcard .kimage{
    float:left;
    width: 90px;
    margin: 0 0 0 6px;
}
.kboxvcard p{
    float:left;
}
.kboxvcard table{
    color: #3c3c3c;
    margin:0;
    padding:0;
    float:left;
}
.kboxvcard table .table_kbox_firsttd{
    font-weight:bold;
    width:80px;
}
.kboxvcard span.bold{
    font-weight:bold;
}

.kboxvcard table td span.name,
.kboxvcard table td span.name a{
    font-size: 12px;
    font-weight: bold;
}

.kboxvcard table td{
    vertical-align:top;
    padding: 0 0 5px 0;
}
.kboxvcard table td a{
    font-size: 10px;
}

.kboxvcard .type{
    display: none;
}
.kboxvcard h2{
    padding: 0 0 0 5px;
}

/* *** PRESSEVERTEILER *************************************************** */
/* **************************************************************************** */
#content form#presseverteiler input {
    border: 1px solid #00A3D8;
    margin: 3px 0 0 0;
}


/* *** SUCHE *************************************************** */
/* **************************************************************************** */
table.suche th {
    text-align: left;
    padding: 5px;
    background: #CFE7F6;
}
table.suche td {
    vertical-align: top;
    padding: 5px;
    border-top: 1px solid #99D9F4;
}

table.suche tr.bc td {
    background: #f0f0f0;
}
table.suche tr:hover td {
    background: #C2E4EF;
    cursor: pointer;
}
table.suche td img {
    margin: 4px 0 0 0;
}
table.suche td span {
    color: red;
}

form#suchcontent {
    width: 330px;
    margin: 15px 0;
}

form#suchcontent input.submit_search {
    border: 1px solid #00a3d8;
    background: #FFF;
    height: 22px;
    float: left;
    padding: 0 3px;
    margin: 3px 0 0 5px;
    cursor: pointer;
}

form#suchcontent input.search_input {
    border: 1px solid #00a3d8;
    height: 18px;
    width: 178px;
    float: left;
    margin: 3px 0 0 0;
    font-size: 10px;
    padding: 2px 0 0 2px;
}

/********************Sidebar rechts **********************/
#sidebar {
    width: 240px;
    float: left;
    margin: 0 0 0 10px;
}

/* SUCHE */

#sidebar #suche {
    width: 228px;
    height: 145px;
    padding: 15px 0 0 12px;
    background: url('../images/layout/suche_bg.jpg') top left no-repeat;
}

#sidebar #suche  label{
    color: #FFF;
    font-size: 11px;
}

#sidebar #suche input {
    border: 1px solid #00a3d8;
    background: #163b5f;
    height: 18px;
    width: 178px;
    margin: 3px 0 0 0;
    float: left;
    color: #FFF;
    font-size: 10px;
    padding: 2px 0 0 2px;
}

#sidebar #suche form#prod_suchform {
    margin: 20px 0 0 0;
}

#sidebar #suche form#suchform {
    margin: 10px 0 0 0;
}

#sidebar #suche form select.productselect {
    width: 208px;
}

#sidebar #suche form select.productselect,
#sidebar #suche form select.productselect optgroup {
    font-family: Verdana, Arial, Times;
    font-size: 11px;
    font-style: normal;
}

#sidebar #suche form select.productselect optgroup option {
    padding-left: 12px;
    background: #f6f6f6;
}

#sidebar #suche form input.submit {
    width: 18px;
    height: 18px;
    float: right;
    margin: 3px 20px 0 0;
}

/* SUCHE -> Shortnavi */
#sidebar #suche #shortnavi {
    width: 210px;
    text-align: center;
    line-height: 16px;
}

#sidebar #suche #shortnavi a {
    color: #FFF;
    text-decoration: none;
    margin: 0 0 0 10px;
}

#sidebar #suche #shortnavi a:hover,
#sidebar #suche a:hover {
    text-decoration: underline;
}

/* SIDEBAR */
#sidebar #sidebar_content {
    width: 200px;
    min-height: 384px;
    margin: 10px 0 0 0;
    padding: 20px 20px 10px 20px;
    background: #cfe7f6 url('../images/layout/sidebar_top.gif') top left no-repeat;
}

#sidebar #sidebar_content a {
    color: #173452;
}

#sidebar #sidebar_content div.trenner_sidebar {
    width: 220px;
    height: 2px;
    background: url('../images/layout/sidebar_trenner.gif') top left no-repeat;
    border: 0;
    line-height: 2px;
    margin: 10px 0 10px -20px;
}

#sidebar #sidebar_bottom {
    width: 240px;
    height: 20px;
    background: url('../images/layout/sidebar_bottom.gif') top left no-repeat;
    margin-bottom: 18px;
}

/* *** NEWS-BOX (sidebar) *************************************************** */
/* **************************************************************************** */

#sidebar #sidebar_content div.rightbox p.boxheadline {
    font-weight: bold;
    font-size: 10px;
}

/* *** TERMIN-BOX (sidebar) *************************************************** */
/* **************************************************************************** */

#sidebar #sidebar_content ul.ptermine{
    width: 100%;
    padding:0;
    margin:0;
    list-style-type: none;
}

#sidebar #sidebar_content .ptermine li{
    padding:3px 10px;
    margin:0;
}

#sidebar #sidebar_content .ptermine li.dark {
    background:#cddadf;
}

#sidebar #sidebar_content .ptermine li.light{
    background:#e8eff2;
}

#sidebar #sidebar_content .ptermine li a {
    font-weight:normal;
}

#sidebar #sidebar_content .ptermine li a.highlight {
    color: #00a0e3;
    font-weight:bold;
}

#sidebar #sidebar_content .ptermine li:hover,
#sidebar #sidebar_content .ptermine li a:hover{
    text-decoration: none;
}

#sidebar #sidebar_content .ptermine li a:hover {
    text-decoration: underline;
}

/*************** FOOTER ***************/
#footer {
    width: 960px;
    height: 39px;
    margin: 10px auto 0 auto;
    background: url('../images/layout/footer_bg.gif') top left no-repeat;
}

#footer span#copyright {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    height: 39px;
    line-height: 39px;
    padding: 0 0 0 20px;
    float: left;
}

#footer div#shortlinks {
    float: right;
    padding: 10px 0 0 0;
    margin: 0 20px 0 0;
    text-align: right;
}

#footer div#shortlinks a {
    color: #FFF;
    text-decoration: none;
}

#footer div#shortlinks a:hover {
    text-decoration: underline;
}

#footer div#shortlinks img {
    padding: 0 0 0 10px;
}

/******************* WARNINGS *************************/
#midbar div.warning{
    padding:5px;
    background: #e5f7fd;
    border: 1px solid #00a1e4;
    font-size: 11px;
    color: #264a5a;
    margin: 0 0 10px 0;
}

#midbar div.warning table,
#midbar div.warning h3{
    font-size:1.1em;
}

#midbar div.info{
    background: #CFE7F6 url('../images/layout/icon_information.gif') 10px 5px no-repeat;
    padding: 5px 5px 5px 35px;
   
}

#midbar div.alert{
    background: #CFE7F6 url('../images/layout/icon_alert.gif') 10px 5px no-repeat;
    padding: 5px 5px 5px 35px;
}

#midbar div.error{
    background: #fce0d3 url('../images/layout/icon_error.gif') 10px 5px no-repeat;
    padding: 5px 5px 5px 35px;
    border: 1px solid #f26522;
}
#midbar div.error p {
    margin: 0;
}

#midbar div.small{
    background-position: 10px 5px;
}

#midbar div.warning ul{
    font-size:1.25em;
}

/* **************** GLOSSAR **************** */

#midbar #content ul.glossar{
    border: 1px solid #cddadf;
    background: #e8ebec;
    padding: 0 0 0 30px;
}
#midbar #content ul.glossar li{
    background: none;
    margin:0;
    padding:3px 0;
}
#midbar #content .glossar_item{
    font-size: 1em;
}
#midbar #content .glossar_headline{
    font-size: 12px;
}

#midbar #content .glossar_info{
    margin:0;
}

#midbar #content .line{
    height: 15px;
    background: url('../images/line_grey.gif') 0 7px repeat-x;
    margin: 0 0 15px 0;
}
.line a{
    font-size:0.8em;
    padding:2px;
    color: #cddadf; 
}

/* **************** Newsletter **************** */
#midbar #content div.newsletter fieldset {
    padding: 12px;
}

#midbar #content div.newsletter fieldset table tr td {
    padding: 0 8px;
    text-align: left;
}

#midbar #content div.newsletter fieldset input {
    border: 1px solid #00A3D8;
    margin: 2px 0;
}

#midbar #content div.newsletter fieldset input#anrede {
    border: none;
}
