/*
CSS Einstellungen für die Seite
http://www.brieftauben.at
Copyright (C) 2011, Christian Stöger
*/
/* Allgemein */
body {
background-color: #FFFFFF;
font-family: Verdana;
font-size: 14px;
color: #0000FF;
margin: 5px 5px 5px 5px;
/* Scrolleiste IE ab Vers.5.5 */
scrollbar-arrow-color: #D2DFA8;
scrollbar-base-color: #ffffff;
scrollbar-highlight-color: #D2DFA8;
scrollbar-shadow-color: #D2DFA8;
SCROLLBAR-TRACK-COLOR: #ffffff;
color: #000000;
}
hr {
color: #0000FF;
height: 1px;
width: 300 px;
}
/* Header rot*/
.header1 {
background-color: #FF0000;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 14pt;
line-height: 30px;
height: 20px;
}
/* Header weiss*/
.header2{
background-color: #FFFFFF;
color: #000000;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 12pt;
line-height: 20px;
height: 20px;
}
/* Newsleiste */
.lauftext {
background-color: blue;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 12pt;
height: 20px;
border: solid 0px;
}
/* Footer */
.leisteunten{
background-color: #0000FF;
color: #C0C0C0;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 8pt;
line-height: 20px;
height: 20px;
font-style: normal;
font-weight: normal;
}
/* Allgemein */
#Mitte {
width: 100%;
font-family: Verdana;
font-size: 14px;
float: left;
clear: both;
border-color: #0000FF;
border: 1px;
}
/* Navibereich */
/* Navi leer */
#Leer {
float: left;
width: 5px;
color: #FFFFFF;
}
#sidebar {
float: left;
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
margin: 0 0 0 0;
line-height: 18px;
width: 17%;
border-right-color: #0000FF;
border-right-style: solid;
border-left-color: #0000FF;
border-left-style: solid;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-left: 1px;
border-right: 1px;
border-top-color: #0000FF;
border-top-style: solid;
border-bottom-color: #0000FF;
border-bottom-style: solid;
border-top: 1px;
border-bottom: 1px;
border-color: #0000FF;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar li {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li a {	
display: block;
padding: 0 0 0 0;
margin: 0 0 0 0;
/* background-color: #F6F6F6; */
background-color: #FFFFFF;
border-right: 2px solid #0000FF;
color: #666;
text-decoration: none;
border-left: 2px solid #0000FF;
}
#sidebar li a:hover {
background-color: #EEEEEE;
color: #000000;
font-weight: bold;
border-right: 5px solid #0000FF;
}
/* Main */
#main {
font-family: Verdana, sans-serif;
font-size: 14px;
color: #0000FF;
overflow: auto;
float: left;
margin: 5px 5px 5px 5px;
width: 80%;
}
