
html {
	background-color: #444444;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #444;
}


/* ---------------------------------------------- */


#site,
#site-navigation,
#site-content,
#site-footer
{
	width:924px;
}


#site
{
	margin:0 auto 24px auto;
	padding-top:12px;
	background-color:#F2CD42;
/*    background:url(/media/graphics/site-background.png) repeat-y;*/
}


#site-header
{
	height: 300px;
	width:900px;
	margin-left:12px;
	background-color: #444;
	display: block;
/*    background:url(/media/graphics/header.jpg) no-repeat;*/
}


#site-navigation
{
/*	margin-left:12px;
	height: 30px;
    background:url(/media/graphics/sitenav-background.jpg) repeat-x;
	border-top:1px solid #444;
	border-bottom:1px solid #444;*/
}


#site-content
{
}

#site-footer
{
	height:14px;
	background-color:transparent;
	text-align:center;
    background:url(/media/graphics/site-footer-background.png) no-repeat;
}


/* ---------------------------------------------- */


#content-header
{
	width:900px;
	margin-top:12px;
	margin-left:12px;
}

#content-footer
{
	width:924px;
}

#content-navigation
{
	width:900px;
	margin-left:12px;
}

#content-body
{
	width:900px;
	padding-top:24px;
	padding-bottom:24px;
	margin-left:12px;
	background-color: transparent;
}

#content-body-navleft
{
	width:148px;
/*	background-color: #ddd;*/
	float:left;
	display: block;
	min-height: 200px;
}

#content-body-right
{
	width:718px;
	background-color: #ddd;
	padding:12px;
	float:right;
	display: block;
	min-height: 200px;
}

/* ---------------------------------------------- */

#content-footer
{
	/*    background:url(/media/graphics/content-footer-background.png) no-repeat;
		background-color: #f0f0f0;
		font-size: 14px;
		line-height: 1.3em;
		padding:12px 0;*/
}

#content-footer p
{
	/*	font-size: 11px;
		line-height: 1.3em;
		text-align: left;
		padding-left:24px;
		color: #999;*/
}

#content-footer a {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}

#content-footer a:link {
	color: #444;
}

#content-footer a:hover {
	color: #004c92;
}

#content-footer a.active {
	color: #004c92;
}

#content-footer a.header {
	font-size: 15px;
	font-weight:bold;
}

/* ---------------------------------------------- */

#details-image {
	float:left;
	width:240px;
	margin-top:24px;
}

#details-text {
	width:576px;
	margin-left: 24px;
	float: left;
	margin-top:24px;
}

#details-text h2 {
	font-size: 20px;
}

#details-rubrics {
	width:240px;
	float: left;
	margin-top:12px;
}

#details-description {
	width:336px;
	float: left;
	margin-top:12px;
}

a#details-download {
	display: block;
	height:35px;
	width:336px;
	margin-left:240px;
    background:url(/media/graphics/download-button.jpg) no-repeat;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding:9px 0 0 52px;
}


/* ---------------------------------------------- */

.overlay
{
	width:720px;
}

/* ---------------------------------------------- */


#titelliste
{
	margin-top: 12px;
}

#titelliste p {
	margin:0;
}

#titelliste table
{
	margin-top: 12px;
	width:840px;
	border:1px solid #aaa;
}

#titelliste table th,
#titelliste table td
{
	padding:6px;
	border-bottom:1px solid #aaa;
}

#titelliste table th
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: #f1f1f1;
}


.row
{
	padding:5px;
}

/* ---------------------------------------------- */

#titleedit
{
	width:840px;
}

label 
{
	/*	width:170px;
		float: left;*/
/*	display: block;*/
	font-size: 12px;
	line-height: 1.5em;
	padding:8px 0 4px 0;
	/*	padding-top:8px;*/
}

input#view
{
	float:left;
	margin-right:6px;
}

#edit_name
{
	float:left;
	width:400px;
	padding-top: 24px;
}

#edit_combi
{
	float:left;
	width:200px;
	padding-top: 24px;
}

#edit_combi label
{
	padding:0;
}

input#name,
input#urlname
{
	width:340px;
	font-size:16px;
	font-weight: bold;
	border:1px solid #aaa;
	background-color: #f1f1f1;
	padding:2px;
}


input[type=checkbox]
{
	margin-bottom:6px;
}

input[type=submit],
.button,
a.button,
a.button:link,
a.button:hover,
a.button:visited
{
	display: inline-block;
	border:1px solid #aaa;
	background-color: #eee;
	font-size:12px;
	line-height:12px;
	color:#444;
	padding:6px 10px;
	margin:6px;
	text-decoration: none;
	cursor:pointer;
}

#edit_image
{
	width:240px;
	float:left;
}

#edit_rubrics,
#edit_description
{
	float:left;
	margin-left:12px;
}

textarea#rubrics,
textarea#description
{
	height:300px;
	font-size: 14px;
	line-height: 1.5em;
	border:1px solid #aaa;
	background-color: #f1f1f1;
}

textarea#rubrics
{
	width:234px;
}

textarea#description
{
	width:330px;
}

/* ---------------------------------------------- */


h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin-top:18px;
}

h2
{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top:18px;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-top:18px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top:18px;
}

body#ne h3
{
	color: #0F5A2B;
}

body#bi h3
{
	color: #00346f
}

p {
	line-height: 1.5em;
	margin: 0.8em 0 0.7em 0;
}

/* ---------------------------------------------- */

ul {
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-size: 12px;
	line-height: 1.3em;
	margin-top:4px;
	margin-left:20px;
}

.listheader
{
	margin-bottom: 12px;
}

/* ---------------------------------------------- */

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color:#444;
}

a:hover {
	color: #bbb;
}

a.active {
	border-bottom: 2px solid #b33;
	padding-bottom: 4px;
/*	color: #00346f;*/
}

/* ---------------------------------------------- */


legend
{
	width:100px;
	font-size: 10px;
	padding-top:12px;
	padding-bottom: 4px;
}


/* ---------------------------------------------- */


a.hrefimage
{
	text-decoration: none;
	border: none;
}

#overview img
{
	width:150px;
}

#overview p
{
	font-size:12px;
	text-align: center;
	margin: 4px 0 0 0;
}

.overview-line
{
	width:840px;
	margin-top:24px;
}

.overview-cell
{
	float:left;
	margin-left:80px;
	width:150px;
}

p.small-overview
{
	height:40px;
    background:url(/media/graphics/categorybutton.jpg) no-repeat;
	padding-top:4px;
}


/* ---------------------------------------------- */

#sliderbox
{
	display: none;
	width:840px;
}

#sliderrubriken
{
	width:840px;
	font-size: 12px;
	text-align: center;
}

.sliderrubrik
{
	margin-left: 24px;
}

a#sliderbutton
{
	display: block;
	width:140px;
	height: 25px;
	background:url(/media/graphics/sliderbutton_closed.jpg) no-repeat;
	padding:5px 0 0 40px;
	font-size: 13px;
}