/*
	Style Sheet daproderm berlin;
	Copyright Kreativagentur Gordon Adams
*/


/* Allgemeine Tags */

html * {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	text-decoration: none; 
	background-image: url(../Bilder/bg_body.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.antifloat {
	clear: both;
}

.img_left {
	float: left;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #999999;
}

#kennstdueinen {
	position: absolute;
	top: 65px;
	left: 400px;
}





/*--------------------------- main -------------------------------*/
#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;																		/*evt. Darstellungsfehler*/
	margin: auto;
	text-align: left;
	background-image: url(../Bilder/bg_content_center.png);
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 100;
	
/*	border: 1px solid red;*/
}




/*--------------------------- navigation -------------------------------*/
#navigation {
	position: relative;
	top: 0px;
}

#navigation ul#main {
	list-style: none;
	height: 37px;
	text-align: right;
	
/*	border: 1px solid red;*/
}

#navigation ul#main li {
	display: inline;
	position: relative;
	top: 10px;
}

#navigation ul#main li a {
	padding: 12px 15px 8px 15px;
	border-right: 1px solid white;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:;
	margin: 0px 0px 0px -4px;
}

#navigation ul#main li a#first {
	border-left: 1px solid white;
}

#navigation ul#main li a:hover {
	color: black;
	background-image: url(../Bilder/bg_navi_over.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#navigation ul#main li a.aktiv {
	color: black;
	background-image: url(../Bilder/bg_navi_over.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/*--------------------------- header -------------------------------*/
#header {
	position: relative;
	top: 0px;
	background-image: url(../Bilder/header_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 921px;
	height: 438px;
	z-index: 100;
}

#header #stoerer {
	z-index: 500;
	background-image: url(../Bilder/bg_stoerer.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 58px;
	width: 238px;
	position: relative;
	top: 280px;
	left: 700px;
}

#header #stoerer p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 12px;
	left: 10px;
}



/*--------------------------- subnavi -------------------------------*/
#subnavi {
	position: relative;
	top: 0px;
}

#subnavi ul#sub {
	list-style: none;
	height: 65px;
	text-align: left;
}

#subnavi ul#sub li {
	display: inline;
	position: relative;
	top: 15px;
}

#subnavi ul#sub li a {
	padding: 16px 15px 7px 15px;
	border-right: 1px solid white;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#subnavi ul#sub li a#first {
	border-left: 1px solid white;
}

#subnavi ul#sub li a.aktiv {
	background-image: url(../Bilder/bg_aktiv_sub.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #97be0d;
	font-weight: bold;
}

#subnavi ul#sub li a:hover {
	color: black;
	background-image: url(../Bilder/bg_aktiv_sub.png);
	background-position: top center;
	background-repeat: no-repeat;
}



/*--------------------------- content -------------------------------*/
#content {
	position: relative;
	top: 0px;
}




													/*--------------------------- left -------------------------------*/
#left {
	float: left;
	width: 520px;
	padding: 10px;
	
/*	background-color: red;*/
}

#left h1 {
	color: #97be0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	padding: 0px 0px 15px 0px;
}

#left h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 0px 0px 15px 0px;
}

#left h2 a.link_h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 0px 0px 15px 0px;
	text-decoration: none;
}

#left h2 a.link_h2:hover {
	color: black;
}

#left p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 35px;
}

#left a {
	color: #97be0d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}




													/*--------------------------- right -------------------------------*/
#right {
	float: left;
	width: 335px;
	padding: 10px;
		
/*	background-color: aqua;*/
}

#right p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}

#right p a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

#right ul#quicklink {
	list-style: none;
}

#right ul#quicklink li {
	border: 1px solid #afa78a;
	margin: 0px 0px 10px 0px;
}

#right ul#quicklink li p {
	padding: 7px;
	
/*	border: 1px solid lime;*/
}

#right ul#quicklink li p a {
	display: block;
	background-image: url(../Bilder/bg_quick.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 25px 0px 25px 65px;
	border: 1px solid #999999;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
}

#right ul#quicklink li p a#zzqlink {
	padding: 15px 0px 14px 65px;
	text-align: right;
/*	border: 1px solid yellow;*/
	
}

#right ul#quicklink li p a#zzqlink img {
	float: right;
	position: relative;
	top: -10px;
	right: 5px;
}

#right ul#quicklink li p a:hover {
	background-image: url(../Bilder/bg_quick_over.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#right ul#quicklink li p a img {
	float: right;
	position: relative;
	top: -20px;
	right: 5px;
	margin: 0px 0px 0px 15px;
	
/*	border: 1px solid fuchsia;*/
}

#right ul#quicklink li a.stoerer img {
	border: none;
	margin: 8px 8px 3px 8px;
}






/*--------------------------- footer -------------------------------*/
#footer {
	position: relative;
	top: 10px;
	left: 0px;
	/*width: 921px;*/																		/*evt. Darstellungsfehler*/
	margin: auto;
	text-align: left;
	background-image: url(../Bilder/bg_footer.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 297px;
	z-index: 300;
}




													/*--------------------------- bottom_navi -------------------------------*/
#footer #wrapper {
	margin: auto;
	width: 921px;
	padding: 10px 0px 0px 30px;
}

#footer #wrapper table#linklist h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	line-height: 25px;
} 

#footer #wrapper table#linklist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 25px;
	background-image: url(../Bilder/btn_ls.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	
/*	background-color: yellow;*/
}

#footer #wrapper table#linklist a:hover {
	color: black;
}

.width200 {
	width: 250px;
}

/*#footer #wrapper ul#bottom_navi {
	position: relative;
	top: 55px;
	left: 55px;
}

#footer #wrapper ul#bottom_navi li {
	display: inline;
}

#footer #wrapper ul#bottom_navi li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding: 0px 18px 0px 20px;
	border-right: 1px solid white;
}

#footer #wrapper ul#bottom_navi li a:hover {
	color: black;
}

#footer #wrapper ul#bottom_navi li a#last {
	border: none;
}*/





														/*--------------------------- copyright -------------------------------*/
#footer #wrapper p {
	position: relative;
	bottom: -40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
	color: white;
}

#footer #wrapper p a {
	color: white;
}

#footer #wrapper p a:hover {
	color: black;
}




/*--------------------------- logo -------------------------------*/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#logo a img {
	border: none;
}




/*--------------------------- Tabelle Standard -------------------------------*/
table#standard {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 20px;
}

table#standard h3 {
	margin: 0px 0px 10px 0px;
}

table#standard tr.head {
	background-color: #97be0d;
	color: white;
}

table#standard tr.hell {
	background-color: white;
	color: black;
}

table#standard tr.head td,
table#standard tr.hell td,
table#standard tr.dunkel td {
	padding: 5px 10px 5px 10px;
}

table#standard tr.dunkel {
/*	background-color: #afa78a;
	color: white;*/
	background-color: #e5e2d9;
	color: black;
}

.width350 {
	width: 370px;
}



/*--------------------------- Kontaktformular -------------------------------*/
form#kontakt p {
	margin: 0px;
	padding: 0px 3px 0px 3px;
}

form#kontakt p.anrede input {
	margin: 0px 5px 0px 0px;
}

form#kontakt input,
form#kontakt textarea {
	padding: 3px;
	border: 1px solid #666666;
}

form#kontakt input.rot {
	background-color: #97be0d;
	color: white;
	border: 1px solid #666666;
	padding: 3px;
}



























