@charset "utf-8";
/* CSS Document */


body {
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
}


#page {
	width:100%;
}

/* ausblenden */
#header .right, #menue, #submenue, #sidebar, #footer {
	display:none;
}


/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
    font-family: 'MuseoSlab500';
    src: url('../fonts/Museo_Slab_500-webfont.eot');
    src: url('../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo_Slab_500-webfont.woff') format('woff'),
         url('../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('../fonts/Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('../fonts/Museo_Slab_500italic-webfont.eot');
    src: url('../fonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
         url('../fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
         url('../fonts/Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Header */
#header {
	position:relative;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #4e920b;
}

#header a {
	color:#515151;
	text-decoration:none;
}


/* Logo */
#header #logo h2 {
	position:absolute;
	top:0;
	left:70px;
	margin:0;
	font-size:16px;
	font-weight:normal;
}

#header #logo img {
	width:65px;
	height:auto;
}

/* Titel */
#header h1 {
	margin:0;
	font-size:36px;
	letter-spacing:-0.015em;
}

#header h1 span {
	font-size:18px;
	letter-spacing:-0.01em;
}


/* aus rte.css */
h1 {
	font:bold 1.25em 'MuseoSlab500', Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#4e920b;
	margin-bottom:15px;
}

h2 {
	font:bold 1.1em 'MuseoSlab500', Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#4e920b;
	margin-bottom:8px;
	margin-top:20px;
}
	
h3 {
	font-weight:bold;
	font-size:1em;
	color:#4e920b;
	margin-top:20px;
}

p {
	margin:5px 0px 15px 0;
}

a {
	color:#4e920b;
	text-decoration:underline;
	outline:none
}

img {
	border:none;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

ul, ol {
	margin:5px 0px 15px 30px;
}

table {
	border-collapse:collapse;
	margin:10px 0 15px 0;
}

hr {
	border:none;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:15px;
}


.gruenfett {
	color:#4e920b;
	font-weight:bold;
}

.rotfett {
	color:#c71e1e;
	font-weight:bold;
}

.gruen {
	color:#4e920b;
}
.rot {
	color:#c71e1e;
}
.grau {
	color:#515151;
}

a.linkgrau {
	color:#515151;
}

p.bggruen {
	background-color:#4e920b;
	padding:5px;
	color:#fff;
}

p.bghellgruen {
	padding:5px;
	background-color:#A7C784;
	background-color:#C9DCB4;
}

p.bgbeige {
	background-color:#f5efe1;
	padding:5px;
}


img.bilderrand {
	border:5px solid #f5efe1;
}


.textklein, p.textklein {
	font-size:0.9em;
}


/* ausrichtung */
.textlinks {
	text-align:left;
}
.textrechts {
	text-align:right;
}
.textblocksatz {
	text-align:justify;
}
.textzentriert {
	text-align:center;
}



/* Tabellen */
th {
	font-weight:bold;
	text-align:left;
}

table.contenttable {
	width:auto;
	border:none;
	/*border-collapse:separate;
	border-spacing:20px;*/
}
.contenttable td, .contenttable th {
	padding-right:30px;
	padding-bottom:15px;
}
.contenttable td:last-child, .contenttable th:last-child {
	padding-right:0;
}

/* breite Tabelle */
table.tabellebreit {
	width:100%;
	border:none;
}

.tabellebreit td, .tabellebreit th {
	padding-bottom:15px;
}


/* schmale Tabelle */
table.tabelleschmal {
	border:none;
}

.tabelleschmal td, .tabelleschmal th {
	padding-right:5px;
	padding-bottom:5px;
}
.tabelleschmal td:last-child, .tabelleschmal th:last-child {
	padding-right:0;
}


/* ohne Rahmen */
table.tabelleohne {
	width:auto;
	border:none;
	/*border-collapse:separate;
	border-spacing:20px;*/
}
.tabelleohne td, .tabelleohne th {
	padding-right:30px;
	padding-bottom:20px;
}
.tabelleohne td:last-child, .tabelleohne th:last-child {
	padding-right:0;
}


/* Tabelle mit Rahmen */
table.texttabelle {
	border-collapse:collapse;
	border:1px solid #c1c1c1;
	margin:5px 0 10px 0;
}

.texttabelle td, .texttabelle th {
	padding:5px 10px;
	border:1px solid #c1c1c1;
	min-width:100px;
}
.texttabelle th {
	background-color:#4e920b;
	color:#fff;
}

tr.textoben, td.textoben, th.textoben {
	vertical-align:top;
}
tr.textunten, td.textunten, th.textunten {
	vertical-align:bottom;
}
tr.textmitte, th.textmitte, td.textmitte {
	vertical-align:middle;
}
