/*
 This file contains general styling information for the page and its layout.
 */


body {
	background: #666;
	margin: 0;
}

body, td, h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td {
	font-size: 10pt;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

hr {
    background-color: #666;
}

.imageOnly {
    font-size: 0;
}

.leftFloat {
    float: left;
}

/* Containers */
table.main {
    width: 760px;
}

.footer {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

/* Header */
td.logo {
    width: 156px;
    background-color: #fff;
}

img.logo {
    width: 156px;
    height: 131px;
}

td.logoBottomPart {
    height: 11px;
}

img.logoBottomPart {
    width: 187px;
    height: 11px;
}

td.headerImage {
    width: 604px;
    height: 95px;
}

img.headerImage {
    width: 604px;
    height: 95px;
}

td.breadcrumb {
    height: 36px;
    background: #f3f3f3 url(../img/balken_oben.jpg) repeat-y;
    
    text-align: right;
	font-weight: bold;
	color: #006;
	
	padding-right: 10px;
}

/* Body */
/* for the homepage.jsp template */
/*
.contentBackgroundHome {
    background: #041c54;
}
*/

/* for the main.jsp template */
.contentBackground {
    background: #f3f3f3;
}

td.content {
    width: 573px;
    vertical-align: top;
    padding: 25px 15px 25px 15px;
}

/* Navigation */
td.navigation {
    width: 187px;
    padding: 0;
    margin: 0;
    
    vertical-align: top;
}

.navigationBackground {
    background: #e2e3e5;
}

ul.level1 {
    width: 177px;
    
    margin: 10px 0 0 10px;
    padding: 0;
}

ul.level1 li {
    list-style-type: none;
    background: transparent url(../img/navigationIcon.gif) no-repeat 0 8px;
    
    padding: 3px 0 3px 15px;
    margin: 0;
}

ul.level2 {    
    margin: 5px 0 5px -5px;
    padding: 0;
}

ul.level2 li {
    font-size: 0.8em;
    margin-bottom: 3px;
}

td.navigation p.logos {
    text-align: center;
}

/* Footer */
td.footer {
    height: 30px;
    
    background: #f3f3f3;
    text-align: center;
    vertical-align: middle;
}

td.footerSpacer {
    height: 30px;
}