/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



/* links allg.*/
a, a:visited {
	color:#007ba5;
	text-decoration: none;
}

a:hover {
}


/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
} 

/* -- EOF: Init styles -- */

body, td, span, h1, th
{
    font-family: Verdana, sans-serif;
    font-size:12px;
    line-height:1.1;
    color:#000;
}

div {

}


body
{
    background-color:#C0C0C0;
}

strong
{
	font-weight:bold;
}


div.master_center {
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    margin-top:5px;
}

div#border_left {
    margin-top:23px;
    position:absolute;
    width:18px;
    left:50%;
    margin-left:-418px;
    background-image:url(../media/base/images/Schatten_links.jpg);
    background-repeat:repeat-y;
}

div#border_right {
    margin-top:23px;
    position:absolute;
    width:18px;
    left:50%;
    margin-left:400px;
    background-image:url(../media/base/images/Schatten_rechts.jpg);
    background-repeat:repeat-y;
}

div#border_bottom {
    height:18px;
    background-image:url(../media/base/images/Schatten_unten.jpg);
    background-repeat:repeat-x;
}

div#border_top {
    height:18px;
    background-image:url(../media/base/images/Schatten_oben.jpg);
    background-repeat:repeat-x;
}


div#border_corner_top_left {
    position:absolute;
    left:50%;
    margin-left:-418px;
    top:5px;
    height:18px;
    width:18px;
    background-image:url(../media/base/images/Schatten_ecke_li_oben.jpg);
    background-repeat:no-repeat;

}

div#border_corner_top_right {
    position:absolute;
    left:50%;
    margin-left:400px;
    top:5px;
    height:18px;
    width:18px;
    background-image:url(../media/base/images/Schatten_ecke_re_oben.jpg);
    background-repeat:no-repeat;

}

div#border_corner_bottom_left {
    position:absolute;
    left:50%;
    margin-left:-418px;
    top:5px;
    height:18px;
    width:18px;
    background-image:url(../media/base/images/Schatten_ecke_li_unten.jpg);
    background-repeat:no-repeat;

}

div#border_corner_bottom_right {
    position:absolute;
    left:50%;
    margin-left:400px;
    top:5px;
    height:18px;
    width:18px;
    background-image:url(../media/base/images/Schatten_ecke_re_unten.jpg);
    background-repeat:no-repeat;

}

div#header {
    height:267px;
}

div#menu
{
    height:42px;
    background-color:#007BA5;
}

div#content {
    padding-top:60px;
    padding-bottom:20px;
    float:left;
    background-image:url(../media/base/images/content_bg.gif);
}

div#submenu {
    background-color:#EEE;
    width:265px;
    float:left;
}

div#page {
    background-color:white;
    width:495px;
    float:left;
    margin-right:20px;
    margin-left:20px;
}

div#page, div#page div {
    font-size:11px;
    text-align:justify;
}

div#footer {
    clear:both;
    height:36px;
    background-color:#013F6E;
    padding-top:4px;
}

/* Menu */
div.menu_part1, div.menu_part2 {
    position:absolute;
    margin-top:13px;
    margin-left:20px;
}

div.menu_part2 {
    right:73px;
}

div#menu div {
    color:white;
}

div.menu_top a, div#menu a {
    font-size:14px;
    color:#FFF;
    text-decoration:none;
}

div#menu a:hover {
    color:#bed162;
}

span.menu_seperate {
    border-right:1px solid white;
    margin-left:6px;
    margin-right:10px;
}

div.menu_top {
    position:absolute;
    margin-top:8px;
margin-left:300px;
}
/* Submenu */
div#submenu {
}

div.submenu_title {
    color:#333;
    border-bottom:1px solid #CCC;
    padding-bottom:5px;
    padding-left:5px;
    width:225px;
    font-size:14px;
    margin-left:15px;
    margin-bottom:13px;
}

div#submenu a {
    display:block;
    color:#525252;
    text-decoration:none;
    font-size:12px;
    margin-left:20px;
    margin-bottom:3px;
}

div#submenu a:hover {
    color:#007ba5;
}

div#submenu a.active {
    color:#007ba5;
}

/* Footer */
div#footer {
    color:white;
    text-align:center;
    font-size:13px;
}

h2 {
    font-size:14px;
    border-bottom:1px solid #ccc;
    color:#003f6e;
    padding-bottom:5px;
    padding-left:20px;
    margin-bottom:10px;
}

h3 {
    margin:0;
    margin-top:10px;
    margin-bottom:5px;
    font-size:14px;
    color:#003f6e;
}

h4 {
    margin:0;
    margin-top:10px;
    margin-bottom:5px;
    font-size:12px;
    color:#003f6e;
}

h5 {
    margin:0;
    margin-top:10px;
    margin-bottom:5px;
    font-size:12px;
    color:#003f6e;
}

div.page_list_text {
    margin-left:20px;
    margin-bottom:10px;
}

div.page_list_more {
    margin-left:20px;
   
}

div.page_list_more a {
    text-decoration:none;
    color:#003f6e;
}

div.page_text {
    margin-left:20px;
        margin-right:20px;
}

div.page_text a {
    color:#003f6e;
}

a.download {
    color:#003f6e;
    text-decoration:none;
}

a.link {
    color:#003f6e;
    text-decoration:none;
}


img.image_text_right {
    float:right;
    margin-left:6px;
    margin-bottom:2px;
}

img.image_text_left {
    float:left;
    margin-right:6px;
    margin-bottom:2px;
}

em {
    font-style:italic;
}

div.bluetext {
        color:#003f6e;

}



/* ----- Listen ----- */
ol,ul
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ol, ul {
    margin-left:20px;
    margin-top:8px;
    margin-bottom:8px;
    list-style-type:circle;
}

ul {
    list-style-type:circle;

}

ol {
    list-style-type:decimal;
}

li
{
    margin-left:10px;
    margin-bottom:10px;
}

li ol, li ul {
    margin-top:4px;
    margin-bottom:4px;
}

li li
{
    margin-left:5px;
    margin-bottom:2px;
}


table.event_list_title {
    width:450px;
    border-bottom:1px solid #ccc;
    margin-left:20px;
    margin-bottom:10px;
}

table.event_list_title td,
table.event_list_title th
{
    padding-bottom:5px;
    vertical-align:bottom;
}

table.event_list_title td {
    text-align:right;
    font-size:11px;
    color:#888;
}

table.event_list_title th {
    color:#003f6e;
    font-size:14px;
}


div.siteMap a {
    display:block;
    margin-bottom:3px;
}

div.siteMap div.submenu_title {
    border:0;
    margin:0;
    padding:0;
    margin-bottom:4px;
    font-weight:bold;
}