/* Allgemeiner Style */

.bold {
	font-weight: bold;
}

/* Links */

a {
	text-decoration: none;
	color: #774425;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #774425;
}

/* Link Button */

a.button {
	border: #ae782e double 3px;
	font-size: 14px;
	padding: 3px;
	background: #dec08c;
}

a:hover.button {
	background: #f6ebbc;
}

/* Fehlermeldung */

div.meldung_false {
	background: #ffffcc;
	border: solid 2px #ffcc66;
	color: #cc0000;
	padding: 3px;
	font-size: 0.8em;
	margin: 5px;
	font-size: 14px;
}

div.meldung_true {
	background: #e8fcdc;
	border: solid 2px #008800;
	color: #5d8800;
	padding: 3px;
	font-size: 0.8em;
	margin: 5px;
	font-size: 14px;
}

/* Seite Offline Meldung */

div#page_offline {
	border: solid 2px #811b0b;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #ff9b97;
	-moz-border-radius: 10px;
}

div#page_offline hr {
	margin: 10px 0;
}

/* Globale meldung */

div#page_meldung {
	border: solid 2px #ffcc66;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #ffffcc;
	-moz-border-radius: 10px;
}

/* Hilfeseiten */

div#helpsection div#helpsection_head {
	font-size: 1.5em;
	font-weight: bold;
	background: #dec08c;
	padding: 5px 10px;
}

div#helpsection div#helpsection_body ul {
	list-style: none;
	font-size: 1.2em;
	margin: 5px 0 5px 15px;
}

div#helpsection div#helpsection_body ul li {
	margin: 3px 0 3px 0;
}













