/* Allgemein */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/body_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

li {
	list-style-type:none;
}

a {
	color: #7CD300;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------ */

.fecloud {
	border: 1px solid #008C00;
	background-color: #fffff0;
	padding: 1em;
	margin: 1em 0;
	text-align: justify;
}

.fecloud a:hover {
	text-decoration: underline;
}

.fe0 {
	font-size: 12px;
	line-height: 20px;
	color: #7CD300;
	text-decoration: none;
}
.fe1 {
	font-size: 16px;
	line-height: 20px;
	color: #7CD300;
	text-decoration: none;
}
.fe2 {
	font-size: 18px;
	line-height: 20px;
	color: #7CD300;
	text-decoration: none;
}
.fe3 {
	font-size: 20px;
	line-height: 20px;
	color: #7CD300;
	text-decoration: none;
}

.iframe {
	width:900px;
	height:1000px;
	border:none;
}

/* ------------------------------ */


/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	padding-top: 52px;
	font-size: 45px;
	color: #554D49;
	font-weight: normal;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -1px;
}

#logo h1 a {
	color: #554D49;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#topmenu li {
	display: inline;
	letter-spacing:-0.5px;
}

#topmenu a {
	display: block;
	float: left;
	width: 150px;
	height: 90px;
	padding-top: 30px;
	background: #73D000 url(images/topmenu.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}


/* Content */

#content {
	float: left;
	width: 900px;
	padding: 10px;
	margin-bottom:20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	border-left: dotted 1px #ccc;
	margin-bottom:20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left:20px;
}

#sidebar li {
	list-style-type:disc;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat;
	padding-top:10px;
	clear:both;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#copy {
	text-align:center;
}



#suche {
	float: right;
	margin-right: 9px;
	margin-top:-11px;
	color: #939E9F;
}

#sidebar .box {
	padding: 10px;
	margin: 0;
	width: 180px;
	background-color: #fff;
	margin-left:10px;
}

#sidebar .box h2{
	background: none;
	margin: 0 0 10px 0;
	border: 0 none;
	padding: 0;
	font-size: 16px;
	text-align: left;
}

p {
	text-align: justify;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 150%;
}

form {
	margin: 0;
}

#search_top_submit {
	height: 22px;
	vertical-align: bottom;
}

#search_bottom_submit {
	height: 22px;
	vertical-align: bottom;
}

#content form {
	margin: 0;
}

a.linklist {
	display: block;
	margin: 3px 0 3px 10px;
}

.item {
	width: 150px;
	margin: 10px 0 10px 0;
	float: left;
	text-align: center;
}

.items {
	padding: 0;
	margin: 0 0 20px 0;
}

td.linklist {
	width: 200px;
	vertical-align: top;
}
td.configpanel {	
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
}

td.configpanel h2{
	margin: 0;
}
td.linklist h2{
	margin: 0;
}


.progressbar {
	float: left;
	border: 1px solid #939E9F;
	margin-top: 1px;
	height: 1.1em;
	overflow: hidden;
	background-color: #fff;
}
.progress_done {
	background-color: #EDF1F2;
}

.progress_error {
	background-color: #9e0203;
}

.pagination {
	border-top: 1px solid #d2dde4;
	border-bottom: 1px solid #d2dde4;
	text-align: center;
}

input.editbox, textarea.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #C6B4B5;
	background-color: #fff;
}

input.editbox_number {
	text-align: right;
}


* html input.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

select.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #C6B4B5;
	background-color: #FFF;
}

table.checkbox,table.radiobox {
	padding: 0;
	margin: 0;
}

table.checkbox td,table.radiobox td{
	padding: 3px 0 0 0;
	margin: 0;
}


table.error {	background-color: #FFDDDD; border: 1px solid #BF8387;}
table.notice {	background-color: #BFFFC2; border: 1px solid #598F5B;}
input.error, textarea.error, select.error {		background-color: #FFF; border: 1px solid #CC0000;}
input.notice, textarea.notice, select.notice {	background-color: #BFFFC2; border: 1px solid #598F5B; }

img.captcha {
	border: 1px solid #C6B4B5;
}




td.noticelistError {
	color: #990000;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

td.noticelistNotice {
	color: #000099;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

/* {{{ .clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* }}} */

table.listtable {
	width: 100%;
	border: 0px none;
}

table.listtable a {
	color: #7C6E69;
}

tr.listheader {
	background-color: #9E0D0D;
	color: #fff;
	text-align: left;
	background-image: url('images/border.gif');
	padding: 5px 5px;
	font-weight: bold;
}

tr.filterheader {
	background-color: #BFB4B0;
}

tr.listheader a {
	color: #FFFFFF;
}

tr.listheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


tr.listitem1 {
	background-color: #dfdcdc;
}

tr.listitem2 {
	background-color: #F1EDED;
}

tr.listitemhover {
	background-color: #EEDDAA;
}