/* ********************************************************************************************************************* */
/* Content Styles ****************************************************************************************************** */
/* ********************************************************************************************************************* */

/* global gültige Styles ********************************** */
/* Schrifteinstellung */
body {
    color: #012D5A;
    font: normal 75%/18px Arial, Helvetica, sans-serif;
}

/* Hyperlinks */
a, a:link, a:visited {
    color: #012D5A;
    font-weight: bold;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

/* Absätze */
p {
    padding-bottom: 15px;
}

/* Überschriften */
h1 {
    font: bold 140% Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

h2 {
    font: bold 120% Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
h3, h4, h5, h6 {
    font: bold 100% Arial, Helvetica, sans-serif;
}

/* zusätzliche Textauszeichnungen */
.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

em {
    font-size: 140%;
}

/* Bilder */
img.imgRight {
    border: none;
    float: right;
    margin: 0 0 5px 20px;
}
img.imgLeft {
    border: none;
    float: left;
    margin: 0 20px 5px 0;
}
img.imgBorder {
    border: 1px solid #DEDDDE;
}
/* ******************************************************** */

/* tabellarische Daten ************************************ */
.tabularData {
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 100%;
    width: 100%;
}
.tabularData td {
    padding: 5px;
    vertical-align: top;
    background-color: #DAE3F2;
    border: 1px solid #fff;
}
.tabularData th {
    padding: 10px 0 5px 0;
    text-align: left;
    vertical-align: top;
    border: 1px solid #fff;
}
.tabularData caption {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}
/* ******************************************************** */

/* Header ************************************************* */
ul#navigation {
    left: 500px;
    list-style-type: none;
    position: absolute;
    top: 69px;
    width: 260px;
}

ul#navigation li {
    display: block;
    float: left;
}

ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited {
    background: transparent url(../_gfx/design_topnav_a_bg.gif) left top repeat-y;
    color: #81ADCA;  
    display: block;
    font: bold 90% Arial, Helvetica, sans-serif;
    padding: 0 15px 15px 10px;
    text-decoration: none;
}
ul#navigation li a:hover, ul#navigation li a:active, ul#navigation li a:focus {
    text-decoration: underline;
}
    
/* ******************************************************** */

/* Linke Spalte ******************************************* */
#leftCol h1 {
    background: transparent url(../_gfx/design_leftcol_h1_bg.gif) left top no-repeat;
    border-bottom: 1px solid #fff;
    color: #fff;
    font: normal 175% Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 3px 0 15px 0;
}

/* ******************************************************** */

/* ********************************************************************************************************************* */
/* Layout Styles ******************************************************************************************************* */
/* ********************************************************************************************************************* */
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ECF1F8;
    text-align: center;
}
#container {
    background: #fff url(../_gfx/design_container_bg.gif) left top repeat-y;
	border-top: none;
	border-right: 1px solid #81ADCA;
	border-bottom: 1px solid #81ADCA;
	border-left: 1px solid #81ADCA;
	margin: 0 auto;
    text-align: left;
	width: 760px;
}

#header {
	background: #012D5A url(../_gfx/design_header_bg.png) left top no-repeat;
    height: 100px;
    position: relative;
}

#leftCol {
    background: transparent url(../_gfx/design_leftcol_bg.jpg) left bottom no-repeat;
	float: left;
    padding: 15px 30px 295px 30px;
	width: 305px; /* IE 5.x */

    voice-family: "\"}\"";
    width: 245px;
    voice-family: "\"}\"";
}

#content {
	margin-left: 305px;
    padding: 7px 10px 10px 0px;
}

/* Hide from IE5-mac \*/

* html #leftCol {
    margin-right: -3px;
}

* html #content {
    height: 1%;
    margin-left: 0;
}

/* End IE5/mac hide */

#footer {
	background: transparent url(../_gfx/design_footer_bg.gif) left top no-repeat;
	clear: both;
    height: 50px;
    margin-bottom: 10px;
    font-size: 90%;
    text-align: right;
    padding: 0 15px 0 0;
}

#footer p {
    padding-top: 15px;
}