/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Verdana,Arial,Helvetica, sans-serif;
	color:#333333;
	font-size:90%;
	margin:0;
	padding:0;
	line-height:1.4em;
}
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:Verdana,Arial,Helvetica, sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:2px solid #ff6400;
}
h2 {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	padding:10px 0;
}
h3, caption {
	font-size:1em;
}
p {
	padding-bottom:12px;
}
small,.small {
	font-size:0.9em;
	line-height:1.2em;
}
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.mail {
	color:#017755;
	text-decoration:none;
	white-space:normal;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../layout/img/ext.gif) left top no-repeat;
}
a.mail {
	padding-left:18px;
	background:url(../layout/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;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
}
legend {
	font-weight:bold;
}
label {
	margin:8px 0 -3px 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
}
input, textarea, select {
	border:1px solid #333;
	padding:2px;
	font-size:0.85em;
}
input.normal, textarea {
	width:450px;
}
textarea {
	height:10em;
}
input.submit {
	border:1px solid #333;
	margin-top:5px;
	font-weight:bold;
}
input.submit:hover {
	background-color:#F3F4F3;
	color:#333;
}


/* Tabellen */
table {
	font-size:1em;
}
caption {
	font-weight:bold;
	text-align:left;
}
th {
	padding:3px 10px 3px 0;
	text-align:left;
	vertical-align:top;
}
td {
	vertical-align:top;
	padding:3px 10px 3px 0;
}
/* Tabellen */
table.contenttable-0 td,table.contenttable-0 th { padding:3px;margin:3px;}
table.contenttable-1 { border:2px solid #007755; width:99%; }
table.contenttable-1 caption { color:#ffffff; line-height:1.8em; background-color:#007755; padding-left:4px; }
table.contenttable-1 th  { text-align:left; font-weight:bold; padding:4px; border-bottom:2px solid #007755; border-right:1px solid #007755; background-color:#e5f0ec;}
table.contenttable-1 td { border-bottom:1px solid #007755; border-right:1px solid #007755; padding:4px; }
table.contenttable-1 tr.tr-last td { border-bottom:none; }
table.contenttable-1 td.td-0 { width:60%; }
table.contenttable-1 td.td-last { border-right:none; width:30%; }
table.contenttable-1 th.td-last { border-right:none; }

table.contenttable-2 { border:2px solid #ff6400; width:90%; }
table.contenttable-2 th  { text-align:left; font-weight:bold;padding:4px;  border-bottom:2px solid #ff6400; background-color:#ffffff;}
table.contenttable-2 td { border-bottom:1px solid #ff6400; background-color:#ffffff;padding:4px;  }
table.contenttable-2 tr.tr-last td { border-bottom:none; }

table.contenttable-3 { width:90%;border:2px solid #007755; }
table.contenttable-3 caption { background-color:#007755; line-height:2em;  padding-left:4px;color:#ffffff; }
table.contenttable-3 th  { text-align:left; font-weight:bold;padding:4px; border-bottom:1px solid #007755;border-left:1px solid #007755; background-color:#e5f0ec; }
table.contenttable-3 td  { border-bottom:1px solid #007755;border-left:1px solid #007755;padding:4px;  }
table.contenttable-3 tr.tr-last td { border-bottom:none; }
table.contenttable-3 tr.tr-last th { border-bottom:none; }
table.contenttable-3 .td-0 { border-left:none; }


/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

div.breadcrumb {
	margin-bottom:15px;
	font-size:0.9em;
	line-height:1.1em;
}
.funx {
	margin-top:5px;
	background-color:#017755;
	color:#fff;
	height:25px;
	line-height:25px;
	padding:0 5px;
}
.funx a {
	color:#fff;
	font-weight:bold;
}
.funx_top {
	text-align:right;
	margin-top:30px;
}

/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#660000;
}
.align-center,p.align-center {
	text-align:center;
}
.align-right, p.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.green {
	color:#017755;
}
.orange {
	color:#ff6400;
}



/**********************************
 * RTE 
 **********************************/

p.align-center {
	text-align:center;
}
p.align-right {
	text-align:right;
}
span.green {
	color:#017755;
}
span.orange {
	color:#ff6400;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px 10px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:0.9em;
	line-height:1.2em;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}

/* suchergebnisse */
.searchresult h3 {
	margin-top:15px;
}
.searchresult h3 a {
	text-decoration:underline;
}


/* PageBrowser */
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:10px;
}

/* Dateiverweise */
.filelinks ul {
	margin:0;
	padding:0;
}

/* Sitemap */
div.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#F3F4F3;
	border:1px solid #017755;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #017755;
	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;
}



/**********************************
 * Plugins 
 **********************************/

/* Glossar */
dl.glossary dt { font-weight: bold; margin: 0 0 3px 0; font-style: normal; }
dl.glossary dd { margin: 0 0 15px 50px;  }
dl.glossary .description { margin: 0; padding: 0; }
dl.glossary .type { font-style: italic; padding: 0 3px 0 0; }

/*
	 Stylesheet fuer die Buchstaben-Navigation des Glossars
*/

#cCenter ul.glossary_menu {
    list-style-type: none;
    list-style-image: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    font-size: 1em;
    text-align: center;
}

#cCenter ul.glossary_menu li {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    display: inline;
    margin: 0 -1px 0 0;
    padding: 0;
    line-height: 2em;
}

#cCenter ul.glossary_menu li.glossary_empty span {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    padding: 1px 4px 0 4px;
    border: 1px solid #dad5cc;
    color: #dad5cc;
    background: white;
}

#cCenter ul.glossary_menu li a {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    padding: 1px 4px 0 4px;
    border: 1px solid #dad5cc;
    background: #e5f0ec;
    text-decoration: none;
    color:#726752;
}
#cCenter ul.glossary_menu li a:hover {
    background: #fff;
}


/* news */

div.newsList { padding-top:10px; }
div.newsList h2 { padding:0;margin:0; }
div.newsList p { margin:0;padding:0; }
div.newsList img { margin-right:10px; }
div.newsList .clearer { clear:left; }

dl.newsListImg { float:left; margin:0px; margin-right:10px; width:120px; }
dl.newsImg { float:left; margin:0px; margin-right:10px; }