/* 
    Document   : style
    Created on : 25.07.2010, 20:39:55
    Author     : hds
    Description:
        Purpose of the stylesheet follows.
*/

/*
    Grundfarben:
    #CCDEEE // blau (hell)
    #99B7DA // blau (dunkel)
    #F4B945 // orange
*/


body {
    background-color: #F8F8F8;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.alert {
    font-size: 12px;
    color: red;
    padding: 3px 0px 10px;
}

a:link, a:hover, a:active, a:visited
{
    text-decoration: none;
    color: #000000;
}

.center{
	text-align:center;
}

#main {
    background-color: #3366A6;
    margin: 1em auto;
    padding: 20px 0 20px 0;
    border: 1px solid #666666;
    width: 980px;
    min-height:600px;
} /*Hauptbereich der Seite*/

#header {
    background-color: white;
    background-image: url("../img/logo.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    height:78px;
} /*Kopf der Seite*/

#navigation {
    background-color: #CCDEEE;
    float: left;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    width: 174px;
    min-height: 520px;
} /*Navigation*/

#navigation ul {
    list-style: none;
    padding:0;
    margin:0;
} /*Navigation: Listenpunkte ausblenden*/

#navigation li {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;
    width: 164px;
    margin: 10px 0px;
}  /*Navigation: Styling der Navigationspunkte*/

.block li {
    background-color: #F4B945;
    font-size: 13px;
    font-weight: bold;
    /*text-decoration: none;  */
}  /*Navigation: Styling Blocküberschriften*/

.menue li {
    background-color: #99B7DA;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}  /*Navigation: Styling der Menüpunkte*/

#contents {
    background-color: white;
    float: right;
    border-bottom: 1px solid #666666;
    width: 805px;
    min-height: 520px;
} /*Inhaltsbereich der Seite*/

#container {
    background-color: white;
    width: 785px;
    margin: 10px;
} /*Inhaltsbereich rechte Seite*/

#login {
    height :150px;
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    margin-top: 50px;
    padding: 5px;
}

#login table {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

#submit {
    float: right;
    padding: 5px 3px 1px;
}

fieldset {
    background:none repeat scroll 0 0;
    background-color:#FFFFFF;
    border: 1px solid #EF9949;
}

fieldset legend {
    border: 1px solid #EF9949;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    color:#3366A6;
}

.fieldset legend.a {
    color: #F4B945 !important;
    font-size: 11px;
}

#legend.a {
    color: red;
}

fieldset.show {
    background: none;
    border: none;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
}

table.list {
    background-color: #FFF;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: inherit;
    font-size: 1em;
    margin: 15px 0;
        text-align: left;
}

table.tooltip {
    font: 11px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #808080;
    border: none;
}

table.list th,
table.list td {
    border: 1px solid #e7e7e7;
    line-height: normal;
    padding: 4px 6px;
}

table.list th,
table.list tr.head,
table.list td.head {
    background-color: #3366A6;
    color: #FFF;
    font-weight: bold;
}

table.list tr.alternate-a,
table-list td.alternate-a {
    background-color: #CCDEEE;
    color: inherit;
}

table.list tr.alternate-b,
table-list td.alternate-b {
    background-color: #e6eff7;
    color: inherit;
}

table.show {
    text-align: left;
    border-bottom: 1px solid #000000;
    background-color: #000000;
}

table.show th {
    border: 1px solid #000000;
    border-right: none;
    border-bottom: none;
    background-color: #99B7DA;
    width: 25%;
}

table.show td {
    border: 1px solid #000000;
    border-bottom: none;
    background-color: #CCDEEE;
}

/* Arrows */

.rightarrow {
	border-style:none;
	display:block;
	background-image:url('../img/pfeil_right_none.png');	
	background-repeat:no-repeat;
	background-color:#FFF;
	min-width:51px;
	min-height:16px;
	padding:0;
}

.rightarrow:hover {
	display:block;
	border-style:none;
	background-image:url('../img/pfeil_right.png');	
	background-repeat:no-repeat;
	background-color:#FFF;
	min-width:51px;
	min-height:16px;
	padding:0;
}

.leftarrow{
	display:block;
	border-style:none;
	background-image:url('../img/pfeil_left_none.png');	
	background-repeat:no-repeat;
	background-color:#FFF;
	min-width:51px;
	min-height:16px;
	padding:0;
}

.leftarrow:hover{
	display:block;
	border-style:none;
	background-image:url('../img/pfeil_left.png');	
	background-repeat:no-repeat;
	background-color:#FFF;
	min-width:51px;
	min-height:16px;
	padding:0;
}

/* Panel Styles */

#tabs {
    display: block;
    float: left;
    width: 100%;
}
a.tab {
    border-collapse: collapse;
    border-style: solid solid none solid;
    border-color: black;
    border-width: 1px 1px 0px 1px;
    background-color: #CCDEEE;
    /*padding: 2px 0.5em 0px 0.5em */
    padding: 2px 0.5em 8px 0.5em;
    margin-top: 4px;
    margin-right: 2px;
    font-family: arial;
    text-decoration: none;
    width: 18%;
    text-align: center;
    float: left;
}

a.tab:hover {
    border-color: black;
    background-color: #F4B945;
}
.panel {
    border: solid 1px black;
    background-color: white;
    padding: 5px;
    height: 300px;
    overflow: auto;
    clear: left;
}

/* End Panel Styles */

.active{
	border-style:none;
	min-width:10px;
	min-height:10px;
	padding:0;
}

.inactive{
	border-style:none;
	min-width:10px;
	min-height:10px;
	padding:0;	
}

