
/* 
Document   : screen
Created on : 15.01.2008, 15:23:10
Author     : Sebastian Ullrich
Description:
Purpose of the styleshefet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* global gültige Styles ***********************************/
* {
    margin: 0px;
    padding: 0px;
}

/* Schrifteinstellung */
body {
    background: url(../gfx/bg.gif) left top repeat-y;
    background-color: #e2e2e2;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 13px;
    text-align: justify;
}

option {
    padding-right: 4px;
}

/* Hyperlinks */
a, a:link, a:visited {
    color: #002c5f;
    font-family: Arial;
    font-size: 100%;
    text-decoration: none;
}

a.blank {
    color: #000000;
    font-weight: normal;
}

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

.pinnname {
    font: normal 9px Arial, Helvetica, sans-serif;
    
}

/* Absätze */

hr {
    border : 1px dotted #cecece;
    height : 1px;
    margin-bottom: 5px;
    
    
}

select {
    background-color: #C9D6E4;
    border: 1px solid #B8C9DB;
}

#button {
    width: 100px;
    background-color: #C9D6E4;
    border: 1px solid #B8C9DB;
    margin-left: 306px;
}

textarea {
    height: 100px;
    font-family: Verdana, Arial;
    font-size: 13px;
}
/* Überschriften */
h1 {
    font: 19px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    border-top: 0x;
    border-bottom: solid 1px;
    border-left: solid 5px;
    border-right: 0px;
    border-color: #B8C9DB;
    padding: 5px;
}

h2 {
    font: 17px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    border-top: 0x;
    border-left: solid 5px;
    border-color: #B8C9DB;
    padding: 0px 0px 0px 5px;
}
h3 {
    font: 15px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    border-top: 0x;
    border-left: solid 5px;
    border-color: #B8C9DB;
    padding: 0px 0px 0px 5px;
}

h4, h5, h6 {
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    border-top: 0x;
    border-left: solid 5px;
    border-color: #B8C9DB;
    padding: 0px 0px 0px 5px;
}


/* zusätzliche Textauszeichnungen */
.boldTxt {
    font-weight: bold;
}

.smallTxt {
    font-size: 90%;
}

.colorTxt {
    color: #f80;
}

/* Bilder */
img {
    border: none;
}

img.right {
    float: right;
    margin: 0 0 5px 20px;
}

img.left {
    float: left;
    margin: 0 20px 5px 0;
}

img.border {
    /*border: 1px solid #DEDDDE;*/
}

input, textarea {
     width: 400px;
     padding: 2px;
     background-color: white;
     border: 1px solid #B8C9DB;
}

/* tabellarische Daten */


table {
    margin-top: 20px;
    margin-bottom: 5px;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table ul{
    color: #c0c0c0;
    font-family: Verdana, Arial;
    font-size: 10px;
    list-style: none;
}

table li{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 12px;
}

table a, table a:visited, table a:link{
    font-family: Verdana, Arial;
    font-size: 13px;
}

table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #B8C9DB;
    text-align: left;
}

table #highlight{
    background: #E8EFDC;
}

#calendar{
    table-layout:fixed ;
}

#calendar td{
    widht: 100px;
}

#calendar td ul li{
    margin-top: 5px;
    padding: 1px;
    background-color: #DDE8CB;
    padding: 2px;
    font-size: 10px;
    font-variant:small-caps;
    border: 1px solid #c4c4c4;
}

table th {
    background-color: #C9D6E4;
    border: 1px solid #B8C9DB;
    padding: 5px 10px 5px 10px;
    text-align: left;
    vertical-align: top;
}

table tr {
   margin-bottom: 5px;
}

#kontakt {
    vertical-align: middle;
}

#kontakt td {
    padding: 5px;
    vertical-align: middle;
    border: 0px;
}

#kontakt th {
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    background-color: white;
    border: 0px;
}



/* ******************************************************** */

/*container**************************************************/
#container {
    background: #fff url(../gfx/design_container.gif) left top repeat-y;
    border: 1px solid #ccd5df;
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
    width: 898px;
}

/******************************************************************/

/*Kopf der Seite**************************************************/
#header {
    background: url(../gfx/rlheadbg.gif) right top no-repeat;
    margin-left: 40px;
    padding: 0px 0px 0px 0px;
    width: 960px;
    height: 139px;
    position: relative;
    text-align: left;
}

#headlogo {
    background: url(../gfx/logo.gif) left bottom no-repeat;
    width: 454px;
    height: 119px;
    margin-bottom: 20px;
}

#greendots {
    margin-left: 26px;
    background: url(../gfx/greendots.png) left top repeat-x;
    padding: 0px 0px 0px 0px;
    width: 974px;
    height: 10px;
    position: relative;
    text-align: center;
}

#footer, a #footer {
    margin-top: 30px;
    margin-left: 26px;
    clear: left;
    font: 10px Verdana ,Arial, Helvetica, sans-serif;
    color: #1F1F1F;
    padding: 0px 0px 0px 0px;
    width: 720px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

