/*   
Theme Name: Navigation
Theme URI:
Description:
Version:
Author:
Author URI:
*/

* {
    margin: 0;
    padding: 0;
    font: normal 13px "Trebuchet MS",Verdana,Arial,sans-serif;
}

/*--- Body ---*/

body#main_body {
    background: #DAD8CF url(images/dynamic/background.jpg) repeat-x;
    text-align: center;
}

/*--- Absaetze ---*/

.content {
    margin: 10px 0px 10px 0px;
}

.content p {
    margin: 10px 0px 10px 0px;
}

/*--- �berschriften ---*/

.box1_head {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
}

.box2_head {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
}

.box3_head {
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
}

.box1_head, .content h1 {
    font-size: 16px;
    font-weight: bold;
}

.box2_head, .content h2 {
    font-size: 14px;
    font-weight: bold;
}

.box3_head, .content h3 {
    font-size: 12px;
    font-weight: bold;
}

/*--- Links ---*/

.content a {
    text-decoration: underline;
}

.content a:link {
    text-decoration: underline;
}

.content a:visited {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: underline;
}

.content a:active {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

/*--- Tabellen ---*/

.content table {
    /*border: 0;*/

    border-collapse: collapse;
}

.content tr {
    background-color: #FCFCFC;
}

.content tr.odd {
    background-color: #FCFCFC;
}

.content tr.even {
    background-color: #F3F3F3;
}

.content th {
    border: 1px solid #777777;
    padding: 1px 5px 1px 10px;
}

.content td {
    border: 1px dashed #777777;
    padding: 1px 5px 1px 10px;
}

.content th {
    font-size: 12px;
}

.content td {
    font-size: 12px;
}

td a {
    font-size: 12px;
}

td span {
    font-size: 12px;
}

td p {
    font-size: 12px;
}

/*--- Forms ---*/

.content fieldset {
    border: 3px solid black;
}

.content input {
    border: 1px solid #EAEAEA;
    background: url(images/dynamic/input_background.gif) no-repeat;
    font-family: Arial,sans-serif;
    font-size: 13px;
    padding-left: 6px;
}

.content textarea {
    font-family: Arial,sans-serif;
    font-size: 13px;
    border: 1px solid #EAEAEA;
    background: url(images/dynamic/input_background.gif) no-repeat;
    overflow: auto;
    padding-left: 6px;
}

.content button {
    height: 18px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid Gray;
    border-bottom: 1px solid Gray;
    background-color: #DCE0E6;
    color: black;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.content select {
    border: 1px solid #EAEAEA;
    background: url(images/dynamic/input_background.gif) no-repeat;
    font-family: Arial,sans-serif;
    font-size: 13px;
}

/*--- Listen ---*/

.content ul {
    margin: 20px 0px 20px 40px;
}

.content ol {
    margin: 20px 0px 20px 40px;
}

/*--- other ---*/

.content b {
    font-weight: bold;
}

.content strong {
    font-weight: bold;
}

/*--- Stile f�r bestimme Klassen und IDs ---*/

#container {
    padding: 30px 30px 10px 30px;
    background-color: white;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    border: 1px solid #555555;
    text-align: left;
    width: 720px;
}

/*--- HEADER ---*/

#header {
    height: 220px;
    margin-bottom: 20px;
}

#slogan {
	position: absolute;
	top: 25px;
   width: 700px;
}

#slogan a {
	font-size: 16px;	
    font-weight: bold;
}

#key_visual {
    width: 720px;
    height: 220px;
}

#logo {
    position: absolute;
    top: 169px;
    width: 269px;
    height: 68px;
    background-repeat: no-repeat;
}

/*--- ENDE HEADER ---*/

/*--- MAIN NAVIGATION ---*/

#main_nav_container {
    position: absolute;
    top: 39px;
    width: 170px;
    height: 200px;
    margin-left: 530px;
}

#main_nav_list {
    margin: 0px;
    margin-top: 14px;
    margin-bottom: 0px;
    list-style-type: none;
}

#main_nav_list a {
    height: 17px;
    display: block;
    border-bottom: 1px dashed #BFBFBF;
    padding-left: 45px;
    color: #000000;
    line-height: 18px;
    vertical-align: middle;
    text-decoration: none;
    background-repeat: no-repeat;
}

#main_nav_list a:hover {
    color: black;
    text-decoration: none;
}

#main_nav_list a:link {
    color: black;
    text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
    background-color: transparent;
}

#main_nav_list a:hover.main_nav_active_item {
    background-color: transparent;
}

/*--- ENDE MAINNAVIGATION ---*/

/*--- Suche---*/

#content_search_container {
    position: absolute;
    top: 212px;
    width: 168px;
    height: 30px;
    margin-left: 530px;
    border: 1px solid white;
    padding-top: 10px;
}

#content_search_caption {
    display: none;
}

#content_search_container button {
    width: 56px;
    margin-left: 5px;
}

#content_search_container input {
    width: 82px;
    margin-left: 8px;
}

/*--- LEFT COLUMN ---*/

#left_column_container {
    float: right;
    width: 194px;
    margin-top: -20px;
    margin-left: 20px;
    vertical-align: top;
}

/*--- SUB NAVIGATION ---*/

.sub_nav_container {
    width: 180px;
    min-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 1px;
    background: url(images/dynamic/sub_nav_background.jpg) no-repeat bottom;
}

.sub_nav_list {
    background-color: #FFFFFF;
    margin: 0px 6px 8px 4px;
    padding: 16px 0px 20px 0px;
    list-style-type: none;
}

.sub_nav_list a {
    display: block;
    height: 17px;
    border-bottom: 1px dashed black;
    border-bottom: 1px dashed #BFBFBF;
    padding: 0px 0px 1px 45px;
    background-color: transparent;
    color: black;
    line-height: 18px;
    text-decoration: none;
    background-repeat: no-repeat;
}

.sub_nav_list a:hover {
    color: black;
    text-decoration: none;
}

.sub_nav_list a:link {
    color: black;
    text-decoration: none;
}

/*--- ENDE LEFT_COLUMN_CONTAINER ---*/

/*--- main_container ---*/

/*--- content ----------*/

#content_container {
    z-index: 100;
    color: black;
    overflow: hidden;
}

.content {
    /* text-align: justify; */
}

.content p {
    text-align: justify;
}

/*--- FOOTER ---*/

#footer {
    margin-top: 30px;
    border-top: 1px dashed #D4D4D4;
    clear: both;
}

#footer_text {
    margin-top: 4px;
    text-align: center;
    font-size: 11px;
}



