body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	background: #f5f5f5;
	margin: 50px 0 0 0;
	padding: 0 0 30px 0;
}


/* ============= Content-Boxen ============= */

#frame {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #ffffff;
}

#header {
	-moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px;			
	float: left;
	height: 80px;
	width: 700px;
	padding: 25px 50px 0 50px;
	margin-bottom: 1px;
	background: #ffffff url(../images/header/bg-header.png) no-repeat 50px;
}

#main {
	float: left;
	width: 700px;
	min-height: 400px;
	padding: 25px 50px 0 50px;
	-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px;			
	background: #ffffff url(../images/content/bg-main.png) repeat-x fixed bottom;
}

#footer {
	float: left;
	width: 800px;
	height: 20px;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

/* =============== Navigation Horizontal================= */

#menu {
	float: left;
	height: 20px;
	width: 700px;
	margin: 0 0 1px 0;
	padding: 0 50px 0 50px;
	background: #6b5659;	
}

#menu ul {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	overflow: visible;
	float: left;
}

#menu ul li h2, #menu ul li h2 a {
	color: #ffffff;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

#menu ul li h2 a:hover, #menu ul li h2:hover {
	color: #000000;
	text-decoration: none;
	border: 0;
}

#menu ul li ul li a {
	display: block;
	width: 145px;
	font-size: 11px;
	fomnt-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;	
	margin: 0 0 0 0;
	padding: 3px 3px 3px 10px;
	height: 15px;
	background: url(../images/header/bg-menu.png);	
}

#menu ul li ul li a:hover {
	color: #ffffff;
	background: #7ea356;	
	text-decoration: none;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
margin: 0 0 0 0;
width: 153px;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* ========== Startseite =========== */

#newsbox {
	float: right;
	width: 312px;
	background: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 10px 10px 10px 10px;	
	margin-right: 10px;
	}

#newsbox h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}


#newsbox h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/content/list.png) no-repeat left 50%;
	}
	
#newsbox h3 a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

#newsbox h3 a:hover {
	text-decoration: underline;
	} 

#introbox {
	float: left;
	width: 340px;
	text-align: justify;
	}

/* =================== Pathway =================== */

#pathway {
	float: left;
	margin: 0 0 25px 0;
}


/* =================== Page Index ===================== */

#page-index {
	float: right;
	width: 200px;
	border-left: 1px solid #d7e1d3;
	border-right: 1px solid #d7e1d3;
	border-bottom: 1px solid #d7e1d3;	

}

#page-index h4 {
	display: block;
	width: 197px;
	height: 17px;
	color: #ffffff;
	font-size: 10px;
	vertical-align: middle;
	margin: 0 -1px 0 -1px;
	padding: 3px 0 0 5px;
	background: #707070 url(../images/content/bg-tableheader.png) repeat-x;	
}

#page-index ul {
	list-style-type: none;
	margin: 10px 5px 10px 10px;
	padding: 0 0 0 0;
}

#page-index ul li {
	padding-bottom: 3px;
}

/* =================== Content =================== */

#content {
	float: left;
	font-size: 11px;	
	width: 700px;
	min-height: 400px;
	padding: 0 0 15px 0;
	-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px;	
	color: #333333;
}

#content h1, #content h1 a {
	clear: both;
	color: #5b4447;
	font-style: italic;	
	font-size: 22px;
	margin: 15px 0 15px 0;
}

#introbox h1 {
	margin: 0 0 15px 0;
	color: #7ea356;
	}


#content h2 {
	color: #5b4447;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;	
}

#content h3 {
	color: #7ea356;
	font-size: 16px;	
}

#content h4, #content h4 a {
	color: #7ea356;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;	
}

#content h4 a:hover {
	color: #8F8F8F;
}

#content p {
	padding-right: 20px;
}

#content ul, #content ol {
}

#content p a, #content ul a, #content ol a, #content table a {
	font-weight: bold;
	color: #7ea356;
	text-decoration: none;	
}

#content p a:hover, #content ul a:hover, #content ol a:hover, #content table a:hover {
	text-decoration: underline;	
	color: #8F8F8F;
}

#content tr.darkrow {
	background: #eeecec;
}

#content tr.lightrow {
	background: #ffffff;
}

#content p img.right {
	margin: 0 15px 15px 15px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;	
}

#content p.more, #content div.categorybox p.more  {
	float: right;	
	text-align: right;
	padding: 5px 15px 5px 5px;
}

#content br.clear {
	clear: both;
}

#content .bold {
	font-weight: bold;
}

#content h4.blog-head, #content h4.blog-head a {
	clear: both;
	font-size: 14px;
	text-decoration: none;
	padding-top: 15px;
	margin-bottom: -5px;
}

