/*
 * Main CSS for vol.1
 */

/* Page properties */

body {
    margin: 58px 0px 0px 0px;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: white;
}

#page {
    position: absolute;
    top: 58px;
    left: 50%;
    width: 720px;
    margin-left: -360px;
}

/* Header */

#header {
    width: 100%;
    height: 75px;
}

#mainnav {
    clear: both;
    width: 100%;
    height: 40px;
    color: #ccc;
    background-color: #888c9d;
}

#title {
    float: left;
    padding-top: 23px;
    padding-left: 5px;
    font-weight: bold;
}

#mainnav .nav {
    float: right;
    padding-top: 23px;
    padding-right: 5px;
}

#mainnav .nav a {
    font-size: 11px;
    color: #ccc;
    text-decoration: none;
}

#mainnav .nav a:hover {
    color: #fff;
}

#pathnav {
    width: 720px;
    clear: both;
}

#bmn {
    float: left;
    padding-left: 5px;
}

#pathnav #path {
    float: right;
}

/* Content area */

#cont {
    clear: both;
    padding-top: 4px;
}

#left {
    float: left;
    width: 180px;
    padding-right: 30px;
    margin-bottom: 15px;
}

#main {
    float: left;
    width: 320px;
    padding-right: 20px;
    margin-bottom: 15px;
}

#right {
    width: 160px;
    float: right;
    padding-left: 10px;
    margin-bottom: 15px;
}

/* Footer */

#footer {
    clear: both;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    font-size: 9px;
}

#update {
    float: left;
    padding-left: 5px;
    color: #ccc;
}

#bottomnav {
    float: rigth;
    text-align: right;
}

img {
    border: none
}

h1 {
    clear: both;
    color: #888C9D;
    border-bottom: 1px solid #CCC;
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
}

h1.csc-firstHeader {
    margin-top: 0px;
}

h1 a {
    font-size: 11px;
    color: #A888C9;
    text-align: left;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    font-size: 12px;
    color: #ccc;
    vertical-align: bottom;
}

/* General content -> Text */

p {
    color: #333;
    font-style: normal;
    line-height: 120%;
}

a {
    color: #666;
    font-style: normal;
    text-decoration: underline;
}

a:hover {
    color: #999;
}

.line {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 5px;
}

/* caption */

dd.csc-textpic-caption {
    text-align: right;
}

.csc-textpic-clear {
    clear: both;
    margin-bottom: 15px;
}

/* liste */

ul {
    list-style-image: url(../../fileadmin/vol_1/static_images/klick_over.gif);
}

/* liste_text */

li {
    color: #333;
    line-height: 160%;
}

li a { 
    color: #666;
    text-decoration: underline;
}

li a:hover {
    color: #999;
}

/* Right navigation */

.hauptmenu {
    border-bottom: 1px solid #ccc;
    color: #888C9D;
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
}

.hauptmenu:hover	{ 
    border-bottom: 1px solid #888C9D;
}

/* ANFANG_hauptmenu_sub_seit */
.submenu {
    margin-left: 15px; 
    color: #333; 
    text-decoration: none;
    margin-top: 5px
    margin-bottom: 5px;
}

.submenu:hover	{  
    color: #888C9D;
}

.sub_2 {
    margin-bottom: 5px;
}

/* ANFANG_KLICKPFAD */

.klickpfad {
    font-size: 9px;
    color: #ccc;
    margin-top: 0px;
}

.klickpfad a {
    color: #666;
    text-decoration: none;
}

.klickpfad a:hover {
    color: #333;
}

#path .klickpfad, #bottomnav .klickpfad {
    padding-right: 5px;
}

/* General */

.textpic {
    color: #333;
    font-style: normal;
    margin-bottom: 15px;
    float: right;
}

/* Forms */

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

form p {
    color: #333;
    font-style: normal;
    margin-bottom: 10px; 
    margin-top: 10px;
    clear: both;
}

form p label {
    float: left;
    font-weight: bold;
    color: #666;
}

form p input {
    border: 1px solid #ccc;
    font-weight: bold
    color: #fff;
    float: right;
    width: 200px;
    padding-left: 10px;
}

form p input[type="text"] {
    border: 1px solid #ccc;
    font-weight: bold
    color: #fff;
    float: right;
    width: 200px;
    padding-left: 10px;
}

.formsub {
    background-color: #A2AB68;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #fff;
    float: right;
    width: 100px;
}

.formcheck {
    float: right;
    width: 15px;
    border: 1px solid #fff;
}

form p textarea {
    border: 1px solid #ccc;
}

form p select {
    float: right;
}

.formtextarea {
    border: 1px solid #ccc;
    float: right;
    clear: none;
}

/* News */

#news #pic {
    float: left;
    height: 350px;
    margin-right: 70px;
}

#newslist .entry {
    clear: both;
}

#newslist .news_title {
    clear: both;
    padding-top: 10px;
}

#newslist .date {
    height: 20px;
}

#newslist .entry img {
    float: left;
    margin-right: 70px;
}

.news_text {
    color: #333;
    font-style: normal;
    margin-bottom: 5px; 
    margin-top: 5px; 
}

.news_text img {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

.news_text a {
    color: #666;
    font-style: normal;
    margin-bottom: 5px; 
    margin-top: 5px;
    text-decoration: underline;
}

.news_text a:hover {
     color: #999;
}

.news_title {
    color: #888C9D;
    font-weight: bold;
}

.news_title a {
    color: #888C9D;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
}

.news_title a:hover {
    border-bottom: 1px solid #888C9D;
}

.news_light {
    font-size: 9px;
    color: #999;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.link_text {
    font-size: 11px;
    color: #333;
    font-style: normal;
    margin-bottom: 5px; 
    margin-top: 5px; 
}

.link_text img {
    margin-right: 7px;
    margin-bottom: 2px;
}

.link_text a {
    font-size: 11px;
    color: #666;
    font-style: normal;
}

.link_text a:hover {
    text-decoration: none;
    color: #999;
}
.text {
    font-size: 11px;
    color: #333;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 5px; 
    margin-top: 5px; 
}

.textlight {
    color: #999;
    height: 100%;
    padding-bottom: 0px;
}

a.textkkl, a.textkkl:visited {
    color: #333;
    text-decoration: none;
}

a.textkkl:hover, a.textkkl:active {
    text-decoration: underline;
}

/* Login */

.login {
    border: 1px solid #ccc;
    color: #333;
    width: 70px;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 4px;    
}

#lock {
    vertical-align: bottom;
    margin-top: 1px;
    margin-left: 0px;    
}
