/**
 * @version		$Id: editor.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright	Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

body {
	background: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #003366;
}

h1 {
	
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #EC7F00;
}

h2.h2_kleiner{
	font-size:17px;
}

h3 {
  font-weight: normal;
  
  font-size: 18px;
  color: #003366;
}

h4 {
	font-weight: bold;
	
	color: #333;
}

a:link, a:visited {
 text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

table{
	margin:0;
	padding:0;
}

table td{
	vertical-align:top;
	margin:0;
	padding:0;
}

table th{
	font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    margin: 0;
    padding: 0 6px 0 0;
}

.textblock{
	float: left;
    padding: 0 13px 0 29px;
    width: 387px;
	min-height:600px;
}

.textblock ul{
	margin:0;
	padding:0 0 0 10px;
}

.textblock ul li{
	background: url("../images/li-pfeil.png") no-repeat scroll left 8px transparent;
    line-height: 200%;
    list-style-type: none;
    padding-left: 17px;
}


.sidebar_verlauf{
	background:url(../images/sidebar_shadow.png) repeat-y left;
	/*background: -moz-linear-gradient(center top , #FBDFC0, white 50%, #FBDFC0) repeat scroll 0 0 transparent;*/
	width:280px;
	padding:0px 0px 0px 18px;
	float:left;
	text-align:center;
}

.sidebar_verlauf img{
	background: -moz-linear-gradient(center top , #FBDFC0, white 50%, #FBDFC0) repeat scroll 0 0 transparent;
	padding:10px 15px 15px 15px;
}

.bildunterschrift{
	display: block;
    padding: 6px 15px;
	font-size: 12px;
    line-height: 1.5em;
    text-align: right;
}

.bildunterschrift *{
	font-size: 12px;
    line-height: 1.2em;
}

 .sidebar_verlauf table{
	background: -moz-linear-gradient(center top , white, white 65%, #FBDFC0) repeat scroll 0 0 transparent;
	width:100%;
	padding-bottom:15px;
}

 .sidebar_verlauf table th{
    font-weight: bold;
    text-align: right;
    width: 100px;
	padding-right:4px;
}


 .sidebar_verlauf table th, 
 .sidebar_verlauf table td {
	font-size: 10px;
}

 .sidebar_verlauf table td {
	padding-left:4px;
	text-align:left;
}

table.tabelle_zahlen_fakten{
	width:610px;
}


table.tabelle_zahlen_fakten td{
	width:200px;
	padding:3px 6px;
}

table.tabelle_zahlen_fakten th{
	padding:3px 6px;
	text-align:left;
	font-weight:bold;
	
}

table.tabelle_zahlen_fakten tr.gerade{
	
}

table.tabelle_zahlen_fakten tr.ungerade{
	
}

table.tabelle_zahlen_fakten tr.ungerade td,
table.tabelle_zahlen_fakten tr.ungerade th{
	background:none repeat scroll 0 0 #C9E0F3;
}

table.tabelle_zahlen_fakten tr td{
	font-size:11px;
	line-height:130%;
}


p.smalltext_11px, p.smalltext_11px strong{
	font-size:11px;
	line-height:130%;
}
/*
.zitatmB, .zitat{
	background: url(../images/zitat_unten.jpg) bottom left no-repeat;
    width: 387px;
}

.zitatmB .zoben, {
	padding-right: 30px;
    width: 357px;
}

.zitat .zoben{
	padding:15px 30px 10px 10px;
    width: 357px;
	background:url(../images/zitat_oben.jpg) no-repeat top left;
}

.zitatmB blockquote, .zitat blockquote{
	background: url(../images/quotes_start.gif) no-repeat scroll 0 0 transparent;
    color: #333366;
    margin: 0px 10px 0 0;
    
}

.zitatmB blockquote{
	float:left;width: 219px;
}

blockquote p{
	font-size: 12px;
    line-height: 150%;
    margin: 0.8em 1.2em;
}

.zoben cite, cite{
	color: #909CA5;
    display: block;
    font-size: 0.9em;
    line-height: 130%;
    margin-bottom: 10px;
    margin-left: 125px;
    padding: 0 0 0 8px;
    width: 225px;
}

p cite{
	margin-left:0;
}
*/
cite{
	margin-left:29px;
}
/*
.zitatBild{
	float: left;
    margin: 16px 6px 0 0;
}
*/
blockquote{
	background: url("../images/quotes_start.gif") no-repeat scroll 0 0 transparent;
    color: #333366;
    margin: 0 10px 0 0;
    padding-top: 36px;
}

blockquote p{
	margin-left: 34px;
    margin-top: -22px;
}

blockquote img{
	float: left;
    padding-right: 10px;
}

blockquote cite, cite{
	color: #909CA5;
    display: block;
    font-size: 0.9em;
    line-height: 130%;
    margin-bottom: 10px;
    margin-left: 125px;
	margin-left:34px;
    padding: 0 0 0 0px;
    width: 225px;
}

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
/*hr.system-pagebreak { border: gray dashed 1px; color: gray; }*/