/* ------------------------------------------------------------------- */
/* brs-hamburg
/* 090608
/* ------------------------------------------------------------------- */

/* Farbcodes */
/* lightest green - #f3f7f4 */
/* light green    - #dce7de */
/* medium green   - #b7ccbc */
/* dark green     - #135e21 */
/* font color     - #000000 */
/* link color     - #135e21 */


/* ------------------------------------------------------------------- */
/* Cross-Browser - HTML-Tag - Resetting
/* ------------------------------------------------------------------- */
@import url("reset.css");

/* ------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------- */
@import url("layout.css");

/* ------------------------------------------------------------------- */
/* helper classes
/* ------------------------------------------------------------------- */
@import url("helper.css");

/* ------------------------------------------------------------------- */
/* Styling Forms
/* ------------------------------------------------------------------- */
@import url("forms.css");

/* ------------------------------------------------------------------- */
/* Styling Plugins
/* ------------------------------------------------------------------- */
@import url("plugins.css");


/* ------------------------------------------------------------------- */
/* define standard-HTML-Tags
/* ------------------------------------------------------------------- */

body {
	background: url(../img/page-main-bg.jpg) 0% 0% repeat-x #b7ccbc;
	color: #000;
  font: 74%/140% Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #135e21;
	font-weight: normal;
	line-height: 1.2em;
	margin: 1.5em 0 0.5em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
h1.first-child, h2.first-child, h3.first-child, h4.first-child, h5.first-child, h6.first-child {
	margin-top: 0em;
}

h1, h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

small {
	font-size: 0.9em;
}

p {
	margin-bottom: 1.5em;
}

ul.inline li {
	float: none;
	display: inline;
}

ul.inline li a {
	background: none;
	border-left: 1px solid #135e21;
	padding: 0px 8px;
}

ul.inline li:first-child a,
ul.inline li.first-child a {
	border-left: 0;
}

a {
	color: #135e21;
	text-decoration: none;
}

a:active, a:hover {
	color: #398e49;
}

/* ------------------------------------------------------------------- */
/* Navigation
/* ------------------------------------------------------------------- */

.navigation {
	line-height: 2.5em;
}

.navigation li a {
	background: url(../img/page-sidebar-list-points.gif) no-repeat 7px 11px transparent;
	padding-left: 18px;
}

.navigation li.rex-active a,
.navigation li.active a {
	background-position: 7px -18px;
}

.navigation li.rex-active a,
.navigation li.rex-current a.rex-current,
.navigation li.active a {
	font-weight: bold;
}

.navigation li.rex-active li a,
.navigation li.active li a {
	font-weight: normal;
}

.navigation ul ul {
	background-color: #f3f7f4;
	border-top: 1px solid #fff;
	line-height: 1.5em;
	padding: 5px 0px;
}

.navigation ul ul li {
	border-bottom: none;
	padding: 0.1em 0;
}

.navigation ul ul li a {
	background-image: none;
}

#page-tool-nav .inline li a {
	border-left-color: #fff;
	color: #fff;
}

#page-tool-nav .inline li a:active,
#page-tool-nav .inline li a:hover {
	color: #dce7de;
}


/* ------------------------------------------------------------------- */
/* Sidebars
/* ------------------------------------------------------------------- */

.sidebar {
	background: url(../img/page-sidebar-bg.jpg) 0% 100% repeat-x #ebf2ec;
	margin: 0;
	padding-bottom: 150px;
}

/* navigation in sidebar */

.sidebar .navigation li {
	background-color: #e7efe8;
	border-bottom: 1px solid #fff;
}

.sidebar .navigation li a.active, .sidebar .navigation li:hover {
	background-color: #d1e0d3;
}

.sidebar .navigation a {
	display: block;
}

.sidebar .navigation a:hover {
	color: #135e21;
}

.sidebar .navigation ul ul li {
	background-color: transparent;
	border: 0;
}

.sidebar .navigation ul ul li:hover {
	background-color: #e8efe9;
}


/* ------------------------------------------------------------------- */
/* Content
/* ------------------------------------------------------------------- */

#content {
	padding: 20px;
	width: 510px;
}

#content h1, #content h2 {
	border-bottom: 1px solid #d0dfd3;
	padding-bottom: 0.5em;
}

#content h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content ol {
	list-style-type: decimal;
	margin: 0 1.5em 1.5em;
}

#content ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em;
}

#content li {
	display: list-item;
}

#content hr.sep {
	border-bottom: 1px solid #dce7de;
	display: block;
	height: 1px;
	margin: 0 auto 1.5em;
	visibility: visible;
	width: 100%;
}
}

#content .news .entry h3 {
	color: #000;
}

#content .news .entry .date {
	font-style: italic;
	margin-bottom: 0.5em;
}

#content input[type=text], #content input.text, #content select, #content textarea {
	width: 300px;
}


/* ------------------------------------------------------------------- */
/* Header
/* ------------------------------------------------------------------- */

#page-header {
	background: url(../img/page-header-standard.jpg) 0 0 no-repeat #fff;
}


/* ------------------------------------------------------------------- */
/* Footer
/* ------------------------------------------------------------------- */

#page-footer {
	color: #666;
	font-size: 0.9em;
}

#page-footer a {
	color: #666;
}

#page-footer a:active, #page-footer a:hover {
	color: #999;
}


/* ------------------------------------------------------------------- */
/* Boxes
/* ------------------------------------------------------------------- */

.box {
	margin: 10px 10px 1.7em;
}

.box h3 {
	font-weight: bold;
}

.box .images {
	background-color: #fff;
	border: 1px solid #d0dfd3;
	padding: 10px;
	text-align: center;
}

#box-partner .images {
	height: 138px;
	width: 138px;
}


/* ------------------------------------------------------------------- */
/* search form
/* ------------------------------------------------------------------- */

#box-search {
	height: 4em;
}

.search-field {
	font-size: 1em;
	padding: 1px 3px;
	width: 152px !important;
}

.search-submit {
	background: url(../img/icons/icon-search.gif) 50% 50% no-repeat transparent;
	border: none;
	cursor: pointer;
	height: 20px;
	overflow: visible;
	position: absolute;
	right: 0px;
	text-indent: -999em;
	width: 16px;
}

.search-submit:focus {
	border: none;
	outline: none;
}


/* ------------------------------------------------------------------- */
/* Modul - Downloadlist
/* ------------------------------------------------------------------- */

#content ul.download {
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0 0 1em;
}

ul.download li.file {
	background: no-repeat 4px 0.3em transparent;
	border-bottom: 1px solid #dce7de;
	line-height: 2em;
	padding-left: 25px;
}

ul.download li.type_pdf {
	background-image: url(../img/icons/ico_file_pdf.gif);
}
ul.download li.type_rar, ul.download li.type_zip {
	background-image: url(../img/icons/ico_file_zip.gif);
}