body {
	background-color: #A8BED8;
	margin: 0;
	padding: 0;
	text-align: center;
}

p, #content ol, #content ul {
    margin-bottom: 1em;
}

h1, h2 {
    margin-bottom: 0.5em;
    margin-top: 1em;
}

#content h1:first-child, #content h2:first-child, #sidebarL h2:first-child, #sidebarR h2:first-child{
    margin-top: 0;
}

#header ul, #sidebarL ul, #sidebarL ul {
	list-style: none;
}

#content ul, #content ol {
	padding-left: 40px;
}

.noSpace {
    margin-bottom: 0;
    margin-top: 0;
}

.linie {
    height: 1px; 
    background-color: #D7DADD;
    margin: 0;    
}

/*Schrift*/

body, #content, td, #content h2.thema, #content h2.datum {
    font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}

h1, h2, #header, #header  a, #sidebarR .label {
	font-family: georgia, times, serif;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;    
}

h2 {
	font-size: 1.2em;
    font-weight: bold;
}

#metanavi {
	text-transform: uppercase;
}

#sidebarR .label span {
    font-size: 1.2em;
    font-weight: bold;
}

#content h2.thema {
    margin-bottom: 1em;
    margin-top: 0;
}

#content h2.datum {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

#content h1 {
	line-height: 1.2em;
}

#content p, #content li, #content, #sidebarR, #content h2.thema, #content h2.datum {
	line-height: 1.8em;
}

#content p.thema, #content h2.datum, .hinweis, .pcm {
	font-weight: bold;
}

/*Schriftfarben*/

body, #content h2.thema, #content h2.datum, input[type="text"] {
	color: #3C597B;	
}

h1, h2 {
	color: #5A81B0;
}

#content p.thema, #content .autor, #content .datum, #content h2.thema {
	color: #A7B1BC;
}
    
#sidebarR , .legend .foto, .archiv .first {
    color: #868E97;
}

#sidebarR .thema, #sidebarR a, #sidebarL a {
    color: #5F89BB;
}

#sidebarR .label span, #header, #header a, #footer a {
    color: #fff;
}

/*#logo a */
#header, #header  a, #footer a, #naviL a {
    text-decoration: none;
}

#content a, #logo a, #sidebarR a.archiv, #sidebarR .next a, #sidebarR a#link_archiv {
	color: #F68336;
}

.hinweis {
    color: #a10006;
}
/*ENDE Schrift*/


/*Positionierung Hauptelemente*/
#wrapper {
	background: #fff url(../images/layout/hg.gif) repeat-y;
	margin: auto;
	position: relative;
	text-align: left;	
	width: 1000px;
}

#header {
	background: #fff url(../images/layout/kopf.jpg) no-repeat;
	height: 110px;
	position: relative;
}

#metanavi {
	position: absolute;
	bottom: 10px;
	left: 740px;    
	border-top: 1px solid #DCDFE2;
	padding-top: 5px;
	width: 255px;
}

#metanavi ul li {
	float: left; 
	padding-left: 7px;
	margin-right: 7px;
	border-left: 1px solid #fff;
}

#metanavi ul li.first {
	padding-left: 0;
	border-left: none;
}

#contentBg {
 	background: url(../images/layout/hg_m.gif) no-repeat; 
	margin-left: 200px;	
	margin-right: 265px;
	min-height: 600px;
}

#content {
    margin-left: 20px;
	margin-right: 20px; 
	padding-top: 30px;
}

#sidebarLBg {
	background: url(../images/layout/hg_l.gif) no-repeat;
	float: left;
	margin-left: 5px;
	min-height: 150px;
	width: 190px;	
}

#sidebarRBg {
	background: url(../images/layout/hg_r.gif) no-repeat;
	float: right;
    margin-bottom: 40px;
	margin-right: 5px;
	min-height: 150px;
	width: 255px;	     
}

#sidebarL, #sidebarR {
	padding-top: 30px;
}

#sidebarL {
	margin-left: 7px;
	margin-right: 7px;
}

#sidebarR {
	margin-left: 7px;
	margin-right: 7px;
}

