* {
	margin: 0;
	padding: 0;
}

body {
	font: 69%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: url('../media/basics/background.jpg') repeat-x #A8D5EF;
	background-attachment: fixed;
}

/* Firefox Hack */

body, x:-moz-any-link {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background: url('../media/basics/background.jpg') repeat-x #A8D5EF;
	background-attachment: fixed;
}



h1 {
	font: 1.6em/140% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009BDE;
	margin-bottom: 1.5em;
}

h2 {
	font: 1.2em/140% Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #009BDE;
	margin: 2.5em 0 1.5em 0;
}

h3 {
	font-weight: bold;
	margin: 2.5em 0 1.2em 0;
}

/*
h4 {
	font: 1em/140% Georgia, "Times New Roman", serif;	
	font-weight: bold;
}
*/

#buehne {
	width: 90.727272em;
	float: left;
	margin-bottom: 3.636363em;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #009BDE;
}

a:hover,
a:active,
a:focus {
	color: #FFF;
	background-color: #009BDE;
	text-decoration: none;
}

.big {
	font-size: 1em;
	text-transform: uppercase;
}

img {
	border: none;
	margin:0;
}

p {
	margin-bottom: 1.5em;
}

abbr, acronym {
	cursor: help;
}

.invisible {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}


/* ------------------------------------------------------------------- */
/* Kopf */
/* ------------------------------------------------------------------- */

#kopf_rahmen {
	width: 67.272727em;
	height: 13.636363em;
	float: left;
}

#kopf {
	width: 67.272727em;
	color: #FFF;
	background-color: transparent;
	float: left;
}

.logo {
	float: left;

}

.headimage {
	float: left;

}

#kopf img{
	float: left;
}

#kopf a:link {
	text-decoration: none;
	color: #FFF;
}

#kopf a:visited {
	text-decoration: none;
	color: #CCC;
}

#kopf a:hover,
#kopf a:active,
#kopf a:focus {
	color: #FFF;
	background-color: #009BDE;
	text-decoration: none;
}

.landesverband {
	width: 39.909090em;
	height: 1.636363em;
	background-color: #009BDE;
	border-right: 0.090909em solid #FFF;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top:0.181818em;
}

.ortsvereine {
	width: 13.545454em;
	height: 1.636363em;
	background-color: #00B3E6;
	border-right: 0.090909em solid #FFF;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top:0.181818em;
}

#kopf .ortsvereine a:link, 
#kopf .ortsvereine a:visited {
	width: 13.545454em;
	height: 1.636363em;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #00B3E6;
}

#kopf .ortsvereine a:hover,
#kopf .ortsvereine a:active,
#kopf .ortsvereine a:focus {
	color: #00B3E6;
	background-color: #FFF;
	text-decoration: none;
}

.verlag {
	width: 13.636363em;
	height: 1.636363em;
	background-color: #73C8ED;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top:0.181818em;
}

#kopf .verlag a:link, 
#kopf .verlag a:visited {
	width: 13.636363em;
	height: 1.636363em;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #73C8ED;
}

#kopf .verlag a:hover,
#kopf .verlag a:active,
#kopf .verlag a:focus {
	color: #00B3E6;
	background-color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------------------- */
/* Kontaktdaten */
/* ------------------------------------------------------------------- */

#address_rahmen {
	width: 21.636363em;
	background-color: transparent;
	float: left;
	margin-left: 1.818181em;
}

#address_rahmen .ecke_ul {
	width: 10.818181em;
	height: 1.090909em;
	background: url(../media/basics/ecke_ul.gif) repeat-x left 0;
	float: left;
	font-size:1em;
}

#address_rahmen .ecke_ur {
	width: 10.818181em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ur.gif') repeat-x right 0;
	float: left;
	font-size:1em;
}

address {
	width: 18.181818em;
	height: 10.727272em;
	color: #007EA2;
	background-color: #FFF;
	font-size: 1em;
	line-height: 140%;
	font-style: normal;
	float: left;
	padding: 1.818181em 1.727272em 0 1.727272em;
}

address p{
	margin-bottom: 0.6em;
}



/* ------------------------------------------------------------------- */
/* Navi und Suche */
/* ------------------------------------------------------------------- */

#navi_rahmen {
	width: 18.181818em;
	background-color: #transparent;
	float: left;
	margin-top: 1.818181em;
}

#navi_rahmen .ecke_or {
	width: 18.181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_or.gif') repeat-x right top;
	float: left;
}

#navi_rahmen .ecke_ur {
	width: 18.181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ur.gif') repeat-x right 0;
	float: left;
}