#list{
    margin-left: 20px;
    list-style-type:disc; 
    line-height: 22px;
}


#headernavi {
    margin-top: 5px;
    width: 954px;
    height: 25px;
    background: url(../gfx/navbg.gif) left top;
    background-color: #E6E6E6;
    margin-left: 26px;
    padding: 15px 20px 5px 0px;
    text-align: right;
}



#headernavi a {
    font-variant:small-caps;
    text-align: center;
    list-style: none;
}

#headernavi ul li {
    margin-left: 5px;
    display: inline;
}

#headernavi ul li a, #headernavi ul li a:link, #headernavi ul li a:visited {
    border: 1px solid #000000;
    padding: 10px 15px 5px 15px;
    color: #ffffff;
    background-color: #306fba;
    font-size: 12px;
    text-decoration: none;
}

#headernavi ul li a:hover, #headernavi ul li a:active, #headernavi ul li a:focus {
    background-color: #85AEE0;
    /*text-decoration: underline;*/
}

/* für die buttons *******************************/




/*Inhalt*****************************************/
.content {
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 40px;
    position: relative;
    width: 690px;
    font-size: 10pt;
    float: left;
}


.content p {
    margin-bottom: 10px;
    line-height: 22px;
}

.content ul li {
    margin-bottom: 7px;
}

#rightbar {
    width: 220px;
    float: left;
}

#rightcontent {
    margin-top: 18px;
    background-color: #DDE8CB;
    font-size: 12px;
    vertical-align: middle;
    
}

#rightcontent ul {
    width: 200px;
    padding: 5px 10px 10px 10px;
    list-style-type: none;
    font-size: 10px;
}

#rightcontent ul #partner {
    padding: 5px 0px;
    background-color: white;
    border: 1px solid #c0c0c0;
    text-align: center;
    margin-bottom: 5px;
}

#rightcontent #spacer {
    background: url(../gfx/rightc_line.gif) left top no-repeat;
    height: 7px;
}

#rightcontent #head {
    background: url(../gfx/leftc_headleft.gif) right top no-repeat;
    height: 18px;
    background-color: #D7E5C1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0px 20px 0px 10px;
    font-size: 11px;
    vertical-align: text-bottom;
}

#rightcontent #head p {
    padding: 2px 0px 0px 0px;
}


/*#subcontent {
    background: url(../gfx/content_head.gif) left top no-repeat;
    float:left;
    width: 600px;
    margin-right: 10px;
    background-color: #8E8E8E;
    padding: 12px 0px 0px 0px;
}*/

#leftCol {
    background-color: #fff;
    float: left;
    width: 150px;
    text-align: left;
}

#leftCol ul {
    list-style: none;
    text-align: left;
}


#leftCol ul li a, #leftCol ul li a:link, #leftCol ul li a:visited,
#leftCol ul li a:hover, #leftCol ul li a:active, #leftCol ul li a:focus {
    background-color:#fff;
    margin: 0;
    padding: 0 15px;
    display: block;
    border-bottom: 1px solid #ccd5df;
    font: bold 100%/40px Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 120px;
}

#leftCol ul li a span {
    color: #f69240;
}

/********************************************************/

/*Rechte Spalte*******************************************/
#rightCol {
    background-color: #AFB9CE;
    text-align: left;
    float: right;
    padding: 5px;
    width: 138px;
}

#rightCol ul li a {
    margin: 0;
    display: block;
    font: bold 100%/40px Arial, Helvetica, sans-serif;
    text-decoration: none;
    
}

#rightCol ul {
    list-style: none;
}

#rightCol ul li a span {
    color:#f69240;
}

#bloghead {
    margin-bottom: 10px;
    border-bottom: 1px;
    border-top: 0px;
    border-left: 1px;
    border-right: 0px;
    border-color: #5E82B9; 
    border-style: dashed; 
    padding: 5px;
}

#blogtitle {
    font: 140% Georgia, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}

#blogtext {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

#blogbottom {
    margin-bottom: 30px;
}

#blogcredits {
    border-bottom: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #5E82B9; 
    border-style: dashed; 
    font: italic 70%  Verdana ,Arial, Helvetica, sans-serif;
    text-align: right;
}

#hinweis {
    font: italic 70%  Verdana ,Arial, Helvetica, sans-serif;
}

.status {
    text-align: center;
}

.paginator {
    text-align: center;
}

.bemerkung {
    width: 250px;
    padding: 0 0 25px 0;
}

.error {
    background-color: #f7f7f7;
    border: 1px solid #ee0000;
    color: #ee0000;
    margin: 20px 0 0 0;
    padding: 3px;
}

.error input {
    margin: 0 0 0 10px;
}

.error select {
    width: 160px;
    margin: 0 0 1px 10px;
}

.error span {
    margin: 0 10px;
}

/* Hide from IE5-mac \*/

* html #leftCol {
    margin-right: -3px;
}

* html #content, * html #contentAbgemeldet {
    height: 1%;
    margin-left: 0;
}

/* End IE5/mac hide */


