/* global */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: left;
    background-color: #666666;
}

.colorBackground {
    background-color: #FCFFF0;
}

.colorA {
    background-color: #E38E08;
}

.colorB {
/* same as table headers */
    background-color: #EEB419;
}

.colorC {
/* same as even table rows, uneven rows are a bit brighter */
    background-color: #FFE74C;
}

.hoverHighlight:hover {
	cursor: pointer;
	background-color: #E8D895;
}

table,
img {
	border: solid 1px #000000;
}

a img:hover {
    border-color: white;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 0;
    vertical-align: top;
}

h1 {
    font-size: 1.5em;
    margin: 0 0 10px;
    padding-left: 25px;
    border-bottom: 1px solid black;
}

h2 {
    font-size: 1.2em;
    margin: 0;
    padding-left: 5px;
}

p.bilderunterschrift {
    font-style: italic;
    text-align: center;
    margin: 0;
}

/* main layout */

div.container {
    margin: 0 auto;
    height: 99%;
    min-height: 98%;
    position: relative;
    padding: 3px;
}

table.main {
    width: 100%;
    height: 99%;
    table-layout: fixed;
}

td.leftCol,
td.copyright {
    width: 150px;
    border-right: 1px solid black;
}

td.copyright {
	vertical-align: bottom;
}

div.highlightrow {
	height: 22px;
	text-align: center;
	vertical-align: middle;
	margin: 18px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.rightCol {
	height: 100%;
}

table.leftCol,
table.rightCol {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

td.logo {
    height: 150px;
    width: 100%;
    text-align: center;
    background-image: url("img/header.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
}

td.menu {
    height: 100%;
    width: 100%;
    padding-top: 10px;
    text-align: left;
}

div.bannerOverlay {
    height: 100%;
    background: url("img/banner.png") no-repeat;
}

td.content {
    /*height: 100%;*/
    padding: 15px 15px 25px;
    /*min-width:600px;*/
}

td.content > div {
    max-width: 1000px;
}

a {
    outline: none;
}

td.banner {
    background-image: url("img/banner-repeat.png");
    background-repeat: repeat-x;
    font-weight: bold;
    font-variant:small-caps;
    letter-spacing: 3px;
    padding-top: 42px;
    padding-left: 20px
}

/* menu layout */

div.link,
div.linkActive {
	width: 100%;
	height: 21px;
	margin: 5px 0 0;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-repeat: repeat-x;
}

div.link {
    background-image: url("img/menu_link.png");
}

div.linkActive {
    background-image: url("img/active_menu_link.png");
}

table.pageswitch a,
div.link a,
div.linkActive a {
    color: #000000;
    letter-spacing: 0.0em;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1.0em;
}

div.link a {
    margin-left: 10px;
}

div.linkActive a {
    margin-left: 15px;
}

/* page switcher layout */

table.pageswitch {
    float: right;
    margin-right: 50px;
}

table.pageswitch td {
    padding: 3px 10px 4px;
    vertical-align: middle;
    border: 1px solid black;
}

table.pageswitch td.inactive {
    background: #EEB419 url("img/switcher_inactive.png") top repeat-x;
}

table.pageswitch td.active {
    background: #FFE74C url("img/switcher_active.png") bottom repeat-x;
}

table.pageswitch td a {
    
}

/* specific content layout */

.newline {
    clear: both;
}

div.floatingImageLeft,
div.floatingImageRight,
div.floatingImageRightNext {
    margin: 5px;
}

div.floatingImageLeft {
    float: left;
}

div.floatingImageRight,
div.floatingImageRightNext {
    float: right;
}

div.floatingImageRightNext {
    clear: right;
}

div.portrait {
    float: left;
}

table.portrait {
    border: 0;
}

table.portrait td {
    text-align: center;
    line-height: 1.0em;
    padding-right: 20px;
}

div.portrait p {
    margin: 0;
}

div.centered {
    margin-left:auto;
    margin-right:auto;
}

div.map {
    height: 350px;
    border: 1px solid black;
}

p.signatur:first-line {
    font-weight: bold;
}

p.signatur {
    clear: both;
    padding-left: 25px;
    border-top: 1px solid black;
}

/* Impressum */
img.email {
	border: none;
	vertical-align: middle;
}
