/* stuff */

body {
	background-color: #b3ac8f;
	margin: 0px;
	color: #006e85;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
}

a {
	color: #006e85;
	text-decoration: underline;
}

a:hover {
	color: #b3ac8f;
	text-decoration: underline;
}

a:active {
	color: #b3ac8f;
	text-decoration: underline;
}

a:focus {
	color: #b3ac8f;
	text-decoration: underline;
}

h1,h2 {
	color: #006e85;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 30px;
}

h3 {
	color: #b3ac8f;
}

/* layout */

center {
	height: 100%;
}

div#left {
}

div#center {
	margin: auto;
	background-color: #ffffff;
	width: 963px;
	min-height: 95%;
	height: auto;
	overflow: hidden !important;
}

div#right {
}

div#footer {
	width: 853px;
	background-color:#ffffff;
	min-height: 5%;
	height: auto;
	overflow: hidden !important;
	text-align: right;
	padding-right: 110px;
}

/* navi */

td {
	padding-right: 3px;
	padding-left: 3px;
}

/* content */

div#content {
	padding: 1px;
	width: 77%;
	text-align: left;
}

div#box {
	background-color: #f2f1ec;
	color: #b3ac8f;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
}

a#impressum {
	color: #b3ac8f;
	text-decoration: underline;
	text-align: right;
	/*position: absolute;
	bottom: 10px;*/
}

.list {
	font-weight: bold;
	color: #b3ac8f;
}

/* layer */

.layer {
	position: absolute;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	visibility: hidden;
}

.layer_td_top {
	font-weight:bold;
	background-color: #ffffff;
	border-top: solid 1px #b3ac8f;
	border-right: solid 1px #b3ac8f;
	border-left: solid 1px #b3ac8f;
	padding: 7px;
	font-family: arial;
        font-size: 12px;
        line-height: 20px;
}

.layer_td_middle {
	background-color: #f2f1ec;	
	border-bottom: solid 1px #b3ac8f;
	border-right: solid 1px #b3ac8f;
	border-left: solid 1px #b3ac8f;
	padding: 7px;
	font-family: arial;
        font-size: 12px;
        line-height: 20px;
        -moz-border-radius-bottomright:8px;
        -moz-border-radius-bottomleft:8px;
        -khtml-border-radius-bottomleft:8px;
        -khtml-border-radius-bottomright:8px;
}

