/* layout
----------------------------------------------- */
*, html {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
}

/* HEADER */
	
#header {
	position: relative;
	width: 1000px;
	margin: auto;
}

#banner-image {
    float: left;
    width: 200px;
    height: 170px;
}

/* Header Navigation */

#top-navigation ul li {
    width: 200px;
    text-align: center;
    float: left;
    list-style-type: none;
    color: #ffffff;
}

#top-navigation ul li a {
    background-image: url(/images/header/Navigation/navioben.jpg);
    display: block;
    line-height: 34px;
    height: 34px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

#top-navigation ul li a:hover {
    background-image: url(/images/header/Navigation/naviobenaktiv.jpg);
    color: #000000;
}

#top-navigation .active {
    line-height: 34px;
    height: 34px;
    color: #000000;
    background-image: url(/images/header/Navigation/naviobenaktiv.jpg);
}

/* CONTENT */

#content_container {
	position: relative;
    left: 0px;
	width: 1000px;
	margin: auto;
	background-color: #5AB0BD;
    min-height: 500px;
    background-image: url(/images/content/page01.jpg);
}

#content {
    width: 775px;
	float: left;
}

/* Main Menu */

.menu {
	float:left;
	width: 172px;
    min-height: 250px;
    margin: 25px;
    display: inline;
}

.menu ul li {
    list-style-type: none;
    text-align: center;
    width: 172px;
    color: #ffffff;
    margin-bottom: 5px;
}

.menu ul li a {
    background-image: url(/images/content/Navigation/buttonlinks.jpg);
    color: #ffffff;
    line-height: 34px;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

.menu ul li a:hover {
    background-image: url(/images/content/Navigation/buttonlinksaktiv.jpg);
    color: #000000;
}

.mainlevel {
	margin-right: 15px;
}

.menu .active {
    line-height: 34px;
    height: 34px;
    color: #000000;
    background-image: url(/images/content/Navigation/buttonlinksaktiv.jpg);
}

/* KONTAKT */

#kontakt_table {
    width: 100%;
}

#kontakt_table label {
    display: block;
    font-size: 10px;
    background-color: #ffffff;
    padding-left: 5px;
}

#kontakt_table table {
    width: 100%;
}

#kontakt_table table tr td {
    width: 50%;
    background-color: #ffffff;
}

#kontakt_table input {
    background-color: #ECECEC;
    border: none;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed black;
}

#kontakt_table textarea {
    border: none;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 98%;
    margin-bottom: 5px;
}

#kontakt_table .error {
    color: red;
}

#kontakt_table .button {
    border: 2px solid #d3d3d3;
    height: 25px;
}

/* ENDE KONTAKT */

/* typography
----------------------------------------------- */
	
h1 {
	color: #000000;
	font-size: 18px;
}

h1 a {
	color: #000000;
	font-size: 18px;
    text-decoration: underline;
}

h2 {
	color: #000000;
	font-size: 16px;
}

h2 a {
	color: #000000;
	font-size: 16px;
    text-decoration: underline;
}

h3 {
	color: #000000;
	font-size: 14px;
}

h3 a {
	color: #000000;
	font-size: 14px;
    text-decoration: underline;	
}

h4 {
	color: #000000;
	font-size: 12px;
}

h4 a {
	color: #000000;
	font-size: 12px;
    text-decoration: underline;	
}


/* CLASSES for the style.xml */

.h2_red {
	color: #DB241A;
}

.h2_red a {
	color: #DB241A;
}

.h2_gray {
	color: #999999;
}

.h2_gray a {
	color: #999999;
}

.h3_red {
	color: #DB241A;
}

.h3_red a {
	color: #DB241A;
}

.h3_gray {
	color: #999999;
}

.h3_gray a {
	color: #999999;
}

/* END CLASSES for the style.xml */


#flash_note {
	padding: 5px;
	color: green;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid green;
}

#flash_error {
	padding: 5px;
	color: red;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid red;
}


/* links 
------------------------------------------- */

a {
	border: 0px;
	text-decoration: none;
	color: #000000;
}

a img {
	border: 0;
}

/**
* CMS
**/
.hoverable:hover {
    outline: 2px dashed gray;
    /* background-color: #FFFFCC; */
}
#navigation_bar_wrapper_ {
    border-top:2px solid;
    height:2px;
    position:fixed;
    width:100%;
    z-index:11;
}
#navigation_bar {
    background-color:black;
    border-bottom:1px solid blue;
    color:white;
    font-weight:bold;
    padding:2px 2px 2px 1em;
}
