/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:18px;
	color:#808284;
}
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-size:18px;
	line-height:22px;
	padding-bottom:20px;
	padding-left:15px;
/*	background:url(../img/icon_h1.gif) left 8px no-repeat; */
}
h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
h3 {
	font-size:1em;
}
p {
	padding-bottom:8px;
}
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.email {
	color:#f36f21;
	text-decoration:none;
	white-space:normal;
}
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;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
}
legend {
	color:#f36f21;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
	padding:0;
}
label, span.label {
	margin:8px 0 -2px 0;
	display:block;
	font-weight:bold;
	font-size:11px;
}
label.inline { 
	margin:0;
	display:inline;
}
input, textarea, select {
	border:1px solid #808284;
	padding:1px 5px;
	font-size:0.85em;
}
input.submit {
	border:1px solid #808284;
	margin-top:5px;
	font-weight:bold;
}
input.submit:hover {
	background-color:#f1f1f1;
	color:#808284;
}
textarea {
	width:400px;
}

/* Tabellen */
table {
	font-size:1em;
	width:97%;
}
table.contenttable {
	width:auto;
}
caption {
	font-size:1.2em;
	line-height:1.4em;
	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;
}


/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

div.breadcrumb {
	margin:14px 0 12px 0;
	color:#808284;
	font-size:10px;
}
.funx_top {
	font-size:0.9em;
	margin-top:40px;
}
.funx_top a {
	padding-left:18px;
	background:url(../img/icon_top.gif) left top no-repeat;
}


/**********************************
 * 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;
}


/**********************************
 * RTE 
 **********************************/


/* Box mit sw Hintergründen */

.blackbox {
	background-color:black;
	color:#ccc;
	padding:5px;
	display:block;
	clear:both;
}

.blackbox  a  {
	color:#78B62D;
	text-align:right;
}

.blackbox a.email {
	text-align:left;
}


/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:black;
	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;
}


/* 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: white;  */
	border:1px dotted white;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border-top:none;
	padding:5px;
	color:#ccc;
	border-bottom:1px dotted white;
}
div.sitemap dd.blockborder {
	padding-left:15px;
/*	background-color:#ccc; */
}
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 
 **********************************/
/* Captcha */
span.tx-srfreecap-pi2-cant-read {
	display:block;
	color:#808284;
	float:none;
	clear:both;
}

/* Powermail */
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	margin-top:-50px;
	padding: 5px;
	background-color: #cedf68;
	border: 1px solid #b2c541;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-style:normal;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 0 2px 2px;
}

.tx_powermail_pi1_submitmultiple_back {
        margin-top:5px;
}

.tx_powermail_pi1_submitmultiple_forward {
        margin:5px 10px 0 0;
}
input.submit {
	margin-right:5px;
}


/* Gästebuch */
.tx-guestbook-right {
        background-color:black;
        width:100%;
        border-bottom: solid white 1px;
}

/* Überschrift in News */
h1, h2, h3, h4 {
	color:#78B62D;
	text-transform:uppercase;
}
.newslist .blackbox {
	margin-bottom:10px;
}

/* Links in Powermail formularen */
.tx-srfreecap-pi2-cant-read  a {
text-align:left;}

/* Powermail und Formulare*/
legend {
	color:#78B62D;
}