#content div.blog-text h2 {
	font-size: 12px;
}

/* =============================================================== */
/* =================== Special Content Classes =================== */
/* =============================================================== */

/* =================== Home Menu ==================== */

#content div.mybildgal {
	float: left;
	width: 163px;
	height: 110px;
	margin: 15px 10px 50px 0;
	border: 1px solid #999999;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	}

#content div.mybildgal img {
	float: left;
	position: relative;
	width: 165px;
	height: 110px;
	top: 0;
	left: 0;
	}

.article-header {
	width: 575px;
	padding: 3px 0 3px 0;
	border-top: 1px dotted #7ea356;
	border-bottom: 1px dotted #7ea356;	
}

.article-header span {
	padding-right: 15px;
}

/* ============ Overview Categories ============ */

#content div.categorybox {
	width: 575px;
	height: 200px;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	float: left;
	clear: both;
}

#content div.categorybox h2 {
	float: left;
	font-size: 16px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

#content div.categorybox h2 a {
	color: #7ea356;
	text-decoration: none;
}

#content div.categorybox h2 a:hover {
	color: #ffb600;
	text-decoration: underline;
}

#content div.categorybox p {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content div.categorybox p.description {
	width: 308px;
	padding: 8px 5px 5px 10px;
	margin: 0 0 0 0;	
}

#content div.categorybox p img {
	float: left;
	border: 1px solid #5b4447;	
	background: #5b4447;
}



/* =================== Overview Buildings =================== */

#content p.welcome {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #7ea356;
	padding-bottom: 15px;
}

#content p.building {
	border: 1px solid #5b4447;
	background: #5b4447;	
	padding: 0 0 0 0;
	margin: 10px 10px 0 0;
	float: left;
	text-align: center;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#content p.building a {
	display: block; 
	overflow: hidden; 
	width: 135px;
	height: 90px;
	color: #ffffff;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;		
}

#content p.building a:hover {
	color: #ffb600;
}

#content p.building span a  {
	display: block;
	width: 135px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* =================== Building =================== */

#content p.big {
	float: left;
	width: 250px;
	margin: 15px 0 0 0;
} 

p.big img, p img.right {
	border: 1px solid #5b4447;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;		
}

#content table.building {
	border-collapse: collapse;
	margin-top: 15px;
	width: 310px;
	float: left;
	border: none;
}

#content table.building thead th {
	font-size: 11px;
	color: #ffffff;		
	text-align: left;
	padding: 3px;
	background: #5b4447;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;		
}

#content table.building td {
	padding: 3px;
	height: 16px;
	color: #5b4447;
}

#content table.building td.description {
	height: 100px;
	color: #5b4447;
	vertical-align: top;	
}

#content table.building td.image {
	width: 270px;
	height: 250px;
	padding: 0;	
	text-align: center;
	vertical-align: top;		
}

#content table.building td.bold {
	font-weight: bold;
	border-right: 1px solid #ffffff;
	width: 120px;
}


/* =================== Tables =================== */

#content table {
	width: 575px;
	border: 1px solid #5b4447;
	border-collapse: collapse;
}

#content table thead tr {
	color: #ffffff;
	background: #5b4447;
}

#content table th {
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#content table tbody tr td {
	vertical-align: top;
	padding: 5px;
}

/* =================== Content Table =================== */

#content-table {
	width: 575px;
	margin-bottom: 25px;
	border-collapse: collapse;
}

#content-table thead tr {
	color: #ffffff;
	background: #5b4447;
}

#content-table th {
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#content-table tfoot tr {
	color: #ffffff; 
	background: #707070 url(../images/content/bg-tableheader.png) repeat-x;
}

#content-table tfoot tr td {
	text-align: center;
	padding: 2px;
}

#content-table tbody tr td {
	color: #5b4447;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#content-table tbody tr td a {
	color: #5b4447;
	text-decoration: none;
}

#contenttable tbody tr td a:hover {
	color: #707070;
	text-decoration: underline;
}


/* =================== Formulare ================ */

#content form fieldset {
	margin-top: 15px;
float: left;
	padding: 10px;
	width: 600px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;		
}

#content form fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #5b4447;	
	padding: 0 10px 0 10px;
}

#content form fieldset label {
	color: #5b4447;
	}

#content form fieldset label.fixedwidth {
	display: block;
	width: 120px;
	font-size: 11px;
	float: left;
	line-height: 14px;
	vertical-align: middle;
	margin: 5px 0 5px 0;
}

#content form fieldset label.nowidth {
	display: block;
	float: left;	
	width: auto;
	line-height: 14px;
	vertical-align: middle;
	margin: 5px 10px 5px 10px;
}

