/* ------------------------------------------------------------------- */
/* huebener
/* 090624
/* ------------------------------------------------------------------- */

/* Farbcodes */
/* blue         - #039 */
/* lighter-blue - #e9ecf5 */
/* light-blue   - #cbd6ea */

/* ------------------------------------------------------------------- */
/* 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 buttons
/* ------------------------------------------------------------------- */
@import url("buttons.css");

/* ------------------------------------------------------------------- */
/* indiviual Page Styles
/* ------------------------------------------------------------------- */
@import url("pages.css");


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

body {
	background: #999;
	color: #000;
  font: 74%/140% Arial, Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1, h2 {
	color: #015600;
	font-size: 1.38em;
	margin-bottom: 0.75em;
}

h1, h3 {
	font-weight: bold;
}

small {
	font-size: 0.9em;
}

p {
	margin-bottom: 1.3em;
}

a {
	border-bottom: 1px dotted #999;
	color: #111;
	text-decoration: none;
}
a:active, a:hover {
	color: #015600;
}
a img {
	border: none;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	font-size: 0.98em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	width: 100%;
}

ul.inline {
	padding-right: 5px;
}
ul.inline li {
	border-left: 1px solid #8f8f8f;
	padding: 0px 3px 0px 5px;
}
ul.inline li:first-child, ul.inline li.fc {
	border-left: none;
	padding-left: 0px;
}

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

#page-wrapper {
	background-color: #fff;
}

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

.sidebar h2 {
	margin-bottom: 0.25em;
}

.sidebar h2,
#main-navigation a {
	line-height: 30px;
	padding: 0px 10px;
}

#main-navigation ul {
	border-top: 1px solid #fff;
}

#main-navigation li,
#main-navigation a {
	line-height: 30px;
}

#main-navigation a {
	background: url(../img/page-content-list-point-green.gif) no-repeat 10px 50%;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
	display: block;
}

#main-navigation ul ul {
	background: #f6f6f6;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0.5em 0;
}

#main-navigation ul ul li,
#main-navigation ul ul a {
	border: none;
	line-height: 1.4em;
}

#main-navigation ul ul a {
	background-image: url(../img/page-content-list-point-grey.gif);
	background-position: 20px 0.5em;
	padding-left: 30px;
}

#main-navigation.sidebar .box a {
	background: none;
	border: 0;
	display: inline;
	line-height: inherit;
	padding: 0em;
}

a.rex-current {
	color: #015600;
	font-weight: bold;
}


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

#page-header a {
	border: none;
}


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

#page-content h1 {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.25em;
}

#page-content #content-header-image {
	margin: -15px 0 1.5em -15px;
}

#page-content ol,
#page-content ul {
	list-style-position: outside;
	margin-bottom: 1.3em;
	position: relative;
}
#page-content ol {
	list-style-type: decimal;
	padding-left: 18px;
}
#page-content ul li {
	background: url(../img/page-content-list-point-green.gif) no-repeat 0 0.5em;
	margin-bottom: 0.25em;
	padding-left: 1em;
}


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

#page-footer {
	background-color: #fff;
	height: 1.3em;
}

#page-footer div {
	margin-right: 5px;
	padding-right: 0px;
	position: absolute;
}

#page-footer ul {
	list-style-type: none;
}

#page-footer ul li {
	border-left: 1px solid #8f8f8f;
	display: inline;
	padding: 0px 5px 0px 5px;
}

#page-footer ul li:first-child, #page-footer ul li.fc{
	border-left: none;
	padding-left: 0px;
}

#page-footer #footer-pages {
	left: 215px;
}


/* ------------------------------------------------------------------- */
/* Sidebar
/* ------------------------------------------------------------------- */

.sidebar #language_chooser {
	background: #fff;
	display: table;
	height: 120px;
	position: relative;
	width: 100%;
}
.sidebar #language_chooser ul {
	display: block;
	left: 40px;
	position: absolute;
	top: 55px;
}
.sidebar #language_chooser li {
	border: 0;
	float: left;
	margin-right: 5px;
	padding: 0;
}
.sidebar #language_chooser a {
	background: url(../img/icons/ico_languages.gif) no-repeat 0px 0px;
	border: none;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 20px;
	text-indent: -999em;
}
.sidebar #language_chooser .de a {
	background-position: 0px 0px;
}
.sidebar #language_chooser .en a {
	background-position: 0px -10px;
}
.sidebar #language_chooser .fr a {
	background-position: 0px -20px;
}
.sidebar #language_chooser .es a {
	background-position: 0px -30px;
}
.sidebar #language_chooser .it a {
	background-position: 0px -40px;
}

.sidebar .box {
	padding: 10px;
	padding-right: 5px;
}
.sidebar .box h2 {
	padding: 0px;
}


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

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

#page-content ul.download li.file {
	line-height: 2em;
	padding-left: 25px;
}

#page-content ul.download li.type_pdf {
	background: url(../img/icons/ico_file_pdf.gif) no-repeat 4px 0.4em transparent;
}


/* ------------------------------------------------------------------- */
/* Modul - Sitemap
/* ------------------------------------------------------------------- */

#sitemap ul {
	margin: 0.5em 0 0;
}
#sitemap li {
	font-weight: bold;
	padding-bottom: 0.25em;
}
#sitemap li li {
	background-image: url(../img/page-content-list-point-grey.gif);
	font-weight: normal;
}


/* ------------------------------------------------------------------- */
/* Modul - Slimbox
/* ------------------------------------------------------------------- */

#lbImage a,
#lbBottomContainer a {
	border: none;
}