/*-------------- Style-Definition für HTML Tags --------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	background: #dddbcf url(./../../img/bg.gif);
	text-align: center;
}

p a.u2:focus,
		p a.u2:active {
	color: #FFFFFF;
	background-color: #990000;
	display: inline;
	position: absolute;
	margin-top: 0em;
	padding-left: 15px;
	left: 3000px;
	top: 2000px;
	width: 13.8em;
	height: 1.4em;
}

/*-------------- Überschriften Tag --------------*/

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 0px;
}

h1 {
	position: absolute;
	top: 30px;
	left: 180px;
	font-size: 1.4em;
	color: #061154;
}

h2 {
	display: block;
	width: 100%;
	color: #e0b800;
	font-size: 1.2em;
	border-bottom: 1px dotted #cccccc;
}

h3 {
	color: #999999;
	font-size: 1.0em;
	text-transform: uppercase;
}

h4 {
	font-size: 0.8em;
	margin-bottom: -25px;
}

/*-------------- Link Tag --------------*/

a {
	color: #313f73;
}

a:hover {
	text-decoration: none;
}

a:active {

}

a:focus {
	background: #313F73;
	color: #FFFFFF;
}

/*-------------- Aufzählung/Listen Tag --------------*/

ul li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

/*-------------- Formular Tag --------------*/

form {
	line-height: 1.0em;
}

fieldset {
	margin: 20px;
	padding: 20px;
}

legend {
	color: #999999;
	font-size: 1.4em;
	line-height: 1.9em;
}

label {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 0px 4px;
}

input, textarea, select {
	color: #000;
	background: #efefef;
	margin-top: 3px;
	border: 1px solid #999;
}

input[type=checkbox] {
	background: #FFF;
	border: 1px solid #FFF;
}

input:focus, textarea:focus, select:focus {
	color: #000;
	background: #fff;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
	cursor: pointer;
}

/*-------------- Tabellen Tag --------------*/

table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 1000px;
	background: #FFF;
	border: 1px solid #999999;
	border-top: none;
	font-size: 11px;
}

table caption {
	padding: 5px 10px;
	text-align: left;
	background: #FFF;
	border: 1px solid #999999;
	border-bottom: none;
	color: #999;
}

th {
	background-color: #efefef;
	border-bottom: 1px solid #999999;
}

table th, table td {
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #232323;
}

table .name {
	text-align: left;
}

table th {
	color: #FFF;
	background: #aeaeae;
	border-bottom: 1px solid #999;
}

table th a {
	color: #FFF;
}

table a {
	color: #313f73;
}

.schatten {
	width: 620px;
	min-width: 500px;
	background: #919191;
	margin-top: 20px;
	margin-left: 5px;
}

/*-------------- Style-Definition Layout BBH --------------*/

/*-------------- Layout Umrahmung --------------*/

#wrap_border {
	border: 1px solid #ccc;
	background: #FFF;
	position: relative;
	width: 970px;
	margin: 20px auto;
	text-align: left;
	padding: 4px;
}

#wrap {
	text-align: left;
	background: #FFFFFF url(./../../img/content-bg.gif) repeat-y 70% 0;
}

/*-------------- Layout Header --------------*/

#header {
	height: 150px;
	background: #FFFFFF url(./../../img/header-bg.jpg) repeat-x top left;
}

#header1 {
	height: 150px;
	background: #FFFFFF url(./../../img/header-bg.jpg) repeat-x top left;
}

html #header h1 {
	position: absolute;
	top: 50px;
}

html #header1 h1 {
	position: absolute;
	top: 50px;
}

/*-------------- Hauptnavigation --------------*/

#navigation {
	float: left;
	width: 970px;
	background: #313f73;
}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a {
	float: left;
	display: block;
	padding: 6px 10px;
	color: #efefef;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background: #313f73;
	border-right: 1px solid #252a3a;
}

#navigation #current a {
	background: #7b84a6;
}

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

#navigation_second {
	float: left;
	width: 970px;
	height: 5px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	background: #8383a9;
}

html #navigation_second {
	height: 0px;
	width: 970px;
}

/*-------------- Layout Content --------------*/

#content .gutter {
	padding: 25px;
	font-size: 1.1em;
}

#content .ii {
	margin-left: 4px;
	float: right;
	background: #efefef;
}

#content .ii img {
	position: relative;
	top: -4px;
	left: -4px;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}

#content .r {
	margin: 10px 0px 10px 10px;
	float: left;
}

#sidebar .gutter {
	padding: 15px;
	font-size: 1.1em;
}

/*-------------- Layout rechte Content-Boxen --------------*/

.box {
	margin: 20px;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #FFF url(./../../img/box-b.gif) no-repeat bottom right;
}

.box address {
	padding: 0px 12px;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	background: #FFF;
}

.box h4 {
	margin: 0;
    padding: 0px 12px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #e0b800;
	background: url(/_grafiken/box-t.gif) no-repeat top left;
}

.box p, .box ul {
	margin: 0;
	padding: 0 12px 0 0px;
}

.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 5px;
	list-style: none;
	background: url(./../../img/li-bullet.gif) no-repeat 0 3px;
}

.box a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
}

#sidebar {
	float: right;
	width: 30%;
}

/*-------------- Layout Footer --------------*/

#footer {
	clear: both;
	width: 945px;
	background: #152559;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
}

#footer a {
	color: #FFFFFF;
}

/*-------------- Layout Seitenzahl-Navigation --------------*/

.seite a {
	padding: 0px 4px;
	border: 1px solid #999;
	text-decoration: none;
}

.seite a:hover {
	padding: 0px 4px;
	border: 1px solid #999;
	text-decoration: none;
	background: #efefef;
}

.seite b {
	padding: 0px 4px;
	border: 1px solid #999;
	text-decoration: none;
	background: #efefef;
}

#donation img{
    position: absolute;
    top: 4px;
    left:  560px;
}

#donation p,
#donation h3
{
	width: 200px;
	position: absolute;
	left: 753px;
	top: 20px;
    color: #999999;

}

#donation p{
	font-size: 11px;
	top: 40px;
	color: #000;

}

#donation p strong{
	font-size: 1.1em;
}

#donation h3{
	font-size: 20px;
    color: #e0b800;

}


#donation img
{
	border-style: none;
}

#donation a{
	text-decoration: none;
	color: none;
}