#content form fieldset input {
	border: 1px solid #cccccc;
	float: left;
	height: 14px;
	padding: 1px;
	font-size: 11px;
	margin: 5px 5px 5px 5px;	
	vertical-align: middle;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;						
}

#content form fieldset select, #content form fieldset textarea {
	font-size: 10px;
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 5px 0 5px 5px; 		
	-moz-border-radius: 3px; -webkit-border-radius: 3px;						
}

#content form fieldset br {
	clear: both;
	line-height: 10px;
}

#content form fieldset input.button {
	float: none;
	background: #7ea356;
 	color: #ffffff;
	width: 100px;
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	margin: 0 0 0 0;		
	padding: 0 10px 0 15px;
	border: 1px #7ea356 solid;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;		
}

#content form fieldset input.button:hover {
 	color: #ffffff;
	text-decoration: none; 
	color: #ffffff;
	background: #638044;
	cursor: pointer;
} 




/* =================== Filter =================== */

#filter {
	width: 575px;
}

#filter fieldset {
	padding: 7px;
	border: 1px solid #d7e1d3;
}

#filter legend {
	font-size: 11px;
	font-weight: bold;
	color: #7ea356;
}

#filter input {
	font-size: 11px;
	color: #7ea356;
	margin-left: 3px;	
	margin-right: 7px;	
	border: 1px solid #d7e1d3;
}

#filter input.button {
	font-weight: bold;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	border: none;
	background: #84A3BD url(../images/system/bg-button.png) repeat-x;
	cursor: pointer;
}

#filter input.button:hover {
	color: #ff9900;
}

#filter select {
	font-size: 10px;
	color: #7ea356;
	margin-left: 3px;	
	margin-right: 7px;		
	border: 1px solid #d7e1d3;
}


/* =================== Page Counter =================== */

#page-count {
	margin-top: 30px;
	margin-bottom: 10px;	
	text-align: center;
}

#page-count span.active {
	padding: 3px;
	color: #ffffff;
	background: #7ea356
}


/* =================== Footer ========================= */

#footer p {
	display: inline;
	line-height: 20px;
	color: #999999;
}

#footer ul {
	display: inline;
	margin: 0;
	line-height: 25px;	
	padding: 0 0 0 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;	
}

#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #356b21;
	text-decoration: underline;
}

#content img {
	-moz-border-radius: 5px; -webkit-border-radius: 5px;	
	}


/* =================== Error-Messages ========================= */

#error {
	clear: both;
	width: 400px;
	min-height: 60px;
	margin: 10px auto 50px auto;
	border-left: 1px solid #e42c18;
	border-right: 1px solid #e42c18;
	border-bottom: 1px solid #e42c18;		
	background: url(../images/system/error.png) no-repeat left;
}

#error h1 {
	width: 392px;
	font-size: 11px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	margin: 0 -1px 0 -1px;
	background: #e42c18 url(../images/system/bg-button-error.png) repeat-x;
}

#error h2 {
	color: #e42c18;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 60px;
}

#error p {
	padding: 0 5px 5px 60px;
	margin: 10px 0 5px 0;	
}

#error p a.button {
	font-weight: bold;
	color: #ffffff;
	margin: 15px 15px 15px 100px;
	padding: 3px 5px 3px 5px;
	border: none;
	background: #e42c18 url(../images/system/bg-button-error.png) repeat-x;
	cursor: pointer;
}

#error p a.button:hover {
	color: #000000;
	text-decoration: none;
}


#warning {
	clear: both;
	width: 400px;
	min-height: 60px;
	margin: 10px auto 50px auto;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;		
	background: url(../images/system/warning.png) no-repeat left;
}

#warning h1 {
	width: 392px;
	font-size: 11px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	margin: 0 -1px 0 -1px;
	background: #ff9900 url(../images/system/bg-button-warning.png) repeat-x;
}

#warning h2 {
	color: #ff9900;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 60px;
}

#warning p {
	padding: 0 5px 5px 60px;
	margin: 10px 0 5px 0;
}

#warning p a.button {
	font-weight: bold;
	color: #ffffff;
	margin: 15px 15px 15px 100px;
	padding: 3px 5px 3px 5px;
	border: none;
	background: #ff9900 url(../images/system/bg-button-warning.png) repeat-x;
	cursor: pointer;
}

#warning p a.button:hover {
	color: #000000;
	text-decoration: none;
}

#warning ul {
	margin: 0 5px 5px 60px;
	padding: 0 0 0 60px;	
}

#warning ul li {
	color: #ff9900;
	font-weight: bold;
}