/*
dunkel blau:	43489E
hell blau:		E6E7F2
linien-grau:	666666
text-grau: 		666666
*/

/* Layout *************************************************/
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
overflow:scroll;
}
#maintable {
border-right: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
background-color: #E6E7F2;
font-size: 12px;
}
#header {
display: block;
background-color: #ffffff;
}
#header-image-bg {
height: 100px;
background-image: url(../imgs/header_bgrnd.png);
}
#header-image {
height: 100px;
display: block;
background-image: url(../imgs/header.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
#spacebar {
display: block;
background-color: #ffffff;
height: 25px;
}
#pathbar {
background-color: #43489E;
height: 20px;
padding-top: 2px;
padding-left: 15px;
color: #E6E7F2;
text-transform: none;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

/* Menü *************************************************************/
#navbar {
width: 200px;
padding-top: 15px;
}
#navbar ul, ul li {
margin: 0;
padding: 0;
list-style-type: none;
}
#navbar ol, ol li {
margin: 0;
padding-left: 10px;
list-style-type: none;
}
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
color: #43489E;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 25px;
padding-right: 10px;
border-bottom: 1px #cccccc dotted;
}
#navbar strong, #navbar b {
display: block;
text-decoration: none;
color: #43489E;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 10px;
border-left: 10px #43489E solid;
border-bottom: 1px #cccccc solid;
}
#navbar ul li a:hover,  #navbar ul li a:active {
color: #43489E;
padding-left: 15px;
border-left: 10px #43489E solid;
border-bottom: 1px #cccccc solid;
}

/* Maintext Area mit tabellen und bullet-point definition ************/
#main-text {
background-color: #ffffff;
width : 650px;
padding: 10px;
border-right: 1px #cccccc solid;
border-left: 1px #cccccc solid;
}
#main-text table {
width: 100%;
font-size: 12px;
}
#main-text ul {
margin-left: 50px;
padding-left: 10px;
list-style-type: none;
list-style-image: url(../imgs/navi_button.png);
list-style-position: outside;
text-align: left;
}

/* titel tabelle mit bild und spruch ********************************/
#titel-table table {
width: 100%;
background-color: #ffffff;
border: 1px solid #cccccc;
text-valign: middle;
font-size: 14px;
padding: 30px;
}
#titel-table td, #titel-table p{
text-align: center;
font-style: italic;
color: #43489E;
font-weight: bold;
}
#titel-table-bild table {
width: 100%;
background-color: #ffffff;
border: 1px solid #cccccc;
text-valign: middle;
font-size: 14px;
}
#titel-table-bild td, #titel-table-bild  p{
text-align: left;
font-style: italic;
color: #43489E;
font-weight: bold;
}

/* info tabelle innerhalb der main-text area ************************************/
#info-table table {
}
#info-table th {
border-top: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-left: 1px #cccccc solid;
background-color: #eeeeee;
color: #43489E;
text-align: left;
line-height: 20px;
padding-left: 10px;
}
#info-table td {
border: 1px #cccccc solid;
text-align: justify;
padding-top: 10px;
padding-bottom: 10px;
}

/* news-table *********************************************************/
#news-table table {
}
#news-table th {
border-top: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;
background-color: #eeeeee;
color: #43489E;
text-align: left;
line-height: 20px;
padding-left: 10px;
}
#news-table td {
border-bottom: 1px #cccccc solid;
text-align: left;
padding: 10px;
}

/* kontakt-table *********************************************************/
#kontakt-table table {
}
#kontakt-table td {
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
#kontakt-table p {
display: block;
text-align: center;
border: 1px #990000 solid;
color: #990000;
padding: 10px;
}

/* allgemeingültige Schriften und Textdarstellung im Maintext *********/
h1 {
display: block;
border-bottom: 1px #CCCCCC solid;
border-right: 10px #43489E solid;
font-style: italic;
color: #43489E;
font-size: 16px;
letter-spacing: 2px;
text-align: right;
padding-right: 10px;
line-height: 25px;
margin:0;
}
h2 {
display: block;
border: 1px none #CCCCCC;
color: #43489E;
font-size: 14px;
padding-left: 10px;
}
h3 {
font-style: italic;
color: #43489E;
font-size: 12px;
padding-left: 10px;
}
p {
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}

/* links in main-text area ********************************/
a:link {
color: #43489E;
text-decoration: underline;
}
a:visited {
color: #43489E;
text-decoration: underline;
}
a:hover {
background-color: #E6E7F2;
text-decoration: underline;
}
a:active {
background-color: #E6E7F2;
text-decoration: underline;
}

/* News Kästchens **************************************/
#info-box {
position: relative;
	padding: 10px;
}
#info-box table {
width: 190px;
font-size: 12px;
}
#info-box ul {
margin: 0;
padding: 0;
}
#info-box ul li {
list-style-type: none;
list-style-image: url(../imgs/navi_button.png);
list-style-position: outside;
margin-left: 35px;
padding: 0;
}
#info-box th {
border-top: 1px #43489E solid;
border-right: 1px #43489E solid;
border-left: 1px #43489E solid;
background-color: #43489E;
color: #cccccc;
text-align: left;
line-height: 20px;
padding-left: 10px;
}
#info-box td {
background-color: #eeeeee;
border: 1px #cccccc solid;
text-align: left;
padding: 10px;
}

/* Brand neu Kästchen *****************************/
#news-box {
	position: relative;
	padding: 10px;
	width: 200px;
	height: 160px;


}
#news-box table {
width: 190px;
font-size: 12px;
}
#news-box th {
border-top: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-left: 1px #cccccc solid;
background-color: #FFCC00;
color: #333399;
text-align: left;
line-height: 20px;
padding-left: 10px;
}
#news-box td {
background-color: #ffffff;
border: 1px #cccccc solid;
text-align: left;
padding: 10px;
}

/* Footer ***************************************/
#footer {
display: block;
background-color: #43489E;
font-weight: bold;
font-size: 9px;
color: #ffffff;
padding-left: 15px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
height: 23px;
line-height: 23px;
}
#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}
#footer a:hover, #footer a:active {
background-color: #43489E;
text-decoration: underline;
}