#suche {
	width: 18.181818em;
	padding: 0.909090em 0 0.909090em 0;
	background-color: #EDEDEE;
	float: left;
}

#suche input{
	width: 11em;
	height: 1.3em;
	padding: 0.4em;
	margin-left: 2.5em;
	background-color: #FFF;
	border: 0.1em solid #AAA;
	color: #777;
	float: left;
	font-size: 0.909090em;
}

#suche input.suchbutton{
	width: 1.636363em;
	height: 1.7em;
	background-color:transparent;
	padding: 0.363636em 0 0 0;
	margin: 0 0 0 0.909090em;
	border: 0;
	float: left;
}

#navi {
	width: 18.181818em;
	background-color: #FFF;
	float: left;
}

#navi ul{
	list-style:none;
	float: left;
	margin: 4.090909em 0 0 0.909090em;
}

#navi ul.produkte{
	list-style:none;
	float: left;
	margin: 0 0 0 0.909090em;
}

#navi ul.hug2{
	list-style:none;
	float: left;
	margin: 0 0 0 0.909090em;
}

#navi li{
	margin-bottom: 0.909090em;
	font-weight: bold;
	float: left;
}

#navi li a:link,
#navi li a:visited{
	width: 15em;
	height: 1.818181em;
	color: #555;
	background: url('../media/basics/navi_off.gif') no-repeat left center;
/*	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA; */
	display: block;
	clear: both;
	padding: 0.181818em 0 0 2.272727em;
}

#navi ul.produkte li a:link,
#navi ul.produkte li a:visited{
	color: #AA0000;
}

#navi ul.produkte li a:hover,
#navi ul.produkte li a:activ,
#navi ul.produkte li a:focus,{
	color: #FFF;
	background: url('../media/basics/navi_over.gif') no-repeat left center;
	text-decoration:none;
}


#navi li a:hover,
#navi li a:active,
#navi li a:focus{
	color: #FFF;
	background: url('../media/basics/navi_over.gif') no-repeat left center;
	text-decoration:none;
}

#navi li a.aktiv:link,
#navi li a.aktiv:visited{
	color: #FFF;
	background: url('../media/basics/navi_over.gif') no-repeat left center;
	text-decoration:none;
}

#navi ul ul {
	width: 15.909090em;
	background-color: #EEE;
	float: left;
	border: none;
	padding: 0;
	margin: 0 0 0.909090em 1.363636em;
}

#navi li li {
	border:none;
	font-weight: normal;
	font-size: 0.909090em;
	display: block;
	clear: both;
	color: #555;
	background-color: #EEE;
	margin:0;
}

#navi li li a:link,
#navi li li a:visited{
	width: 13.909090em;
	border: 0;
	background: none;
	background: url('../media/basics/navi_dot-off.gif') no-repeat left center;
	margin-bottom: 0.090909em;
	padding: 0.363636em 0 0 1.363636em;
}

#navi li li a:hover,
#navi li li a:active,
#navi li li a:focus{
	color: #009BDE;
	font-weight: normal;
	text-decoration:none;
	background-color: #EEE;
	background: url('../media/basics/navi_dot-on.gif') no-repeat left center;
}

#navi li li a.aktiv:link,
#navi li li a.aktiv:visited{
	color: #009BDE;
	font-weight: normal;
	border:0;
	background: none;
	background: url('../media/basics/navi_dot-on.gif') no-repeat left center;
}

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


#content_rahmen {
	width: 47.272727em;
	background-color: transparent;
	float: left;
	margin: 1.818181em 0 0 1.818181em;

}

#content_rahmen .ecke_ol {
	width: 23.636363em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ol.gif') repeat-x left top;
	float: left;
}

#content_rahmen .ecke_or {
	width: 23.636363em;
	height: 1.090909em;
	background: url('../media/basics/ecke_or.gif') repeat-x right top;
	float: right;
}

#content_rahmen .ecke_ul {
	width: 23.636363em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ul.gif') repeat-x left bottom;
	float: left;
}

#content_rahmen .ecke_ur {
	width: 23.636363em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ur.gif') repeat-x right bottom;
	float: left;
}

#content {
	width: 32.727272em;
	min-height: 36.363636em;
	background-color: #FFF;
	float: left;
	padding: 2.727272em 7.272727em 7.272727em 7.272727em;
}

ul {
	margin-left: 1.363636em;
}

#breadcrumb {
	color: #AAA;
	font-size: 0.909090em;
	line-height: 140%;
}

#breadcrumb a:link, 
#breadcrumb a:visited {
	text-decoration: none;
	color: #007EA2;
}

#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb a:focus {
	text-decoration: underline;
	background-color: transparent;
}