#footer {
 	clear: both; 
	background: #7CA1CD url(../images/layout/fuss.gif) no-repeat; 
 	margin-top: 40px; 
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 747px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    background: url(../images/layout/pfeil_nach_oben.gif) no-repeat;
    background-position: center left;
    padding-left: 12px;
}
/*ENDE Positionierung Hauptelemente*/

/*Elemente in sidebarL und in sidebarR*/
#sidebarL h2, #sidebarR h2 { 
    background: url(../images/layout/pfeil1.gif) no-repeat;
    background-position: center left;
    margin-top: 2em;
    padding-left: 12px; 
}

#sidebarL h2{ 
    margin-bottom: 0;
}

#sidebarR h2{ 
    border-bottom: 1px solid #D7DADD;
}

/*ENDE Elemente in sidebarL und sidebarR*/

/*Elemente in sidebarL*/
#sidebarL .box {
    background-color: #fff;
    border: 1px solid #E1E2E3;
    border-top: 4px solid #E1E2E3; 
    padding: 10px 10px 15px 10px;
}

#sidebarL .box input[type="text"]{
	background-color: #f8f9fc;
    border: 1px solid #E1E2E3;
    margin-bottom:5px;
    width: 100%;
}

#sidebarL #logo {
    background-color: #fff;
    border: 1px solid #E1E2E3;
    border-top: 4px solid #E1E2E3; 
    margin-top: 25px;
    padding: 10px;
}

#logo img {
    display: block;
    margin-bottom: 8px;
}

#logo a.pfeil {
    background: url(../images/layout/pfeil3.gif) no-repeat;
    background-position: center left;
    padding-left: 10px;
}

/*ENDE Elemente in sidebarL*/

/*Elemente in sidebarR*/
/*----label*/
#sidebarR .label {
    margin-bottom: 4px;
    margin-top: 3px;
}

#sidebarR .label  span {
    background: #FA7B26 url(../images/layout/datum_hg.jpg) repeat-x;
    padding: 2px 8px 4px 8px; 
    position: relative;
}

.ecke {
    height: 5px;
    position: absolute;
    bottom: 0;   
    right: 0;
    width: 5px;
}
/*----ENDE label*/

#sidebarR .next {
    margin-left: 12px;
}

#sidebarR .next p {
    margin-bottom: 0;
}
/*ENDE sidebarR*/

/*----archiv*/
.archiv .first  {
    background: url(../images/layout/pfeil2.gif) no-repeat;
    background-position: center left;
    float: left; 
    margin-left: 8px;  
    padding-left: 10px;    
    padding-right: 4px;
}

.archiv .second  {
	border-left: 1px solid #E1E2E3; 
	padding-left: 4px;
}

#content .archiv .second  {
	margin-left: 80px; 
}

#sidebarR .archiv .second  {
	margin-left: 70px; 
}

 #sidebarR .archiv {   
    border-bottom: 1px solid #E1E2E3; 
    margin-top: 30px;
}

#sidebarR a#link_archiv { 
    background: url(../images/layout/pfeil3.gif) no-repeat;
    background-position: center left;
	display: inline-block;
	margin-left: 64px;
    padding-left: 10px;
}
/*----ENDE archiv*/

/*Elemente im content*/
#content img {
/*HIER Problem bei IE5, IE6: border zu breit*/
    border: 4px solid #E1E2E3; 
    display: block;
    margin-bottom: 11px;
}

.autor {
	border-bottom: 1px solid #E7EAEC;
	border-top: 5px solid #E0E7ED;
	display: block;
    margin-bottom: 15px;
	margin-top: 5px;
}

.legend {
    border-left: 4px solid #5A81B0;
    padding: 0 10px 0 5px;
    font-size: 10px;
    color: #5A81B0;
    margin-bottom: 24px;
}

.legend p{
	padding-bottom: 0;
	margin-bottom: 0;
}

.video {
	background: url(../images/layout/icon_video.gif) no-repeat;
	padding-left: 14px;
}

/*ENDE Elemente im content*/

/*Spezifische classen im contao-css-framework*/
.clear {
	height: 0.1px; 
	overflow: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

.pagination ul {
	list-style-type: none;
}

.pagination li {
	float: left;
	margin-right: 10px;
}

/*ENDE Spezifische classen im contao-css-framework*/

/*fuer die opera*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
   :root .ecke {display: none;}
}
