@CHARSET "ISO-8859-1";

/** Runde Ecken **/
.rtop,.rbottom {display:block}
.rtop *,.rbottom *{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/** Page **/

body, p, input, textarea, select, span, legend, h2, td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #474747;
	font-size: 11px;
}

::-moz-selection{
	background: #77BA01;
	color: #fff;
}

::selection {
	background: #77BA01;
	color: #fff;
}

a {
	color: #474747;
}
a:visited {
	color: #474747;
}
a:hover {
	color: #474747;
}

a.bblink {
	color: #474747;
}
a.bblink:visited {
	color: #474747;
}
a.bblink:hover {
	color: #474747;
}

img {
	display: block;
}

form {
	display: inline;
}

body {
	background-color: #77ba01;
	text-align: center;
}

h2 {
	font-size: 15px;
	font-weight: bolder;
}

input.button {
	background-color: #fff;
	color: #000;
	border: 0;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

span.tab {
	background-color: #e9e9e9;
	border: 0;
	border-color: #b1b1b1;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 1px 4px;
	margin-bottom: 0px;
	font-weight: bold;
}

.formEl {
	display: block;
	border: 1px solid #b1b1b1;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 6px;
	width: 250px;
}

ul.blume {
	margin: 4px;
	padding: 2px;
	padding-left: 15px;
	list-style-image: url(../images/blume.gif);
	list-style-type: none;
}

ul.blume li.blume {
	vertical-align: top;
	margin-bottom: -1px;
}

/** Elements **/

#content {
	margin: 170px auto;
	margin-bottom: 0px;
	width: 800px;
	text-align: left;
	z-index: 3;
}

div.content {
	width: 800px;
	background-color: #fff;
	height: 350px;
	position: relative;
}

#logo {
	position: absolute;
	top: 15px;
	left: 590px;
}

img.image {
	left: 100px;
	width: 360px;
	height: 360px;
	background-color: transparent;
	top: -5px;
	position: absolute;
}

ul.submenu {
	position: absolute;
	left: 12px;
	top: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #77ba01;
	font-size: 12px;
	height: 330px;
	/*font-weight: bold;*/
}

ul.submenu li {
	display: block;
	height: 10%;
}
ul.submenu li a {
	text-decoration: none;
	color: #77ba01;
}

div.description {
	position: absolute;
	left: 470px;
	top: 50px;
	z-index: 3;
}
div.description h2 {
	color: #77ba01;
}
div.description div.text {
	height: 170px;
	width: 300px;
	padding-right: 4px;
	overflow: auto;
}

div.description div.textHigher {
	height: 250px;
}

div.menu {
	margin: 10px auto;
 background-color: #77ba01;
	height: auto;
}

div.menu table {
	width: 100%;
}

div.menu table * td {
	text-align: center;
}

#imageBrowser {
	position: absolute;
	bottom: 0px;
	left: 462px;
	/*white-space: nowrap;*/
	height: 80px;
	width: 336px;
	z-index: 1;
}

#imageBrowserInner {
	width: 320px;
	height: 80px;
	overflow: hidden;
	white-space: nowrap;
	float:left;
	position: relative;
	/*background-color: #E2FFAF;*/
}

#leftButton, #rightButton {
	cursor: pointer;
	margin-top: 5px;
}

#leftButton {
	float:left;
}

#leftButton:hover, #rightButton:hover {
	background-color: #E2FFAF;
}

#imageBrowserInner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 10000px;
}

#imageBrowserInner * li {
	display: block;
	float:left;
	padding: 5px 5px 5px 5px;
	margin:0;
	min-width:65px;
	/*width: 80px;
	height: 80px;*/
}

.pfeil {
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	color: #474747;
	background-position: 0px 3px;
	padding-left: 12px;
}
.pfeil:visited {
	color: #474747;
}
.pfeil:hover {
	color: #77BA01;
	background-image: url(../images/pfeil_hover.gif);
}

.message {font-weight:bolder; font-size: 9px;}
.error {color: red;}
.warning {color: #FCC865;}
.success {color: green;}

#indicator {
	display: none;
	position: absolute;
	top: 350px;
	left: 45%;
	background-image: url(../images/loading.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 19px; 
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: transparent;
	z-index: 4000;
}

#hider {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 0px;
	right: 0px;
	background-color: #77BA01;
	z-index: 1;
}

/*
.debug {
	position: fixed; 
	display: inline;
	background-color: #d5d5d5; 
	right: 10px; 
	bottom: 10px; 
	text-align: left; 
	opacity: 0.6;
	font-size: 13px;
	border: 2px dashed #f0f0f0;
	-moz-border-radius: 10px;
}
.debug ul {
	padding: 0 18px;
}*/