#rubrik {
	font-weight:bold;
	color: #999;
	margin: 3.636363em 0 0.454545em 0;
}

#kontaktformular {
	width: 27.909090em;
	margin-top: 3.636363em;
}

#kontaktformular input{
	width: 27.272727em;
	height: 1.363636em;
	padding: 0.181818em;
	background-color: #FFF;
	border: 0.090909em solid #999;
	font-size: 0.9em;
	color: #555;
	display: block;
	margin-top: 0.363636em;
}

#kontaktformular textarea{
	width: 27.272727em;
	height: 9.090909em;
	padding: 0.181818em;
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 0.9em;
	color: #555;
	display: block;
	margin-top: 0.363636em;
}

#kontaktformular input.kontaktcheckbox{
	float: left;
	width: 1.363636em;
	margin-top: 0;
	margin-right: 1em;
}

#kontaktformular input.kontaktbutton{
	width: 27.272727em;
	height: 2.090909em;
	padding: 0.181818em;
	background-color: #007EA2;
	border: 0.090909em solid #007EA2;
	border: 0;
	font-size: 0.9em;
	color: #FFF;
	display: block;
	cursor: pointer;
}

ul.sitemap ul{
	margin-bottom: 1.363636em;
	list-style:none;
}

ul.sitemap li {
	list-style: none;
}


#atreju {
	float: left;
	width: 350px;
	margin: 10px 0 30px 0;
}

#atreju img{
	float: left;
	margin: 0 25px 20px 10px;
}



/* ------------------------------------------------------------------- */
/* Tools und Teaser */
/* ------------------------------------------------------------------- */

#toolsteaser_rahmen {
	width: 21.6363636em;
	background-color: transparent;
	float: left;
	margin: 1.818181em 0 0 1.818181em;
}

#toolsteaser_rahmen .ecke_ol {
	width: 10.8181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ol.gif') repeat-x left top;
	float: left;
}

#toolsteaser_rahmen .ecke_or {
	width: 10.8181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_or.gif') repeat-x right top;
	float: right;
}

#toolsteaser_rahmen .ecke_ul {
	width: 10.8181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ul.gif') repeat-x left bottom;
	float: left;
}

#toolsteaser_rahmen .ecke_ur {
	width: 10.8181818em;
	height: 1.090909em;
	background: url('../media/basics/ecke_ur.gif') repeat-x right bottom;
	float: right;
}

#toolsteaser {
	width: 21.636363em;
	background-color: #FFF;
	float: left;
}

#toolsteaser ul {
	width: 18.181818em;
	list-style: none;
	margin-bottom: 0.75em;
	float: left;
}

#tools {
	width: 18.181818em;
	font-size: 1em;
	margin: 1.818181em 0 0 1.727272em;
	float: left;
}

#tools a:link, 
#tools a:visited {
	text-decoration: none;
	color: #666;
}

#tools a:hover,
#tools a:active,
#tools a:focus {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

#fontControls {
	width: 4.6875em;
	float: left;
	margin: 1.25em 1.1875em 0 0;
	text-align: right;
	font-size: 1.454545em;
}

#fontControls a:link, 
#fontControls a:visited {
	width: 1.5em;
	height: 1.125em;
	display: block;
	padding-top: 0.181818em;
	text-align:center;
	text-decoration: none;
	color: #007EA2;
}

#fontControls a:hover,
#fontControls a:active,
#fontControls a:focus {
	color: #DFEDF6;
	background-color: #007EA2;
	text-decoration: none;
}

#fontControls .increaseSize {
	padding: 0 0.25em 0.125em 0.25em;
	background-color: #DFEDF6;
	float: left;
}

#fontControls .decreaseSize {
	padding: 0 0.25em 0.125em 0.25em;
	margin-left: 0.454545em;
	background-color: #DFEDF6;
	float: left;
}

#teaser {
	float: left;
	margin: 1.818181em 0 1.818181em 1.818181em;
	color: #777;
}


/* ------------------------------------------------------------------- */
/* Fuss */
/* ------------------------------------------------------------------- */

#fuss {
	width: 100%;
	height: 13.636363em;
	background-color: #C9E7F7;
	clear: both;
        
}

#copyright {
        width: 71.818181em;
	font-size: 0.909090em;
	font-weight: bold;
	color: #007EA2;
padding-top: 1.818181em;
	margin: 0 0 0 22em;
}

/* ------------------------------------------------------------------- */
/* Editmode */
/* ------------------------------------------------------------------- */


.editmode {
	background-color: #009BDE;
	color: #FFF;
	padding-left: 0.454545em;
	font-size: 0.909090em;
}