@charset 'utf-8';
@import url(reset.css);

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background-color: #006600;
	color: #006600;
}

#outer_wrapper {
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/streifen.gif);
	border-bottom: 1px solid #C2C2C2;
	float: left;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 210px;
	position: relative;
	background: url(../images/header_back.jpg) no-repeat;
}

#content_wrapper {
	padding-top: 5px;
	width: 960px;
	height: auto;
	min-height: 300px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	background-color: #FFF;
	float: left;
}

#bpa_logo {
	margin-top: 60px;
	margin-left: 0px;
	float: left;
}

/***  Verlinkungen Begin ***/

a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

p {
	line-height: 18px;
	margin-bottom: 8px;
}

h1 {
	font-size: 18px;
	color: #eb760e;
	margin-bottom: 8px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #eb760e;
}

h3 {
	padding-bottom: 4px;
	font-size: 16px;
	color: #eb760e;
}

/***  Schriften End ***/

/***  Navigation Begin ***/

#navi {
	width: 220px;
	overflow: hidden;
	list-style-type: none;
	margin-top: -7px;
	float: left;
}

#navi ul {
	list-style: none;
}

#navi li {
	width: 200px;
	float: left;
	margin-bottom: 4px;
}

#navi a, #navi {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: #006600;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#navi a:hover {
	background-color: #d6e6d6;
}

#navi a.selected {
	background-color: #d6e6d6;
	padding-left: 6px;
	border-left: 4px solid #c7762b;
}


/***  Navigation End ***/


/*** Content Begin ***/

#content {
	width: 440px;
	margin-left: 30px;
	margin-top: 7px;
	min-height: 300px;
	height: auto;
	float: left;
	background: url(../images/content_back.gif) no-repeat 125px 100px;
}

#right {
	width: 240px;
	margin-top: 7px;
	float: right;
}

#right .kasten {
	width: 228px;
	margin-left: 6px;
	margin-bottom: 30px;
}

#content ul {
	margin-left: 15px;
	margin-bottom: 18px;
	margin-top: 10px;
}

#content li {
	line-height: 18px;
	color: #eb760e;
	padding-left: 20px;
	background-image: url(../images/kreuz.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#content .bild {
	float: right;
	margin-left: 20px;
	border: 4px solid #d6e6d6;
}

/* My Comment */

/*** Content End ***/

/*** Footer Begin ***/

#footer_wrapper {
	width: 960px;
	margin: 0 auto 0;
}

#footer {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 15px;
	color: #eaeaea;
	background-color: #006600;
	font-size: 12px;
	float: left;
}

#footer .col1 {
	width: 200px;
	margin-right: 10px;
	float: left;
}

#footer .col {
	width: 240px;
	margin-right: 10px;
	float: left;
}


#footer p {
	line-height: 17px;
	margin: 0px;
}

#footer a, #footer a:link {
	color: #eaeaea;
}


/*** Footer End ***/


/*** Formular Begin ***/

form
{
	margin:		2em 0;
	display:	block;
}

fieldset
{
	border:		1px solid #006600;
	display:	block;
	padding:	1em 2em;
	clear:		both;
	width:		30em;
	margin:		2em 0 0 0;
}
html > body fieldset
{
	background:	#d6e6d6;
}

select
{
	position: 	relative;
	top: 		-1.4em;
	left: 		8em;
	display:	block;
	width:		8em;
	border:		1px solid #a5acb2;
}
select:hover, input:hover, textarea:hover
{
	border:		1px solid #999;
	color:		#eb760e;
}
select:focus, input:focus, textarea:focus
{
	background: #e6f7e8;
	border:		1px solid #006600;
	color:		#000;
}

legend
{
	color: #006600;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #060;
}
label
{
	clear: 		left;
	float: 		left;
	display: 	block;
	width: 		8em;
	margin-top: -1em;
	font-weight: bold;
	padding-top: 5px;
}

label.erstes
{
	margin-top:	1em;
}

input.betreff
	{
	left: 5em;
	padding: 2px;
}

input
{
	position: 	relative;
	top: 		-1.4em;
	left: 		8em;
	display: 	block;
	border:		1px solid #a5acb2;
	padding:	2px;
	background:	#fff;
}
input.senden
{
	top:		-1em;
	left:		0;
	clear:		left;
	width:		19em;
}
textarea
{
	position: 	relative;
	top: 		-1.4em;
	left: 		0;
	display: 	block;
	border:		1px solid #a5acb2;
	padding:	2px;
	width:		25em;
	height:		15.7em;
}

fieldset.checkbox input
{
	border:		none;
	background:	none;
	left:		17.5em;			
}
* html fieldset.checkbox input
{
	left:		18.5em;
}
/*** Formular End ***/
