/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-serif,sans-serif;
	margin:0;
	padding:0;
	line-height:18px;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-serif,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:20px;
	line-height:26px;
	padding-bottom:15px;
	color:#004f95;
	font-style:italic;
}
h2 {
	font-size:15px;
	font-style:italic;
	padding-bottom:5px;
}
h3 {
	color:#004f95;
	font-size:12px;
}
p {
	padding-bottom:8px;
}
small,.small {
	font-size:10px;
	line-height:12px;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
	white-space:normal;
}
hr.sbac-spacer {
	visibility:hidden;
}


/* Links */
a,a.external-link,a.active, a.email {
	color:#00549e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left top no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left top no-repeat;
}
a img { 
	border:none;
	text-decoration:none;
}


/* Listen */
ul {
	margin-left:1.5em;
}

ul.nostyle { 
	list-style-type:none;
	margin:0;
	padding:0;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
}
legend {
	color:#fff;
	background-color:#666;
	padding:2px 5px;
}
label {
	margin:8px 0 -3px 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
}
input, textarea, select {
	border:1px solid #666;
	padding:2px;
	font-size:0.85em;
}
input.normal, textarea {
	width:450px;
}
textarea {
	height:10em;
}
input.submit {
	border:1px solid #666;
	margin-top:5px;
	font-weight:bold;
}
input.submit:hover {
	background-color:#f1f1f1;
	color:#666;
}


/* Tabellen */
table {
	font-size:11px;
	line-height:13px;
	width:97%;
}
caption {
	font-weight:bold;
	text-align:left;
	font-size:13px;
}
th {
	font-size:12px;
}
th,td {
	padding:3px 5px 3px 0;
	text-align:left;
	vertical-align:top;
}
table.contenttable-1 {
	border:1px solid #48a041;
	border-bottom:none;
}
table.contenttable-1 p {
	padding:0;
}
table.contenttable-1 caption {
	background-color:#48a041;
	color:#fff;
	padding:3px 5px;
}
table.contenttable-1 td {
	padding:3px 5px;
	border-bottom:1px solid #48a041;
}
table.contenttable-1 th {
        padding:3px 5px;
	background-color:#d5e7cc;
	border-bottom:1px solid #48a041;
}

table.contenttable-2 {
	border:1px solid #48a041;
	border-bottom:none;
}
table.contenttable-2 p {
	padding:0;
}
table.contenttable-2 td {
	padding:3px 5px;
	border-bottom:1px solid #48a041;
}
table.contenttable-2 td.td-0 {
	background-color:#d5e7cc;
	font-weight:bold;
}
table.contenttable-2 th {
	padding:3px 5px;
	background-color:#48a041;
	color:#fff;
}

/* Definitionslisten */
dd {
	margin-left:15px;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

div.breadcrumb, 
div.breadcrumb a {
	margin-bottom:15px;
	color:#00549e;
	font-size:10px;
}


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#660000;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.blueBox {
	padding:3px 5px;
	background-color:#00549e;
	color:#fff;
}
.orangeBox {
	padding:3px 5px;
	background-color:#ee7500;
	color:#fff;
}

/**********************************
 * RTE 
 **********************************/

p.blueBox,div.blueBox {
	padding:3px 5px;
	background-color:#00549e;
	color:#fff;
}
p.orangeBox,div.orangeBox {
	padding:3px 5px;
	background-color:#ee7500;
	color:#fff;
}
span.orange { 
	color: #ee7500; 
}
span.blue {
	color: #00549e; 
}
span.lightblue {
	color: #5e94e5; 
}
span.green { 
	color: #48a041; 
}
span.lightgreen { 
	color: #d5e7cc; 
}
td.greenBg,th.greenBg, table.contenttable-1 th.greenBg {
	background-color:#48a041;
	color:#fff;
}
td.lightgreenBg,th.lightgreenBg {
	background-color:#d5e7cc;
}
td.grasgreenBg {
	background-color:#acd378;
}
td.greyBg {
	background-color:#eee;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px 0 10px;
}
#cLeft dl.image img {
	margin:-1px 0;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#e8eff4;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:10px;
	line-height:12px;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}


/* PageBrowser */
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:10px;
}


/* Sitemap */

div.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#e8eff4;
	border:1px solid #004b81;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #004b81;
	border-top:none;
	padding:5px;
	color:#666;
	font-style:italic;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}
div.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
div.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}
.funx_top {
	margin-top:20px;
	text-align:right;
}
.funx_top a {
	padding-left:18px;
	background:url(../img/icon_top.gif) left top no-repeat;
}


/**********************************
 * Plugins 
 **********************************/
/* tt_news */
.newslatest, #cRight .tx-isgeodb-pi1, #cRight .tx-indexedsearch {
	border:1px solid #00549e;
	border-top:none;
	padding:5px;
	background-color:#d5e7cc;
}


/* is_geodb */
.tx-isgeodb-pi1 .px {
	margin-top:-1px;
}
.tx-isgeodb-pi1 label {
	margin-bottom:2px;
}
.tx-isgeodb-pi1 input {
	margin:0 5px 0 0;
}
.tx-isgeodb-pi1 select,.tx-isgeodb-pi1 input.submit {
	margin:0 5px 0 0;
	padding:1px;
}