/* ~~~~~~~ Globals ~~~~~~~ */

body, td {
	color: black;
	font-family: Bitstream Vera sans, Arial;
	font-size: 80%;
	padding: 0px;
	margin: 0px 5px;
	background: White url(../images/bg_page_01.jpg) repeat-y top left fixed;
}

h1, h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

h2 {
	border-top: 1px solid gray;
	padding-top: 20px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #5459C1;
}

a:hover {
	text-decoration: underline;
}

/* ~~~~~~~ Main elements ~~~~~~~ */
#bodybody {
	width: 790px;
	margin: 0;
	padding: 0 0 0 0.2em;
}

#header {
	background: white;
	height: 137px;
	/*border-bottom: 1px solid gray;*/
}

#navi {
	position: absolute;
	top: 147px;
	left: 8px;
	width: 220px;
	padding: 6px 0 6px 1em;
	min-height: 300px;
	background: url(../images/bg_page_02.jpg) no-repeat top left fixed;
	margin: 0;
	z-index: 10;
	border-bottom: 1px solid gray;
}

/* Nur IE versteht folgenden shit - dafür obiges bg-positioning nicht !!! */
* html #navi {
	background: #efefef;
}

#content {
	margin-left: 250px;
	overflow: hidden;
}

#content p	{
	font-family: Verdana;
}

#bereichsindikator {
	margin: 0 0 20px;
	padding: 0 0 0 14px;
	background: url(../images/menuicon_2.gif) no-repeat 0 center;
}

/* ~~~~~~~ Navigation ~~~~~~~ */


#navi div {
	margin-top: 4px;
}

#navi a, #subnavi a, #bereichsindikator a {
	font-size: 11px;
}

#navi .navlevel_1_act, #navi .navlevel_2_act, #navi .navlevel_3_act {
	color: black;
}

#navi .navlevel_1_no, #navi .navlevel_2_no, #navi .navlevel_3_no {
	color: #5459C1;
}

/*#navi .navlevel_3_act, #navi .navlevel_3_no {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #905743;
}*/

#navi .navlevel_1_act, #navi .navlevel_1_no, #navi .navlevel_2_act, #navi .navlevel_2_no {
	padding-left: 6px;
}

#navi .navlevel_2_act, #navi .navlevel_2_no, #navi .navlevel_3_act, #navi .navlevel_3_no {
	padding-left: 16px;
	margin-left: 6px;
	background: url(../images/menuicon_2.gif) no-repeat 0px center;
}

#navi a {
	color: inherit;
}

#navi .navlevel_1_no, #navi .navlevel_2_no, #navi .navlevel_3_no {
	color: #5459C1;
}

.teaser {
	font-family: Bitstream Vera, Georgia;
	font-size: 110%;
}

.alist, .alist2 {
	clear: both;
	margin: 0 0 20px;
}

.alist, .alist2, .gb_eintrag {
	border-top: 1px solid #EFE1DC;
}

#content .bilder {
	float: right;
	margin: 10px 0px 0px 10px;
}

#content .bilder img {
	display: block;
	margin-bottom: 2px;
}

#subnavi a {
	margin: 0px;
	display: block;
	float: left;
	border-right: 1px solid gray;
	padding: 0 6px;
}

#subnavi a.act {
	color: black;
}

#footer {
	background: url(../images/bg_page_02.jpg) no-repeat top left fixed;
	text-align: right;
	color: gray;
	border: 1px none gray;
	border-style: solid none;
	margin-right: 2px;
	font-size: 80%;
	z-index: 20;
}

/* Nur IE versteht folgenden shit - dafür obiges bg-positioning nicht !!! */
* html #footer {
	background: #EFEFEF;
}

#footer a {
	color: gray;
	margin: 2px 10px;
}
.downloadarea {
	margin: 20px 0;
	padding: 0 4px 4px;
	border: 1px solid gray;
	background: #DDDDDD;
}

.gb_eintrag {
	background: #EEE;
	padding: 4px 10px;
	margin: 2px 0px;
}

.gb_eintrag h4 {
	margin: 2px 0;
}

.gb_eintrag .datum {
	font-size: 80%;
	color: gray;
}

.gb input, .gb textarea {
	width: 320px;
}

.gb_pager {
	text-align: center;
}

#sitemap .level_1
,#sitemap .level_2
,#sitemap .level_3
,#sitemap .level_4 {
	background: url(../images/menuicon_2.gif) no-repeat 0 center;
	padding-left: 16px;
}

#sitemap .level_2 {
	margin-left: 16px;
}
#sitemap .level_3 {
	margin-left: 32px;
}
#sitemap .level_4 {
	margin-left: 48px;
}
.caption {
	font-size: 10px;
	color: black;
	width: 130px;
	margin-bottom: 10px;
}
.galerie {
	vertical-align: top;
	text-align: center;
	background: inherit;
}

