/* Allgemein */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/body_bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1777B1;
}

/* ------------------------------ */

.tagcloud {
	border: 1px solid #1777B1;
	background-color: #f0fafb;
	padding: 1em;
	margin: 1em 0;
	text-align: justify;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.tag0 {
	font-size: 12px;
	line-height: 20px;
	color: #1777B1;
}
.tag1 {
	font-size: 16px;
	line-height: 20px;
	color: #1777B1;
}
.tag2 {
	font-size: 18px;
	line-height: 20px;
	color: #1777B1;
}
.tag3 {
	font-size: 20px;
	line-height: 20px;
	color: #1777B1;
}

/* ------------------------------ */

li {
	list-style-type:none;
}

a {
	color: #1777B1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* TopMenu */

#topmenu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	letter-spacing:-0.4px;
}

#topmenu a {
	display: block;
	float: left;
	width: 125px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #A8D7F8 url(images/topmenu.gif) no-repeat;
	border-left: 2px solid #1777B1;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #1777B1;
}

#topmenu a:hover {
	background: #FF9009 url(images/topmenu_hover.gif) no-repeat;
	color: #005826;
}

#topmenu .active a {
	background: #A8DC35 url(images/topmenu_active.gif) no-repeat;
	border: none;
	color: #E80732;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	padding: 30px 0;
}


/* Content */

#content {
	float: left;
	width: 785px;
	padding:10px;
}

/* Sidebar */

.menu{
	margin-left:-10px;
}

.menu ul{
	margin:0;
	padding:0;
}

.menu li{
	list-style-type:disc;
}

.menu li a{
	text-decoration:none;
	color:#1777B1;
}

.menu li a:hover{
	text-decoration:underline;
}

#sidebar h2 {
	margin: 0 0 0 10px;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 30px;
	padding: 10px;
	background: #1777B1;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}


#copy {
	padding-top:2px;
	text-align:center;
}


#copy a {
	text-decoration:underline;
}

#copy a:hover {
	text-decoration:none;
}

#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;
}
