/* bibliothek balgach css */

/* Hauptfarben */

/*
Blau: 			00354C
Orange:			FE9900
Hellorange:		EAC100
Dunkelgrau:		404041
Hellgrau:		AAAA96
Gelb:			F7C200
*/

/* Haupttags */
html, body, div, p, h1, h2, h3, span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html, body {
width: 100%;
}
body {
}
img {
	border: none;
}
a:link,a:visited,a:active {
	color: #000000; text-decoration: none;
}
a:hover {
	color: #000000; text-decoration: underline;
}

/* DIV's */
div#header {
	width: 100%;
	background-color: #f7c200;
	color: #FE9900;
	border-bottom: 2px solid #404041;
}

div#navigation {
	width: 200px;
	background-color: #eeeeee;
	float: left;
	border-right: 1px solid #404041;
	border-bottom: 1px solid #404041;
	padding: 10px 0 10px 0;
}

div#content {
	margin: 12px 20px 10px 214px;
	font-size: 12px;
}
div#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	width: 100%;
	margin-bottom: 10px;
	background: url(../admin/images/bg_footer.png) repeat-x;
}
/* Navigation */

.nta { /* aktive Tabelle */
	border: 1px solid #333333;
	background: #eeeeee;
	margin: 0px;
	padding: 0px;
}
.ntp { /* passive Tabelle */
	border: 1px solid #333333;
	background:#d9d9d9;
	margin: 0px;
	padding: 0px;
}

.nav_ul { /*Nav-Liste*/
	font-size: 13px;
	margin: 5px 2px 5px 0px; /* oben rechts unten links */
	padding: 2px 2px 2px 17px;
	list-style-image: none;
	list-style-type: none;
}
.nact { /* Aktuelle Seite */
}
	list-style-image: url(../_images/liact_arrow.gif);
.npas { /* Passiver Link */
}

/* Link-Formatierung */
div#header a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #d9d9d9;
	border: none;
}

div#navigation a, a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

div#navigation a:hover {
	text-decoration: underline;
}

div#content a, a:link, a:visited {
	text-decoration: none;
	color: #333;
}
div#content a:hover {
	color:#F7C200;
}

div#content a[href^="http://"] {
	background: url(../_images/offsite.gif) no-repeat center right;
	padding-right: 8px;
}

div#footer a, a:link, a:visited{
	text-decoration: none;
	color: #333;
}
div#footer a:hover {
	color:#F7C200;
}

/* Inhaltsformatierungen */
div#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #000;
}
div#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 10px 0;
}
div#content td {
	font-size: 12px;
}
div#content input[type^="text"] {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #333;
	margin: 5px 0 5px 0;
	background-color: #eee;
}
div#content input[type^="submit"] {
	background-color: #404041;
	color: #FFFFFF;
	font-size: 11px;
	width: 120px;
	text-align: center;
	padding: 2px 3px;
	border: 1px solid #FFFFFF;
	outline: 1px solid #404041;
}
div#content input[type^="submit"]:hover {
	background-color: #f7c200;
	color: #404041;
}
div#content select {
	border 1px solid #333;
	background-color: #eee;
}
div#content .intro_box {
	width: 100%;
	margin: 10px 30px 10px 0;
	border: 1px solid black;
	background: url("../_images/intro2.jpg");
	height: 300px;
}
div#content .content_box {
	width: 100%;
	font-size: 12px;
}
div#content .content_small {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #F7C200;
}
div#content .page_list {
	list-style-image: url(../_images/liact_arrow.gif);
}
div#content .page_list li {
	margin: 10px;
}
div#header table {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
td#logo_top {
	padding: 5px 15px 5px 15px;
	width: 162px;
	text-align: center;
}
td#titel_top {
	vertical-align: top;
	font-size: 2.5em;
	font-weight: bold;
	padding: 15px 0 0 8px;
	height: 100%;
	color: #404041;
}
td#links_top {
	vertical-align: bottom;
	padding: 0 0 0 8px;
}
.link_top {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 24px;
	margin-right: 1px;
	padding: 5px;
	background: #404041;
}
.link_top:hover {
	background: #a7a9ac;
	color: #404041 !important;
}
.texttitel {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
}
.maintext {
	font-size: 12px;
}
.gjahr {
	vertical-align: top;
}