/* basic
----------------------------------------------------------------*/
html, body{
     margin:0;
     padding:0;
    }

/* typo basic
----------------------------------------------------------------*/

body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    line-height: 15pt;
    color: #333;
}

A, A:active {
    color: #28c;
    text-decoration: none;
    }
    
A:hover {
    color: #3ad;
    text-decoration: underline;
    }

h1 {
    font-family: Georgia;
    font-size: 19px;
    line-height: 14px;
    color: #ba4f01;
    padding: 0px;
    margin: 17px 0px 0px 0px;
    }
h2 {
    font-size: 12px;
    line-height: auto;
    padding: 0px;
    margin: 0px 0px 0px 8px;
    color: #24589f;
    }
p.date {
    position: relative;
    left: 580px;
    width: 59px;
    height: 34px;
    font-family: Georgia;
    color: #5c452b;
    font-size: 16px;
    background: #238;
    margin: -40px 0px 0px 0px;
    padding: 6px 3px 0px 3px;
    text-align: center;
    clear: both;
    background: url(images/infobubble.gif) no-repeat;
    }

p.error {
    padding: 20px 0px 0px 110px;
    width: 470px;
    height: 80px;
    background: url(images/error.gif) no-repeat;
    font-family: Georgia;
    font-size: 24px;
    line-height: auto;
    color: #fa4f01;
}

p.error span {
    color: #777;
    font-size: 18px;
}

blockquote {
    font: 11pt/16pt Georgia, "Times New Roman", Times, serif;
    width: 400px;
    background: url(images/close-quote.gif) no-repeat right bottom;
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 0px;
}

blockquote:first-letter {
    background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
    font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
h6 {
    display: block;
    margin: 0px;
    font: 9pt/9pt Georgia, "Times New Roman", Times, serif;
    width: 400px;
    color: #aaa;
    padding-left: 28px;
    text-align: right;
}
.picCaption {
    font-size: 9pt;
    color: #888;
    width: 100%;
    font-style:italic;
    text-align: center;
}

.table_dates {
	background: #fff;
}

.table_dates TD {
	background: #f8f8dc;
	border-top: 2px solid #fff;
	
	vertical-align: top;
}

.table_dates_month {
	background: #f3d190;
}

/* basic layout
----------------------------------------------------------------*/
html {
    background: url(images/background_s.gif) repeat-y center #b9aca3;
    }

body {
    background: url(images/background_h.gif) repeat-x top center;
    }

#pagewidth{
    width: 800px;
    margin-left:auto;
    margin-right:auto; 
    z-index: 1;
    }

#header{
    height: 100px;
    width: 800px;
    background: url(images/header.png) no-repeat;
}

#header #headerlink {
    display: block;
    width: 800px;
    height: 100px;
}

/* Menu
----------------------------------------------------------------*/
#mainMenu{
    height:30px;
    width: 784px;
    background: url(images/menu.gif) repeat-x;
    font-family: Georgia;
    font-size: 14px;
    padding: 0px 8px 0px 8px;
    overflow: hidden;
    text-align: center;
    }
#mainMenu li {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
    }
#mainMenu a, #mainMenu a:active {
    height: 30px;
    width: 112px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    color: #603f27;
    display: block;
    background: url(images/menu.gif) repeat-x;
}
#mainMenu a:hover,#mainMenu .active {
    color: #a95213!important;
    background: url(images/menu_hover.gif) repeat-x;
}

/* content-
----------------------------------------------------------------*/
#content{
    position: relative;
    width: 780px;
    padding: 10px;
    background-color: #FFFFFF;
    }
#content_container_right {
    position: relative;
    left: 190px;
    top: 0px;
    width: 590px;
    }
#content_container_right .headline_image {
    width: 590px;
    height: 160px;
    }
#content_container_right .headline_image_small {
    width: 590px;
    height: 80px;
    }
#content_container_right .txt {
    width: 570px;
    padding: 10px;
    background: url(images/content_background.jpg) no-repeat top right;
    }
    
/* subnavigation
----------------------------------------------------------------*/
#subnavigation_container {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
}
#subnavigation {
    width: 168px;
    padding: 0px 6px 0px 6px;
    font-family: Georgia;
    color: #717171;
    font-size: 13px;
    line-height: 16px;
    background: #dfdfdf;
    }
#subnavigation li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    }
#subnavigation span {
    color: #000;
    }
#subnavigation span.active {
    color: #da5050!important;
    }
#subnavigation a, #subnavigation a:active {
    color: #717171;
    }
#subnavigation a:hover {
    color: #da5050;
    text-decoration: none;
    }
#subnavigation_top{
    width: 180px;
    height: 5px;
    background: url(images/subnav_top.gif) no-repeat bottom #dfdfdf;
    }
#subnavigation_bottom{
    width: 180px;
    height: 5px;
    background: url(images/subnav_bottom.gif) no-repeat bottom #dfdfdf;
    }
    
/* footer
----------------------------------------------------------------*/
#footer{
    width: 700px;
    padding: 50px;
    color: white;
    font-size: 11px;
    line-height: 13px;
    background: url(images/footer.jpg) repeat-x #8a7c6f;
    }
#footer .linkbox {
    float: left;
    margin-right: 10px;
    width: 31%;
    }        
#footer .linkbox p {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
    }
#footer .copyright {
    font-size: 10px;
    padding-top: 10pt;
    width: 100%;
    color: #dacdc1;
    text-align: left;
    }
#footer li {
    list-style: none;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    }
#footer a, #footer a:active {
    color: white;
    }
#footer a:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
    }
#footer_bottom{
    width: 800px;
    height: 250px;
    background: url(images/footer_bild.jpg);
    }

/* fixes
----------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
.nullsize {
    line-height: 0px;
    font-size: 0px;
}


/* der alte scheiss */
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    border: 2px solid black;
    padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

