@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	24;

	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

p.adMarker {
	font-size: 0.8em;
	margin: 1em;
	}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

body {
	background: #ccc;
	font-family: verdana, arial, sans;
}

a {
	color: #039;
	text-decoration: none;
	}
a:hover {
	color: #36f;
	}
a:visited {
	color: #039;
	}
a:focus {
   outline: 0;
}

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
.siteContainer {
	background-color: #eee;

}
.siteHeader {
}
.siteMain {
}
.siteFooter {
	background-color: #e0e0e0;
}
.headerAdvertising {
	text-align: center;
	margin:10px 0 10px 0px;
}
.headerNavigation {
}
.headerSlider {
}
img.top_signet {
	width: 80px;
	height: 80px;
	margin: 10px 0px 10px 10px;
	}
img.cn_Icon {
	margin: 15px 15px 15px 15px;
	border: 1px solid #ccc;
	}
.contentSegment {
	margin-bottom: 20px;
}
.contentSegmentWMD {
	margin-bottom: 20px;
	height: 240px;
}
.contentNavi_SF {
	border-top: 1px dotted #999;
	width: 100%;
}
.contentNavi_GNATZ {
	border-top: 1px dotted #999;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.contentNavi_RBF {
	border-top: 1px dotted #999;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.contentNavi_Flaggehissen {
	width: 100%;
}
.contentNavi_VPL {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.contentNavi_NE {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.contentNavi_MW {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.contentNavi_beapart {
}
.cN_icon {
	width: 32.2404%;
	text-align: left;
	margin-left: 0;
	clear: both;
}
.cN_text {
width: 64.1202%;
margin-left: 1.6393%;
margin-top: 5px;
clear: none;
}

div.bodytext_01 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-rule-color: #999;
	-webkit-column-rule-color: #999;
	column-rule-color: #999;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-width: 1px;
	column-rule-width: 1px;
	-moz-column-rule-style: dotted;
	-webkit-column-rule-style: dotted;
	column-rule-style: dotted;
	}

div.bodytext_02 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-rule-color: #999;
	-webkit-column-rule-color: #999;
	column-rule-color: #999;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-width: 1px;
	column-rule-width: 1px;
	-moz-column-rule-style: dotted;
	-webkit-column-rule-style: dotted;
	column-rule-style: dotted;
	}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 40px 10px 0px 10px;
	color: #039;
	}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 10px 20px 10px;
	color: #039;
	}
h2.cN {
	font-size: 1.4em;
	}
p.cN {
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0px 25px 0px;
	color: #333;
	}
p.cNm {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px 10px 25px 0px;
	}
h3.cN2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 20px 10px 0px 10px;
	color: #039;
	}
p.cN2 {
	text-align: justify;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px 10px 20px 10px;
	color: #333;
	}
p.absender {
	font-size: 0.85em;
	margin: 20px 10px 0px 10px;
	color: #333;
	}
p.bodytext_01 {
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 12px 20px 12px;
	line-height: 1.5em;
	color: #333;
	}
p.privacy {
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 12px 20px 12px;
	line-height: 1.5em;
	color: #333;
	}
.ds_ol1 {
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 12px 20px 12px;
	line-height: 1.5em;
	color: #333;
	}
.ds_ul2 {
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 12px 20px 12px;
	line-height: 1.5em;
	color: #333;
	}
.ds_ol1 {
	text-align: justify;
	}
	
.ds_ol2 {
	text-align: justify;
	}
	
.ds_ul1 {
	text-align: justify;
	}

.ds_ol1 li {
	font-weight:bold;
	}
	
.ds_ul1 li {
	font-weight:normal;
	}
span.queer_action10 {
	font-size: 0.72em;
	}		
span.queer_action14 {
	font-size: 0.91em;
	}
span.queer_action18 {
	font-size: 1em;
	}
span.queer_action24 {
	font-size: 1.26em;
	}	
span.queer_action46 {
	font-size: 1.82em;
	}
span.queer_action58 {
	font-size: 2.3em;
	}
p.bodytext_error {
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 12px 20px 12px;
	line-height: 1.5em;
	color: #ff0000;
	}
span.bodytext_01_ad {
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	}
p.bodytext_03 {
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 12px 20px 12px;
	line-height: 2.0em;
	color: #333;
	}
.read_more {
}

form.contact {
	text-align: center;
	margin-bottom: 20px;
	width: 92%;
	margin-left: 4%;
	font-weight: normal;
	font-size: 1.1em;
	}
input.contact {
	font-family: verdana, arial, sans;
	border:1px solid #999;
	width: 95%;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.3em;
	padding: 2%;
	}
select.contact {
	font-family: verdana, arial, sans;
	border:1px solid #999;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.3em;
	padding: 2%;
	}
option.contact {
	margin: 10px 0px;
	}
input.contact:focus {
	color: #039;
	border:1px solid #039;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	box-shadow:         0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	}
select.contact:focus {
	color: #039;
	border:1px solid #039;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	box-shadow:         0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	}
input.contact_btn {
	font-family: verdana, arial, sans;
	width: 85%;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.3em;
	padding: 2%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	box-shadow:         0px 3px 10px 0px rgba(60, 60, 60, 0.75);
	}
input.contact_btn:hover {
	margin-top:7px;
	margin-bottom: 18px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	box-shadow:         0px -1px 10px 0px rgba(60, 60, 60, 0.75);
	}
span.contact {
	font-family: verdana, arial, sans;
	width: 99%;
	color: #333;
	}
textarea.contact {
	font-family: verdana, arial, sans;
	border:1px solid #999;
	height: 140px;
	width: 95%;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.3em;
	padding: 2%;
	}
textarea.contact:focus {
	color: #039;
	border:1px solid #039;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	box-shadow:         0px 0px 10px 0px rgba(60, 60, 60, 0.75) inset;
	}

span.hide_mobile {
	visibility: hidden;
	}
.btm_nav01 {
	width: 100%;
}
.btm_nav02 {
	width: 100%;
}
.absender_block {
}
.absender_block_01 {
width: 100%;
margin-left: 0;
	text-align: center;
}
.absender_block_02 {
width: 100%;
margin-left: 0;
clear: both;
	text-align: center;
}
p.mitgliederDesc {
	width: 48%;
	margin-left: 2%;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	color: #039;
	}
p.mitgliederMore {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: right;
	}
p.nameMitglied {
	font-size: 0.8em;
	margin-bottom: 20px;
	}
img.itemMitglied {
	width: 80%;
	margin: 10%;
	}
.sliderMitglieder {
	margin-left: 1.5%;
	width: 97%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px hsla(300,15%,25%,0.3) inset;
	-moz-box-shadow: 0px 0px 5px hsla(300,15%,25%,0.3) inset;
	box-shadow: 0px 0px 5px hsla(300,15%,25%,0.3) inset;
}
.itemMitglied {
	float: left;
	width: 25%;
	overflow: hidden;
	}
.itemMitglied2 {
	float: left;
	width: 50%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	}

div#banner_rotator {
	font-size: 0.8em;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}

div#banner_rotator2 {
	font-size: 0.8em;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}

div#banner_rotator3 {
	font-size: 0.8em;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}

div#banner_rotator4 {
	font-size: 0.8em;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}
.item {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}
.itemIcon {
	width: 32%;
	float: left;
}
.itemDesc {
	width: 67.9%;
	float: left;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.advertising_01 {
	text-align: center;
	padding: 20px 0px 10px 0px;
}

img.gallery_01 {
    box-shadow: 0 0 10px #666;
    float: left;
    margin: 2%;
    width: 46%;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 560px) {

.gridContainer {
	width: 99.2424%;
	padding-left: 0.3787%;
	padding-right: 0.3787%;
	clear: none;
	float: none;
	margin-left: auto;
}
.siteContainer {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(60, 60, 60, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(60, 60, 60, 0.75);
}
.siteHeader {
}
.siteMain {
}
.siteFooter {
}
.headerAdvertising  {
	margin:20px 0 20px 0px;
}
.headerNavigation {
}
.headerSlider {
}
img.top_signet {
	width: 140px;
	height: 140px;
	}
.contentSegment {
}
.contentSegmentWMD {
	height: 220px;
}
.contentNavi_SF {
width: 100%;
}
.contentNavi_GNATZ {
width: 100%;
clear: both;
margin-left: 0;
}
.contentNavi_RBF {
width: 100%;
clear: both;
margin-left: 0;
}
.contentNavi_Flaggehissen {
width: 49.1803%;
}
.contentNavi_VPL {
width: 49.1803%;
clear: none;
margin-left: 1.6393%;
}
.contentNavi_NE {
width: 49.1803%;
margin-left: 0;
clear: both;
}
.contentNavi_MW {
width: 49.1803%;
clear: none;
margin-left: 1.6393%;
}
.contentNavi_beapart {
}
.cN_icon {
width: 32.2404%;
margin-left: 0;
text-align: center;
clear: both;
}
.cN_text {
width: 64.1202%;
clear: none;
margin-left: 1.6393%;
margin-top: 15px;
}

div.bodytext_01 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	margin-bottom: 20px;
	}

div.bodytext_02 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	margin-bottom: 20px;
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 40px 12px 10px 12px;
	}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 12px 30px 12px;
	color: #039;
	}
p.cNm {
	margin: 0px 10px 35px 0px;
	}
h3.cN2 {
	margin: 20px 14px 0px 14px;
	}
p.cN2 {
	margin: 0px 14px 20px 14px;
	}
p.absender {
	font-size: 0.85em;
	margin: 40px 20px;
	color: #333;
	}
.read_more {
}
form.contact {
	width: 96%;
	margin-left: 2%;
	}
span.hide_mobile {
	visibility: visible;
	}
span.show_mobile {
	visibility: hidden;
	}
.frst_footer {
}
.btm_nav01 {
width: 49.1803%;
}
.btm_nav02 {
width: 49.1803%;
clear: none;
margin-left: 1.6393%;
}
.absender_block {
}
.absender_block_01 {
	width: 40.7103%;
	margin-left: 8.4699%;
}
.absender_block_02 {
	width: 40.7103%;
	clear: none;
	margin-left: 1.6393%;
}
p.nameMitglied {
	font-size: 0.85em;
	}
.itemMitglied2 {
	float: left;
	width: 33%;
	overflow: hidden;
	}
span.queer_action10 {
	font-size: 0.79em;
	}	
span.queer_action14 {
	font-size: 1em;
	}
span.queer_action18 {
	font-size: 1.1em;
	}
span.queer_action24 {
	font-size: 1.39em;
	}	
span.queer_action46 {
	font-size: 3.29em;
	}
span.queer_action58 {
	font-size: 4.14em;
	}	
	
div#banner_rotator {
	font-size: 0.85em;
}

div#banner_rotator2 {
	font-size: 0.85em;
}

div#banner_rotator3 {
	font-size: 0.85em;
}

div#banner_rotator4 {
	font-size: 0.85em;
}
.sliderMitglieder {
}
.item {
}
.itemIcon {
}
.itemDesc {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

img.gallery_01{
	margin:1.65%;
	float:left;
	width: 30%;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 99.2424%;
	max-width:768px;
	padding-left: 0.3787%;
	padding-right: 0.3787%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.siteContainer {
}
.siteHeader {
}
.siteMain {
}
.siteFooter {
}
.headerAdvertising  {
}
.headerNavigation {
}
img.top_signet {
	}
.headerSlider {
}
.contentSegment {
	width: 96%;
	margin-left: 2%;
}
.contentNavi_SF {
	border: 0px;
	width: 48.3606%;
}
.contentNavi_GNATZ {
	border: 0px dotted #333;
width: 32.2404%;
margin-left: 1.6393%;
clear: none;
}
.contentNavi_RBF {
	border: 0px dotted #333;
	width: 48.3606%;
	margin-left: 1.6393%;
	clear: none;
}
.contentNavi_Flaggehissen {
}
.contentNavi_VPL {
}
.contentNavi_NE {
}
.contentNavi_MW {
}
.contentNavi_beapart {
}
.cN_icon {
	width: 100%;
	text-align: center;
	margin-left: 5.0847%;
	clear: none;
}
.cN_text {
width: 90%;
clear: both;
margin-left: 5%;
margin-top: 0px;
}

div.bodytext_01 {
	margin-bottom: 20px;
	}

h1 {
	font-size: 2.6em;
	font-weight: normal;
	margin: 40px 12px 10px 12px;
	}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 12px 30px 12px;
	color: #039;
	}

h2.cN {
	text-align: center;
}
p.cN {
	text-align: justify;
}
p.bodytext_01 {
	margin: 0px 14px 20px 14px;
	}
p.privacy {
	margin: 0px 14px 20px 14px;
	}	
span.queer_action10 {
	font-size: 0.79em;
	}	
span.queer_action14 {
	font-size: 1em;
	}
span.queer_action18 {
	font-size: 1.1em;
	}
span.queer_action24 {
	font-size: 1.39em;
	}		
span.queer_action46 {
	font-size: 3.29em;
	}
span.queer_action58 {
	font-size: 4.14em;
	}	
.read_more {
}
span.hide_mobile {
	visibility: visible;
	}
span.show_mobile {
	visibility: hidden;
	}
.frst_footer {
}
form.contact {
	width: 97%;
	margin-left: 1.5%;
	}
.btm_nav01 {
}
.btm_nav02 {
}
.absender_block {
}
.absender_block_01 {
width: 40.7103%;
margin-left: 8.4699%;
}
.absender_block_02 {
width: 40.7103%;
clear: none;
margin-left: 1.6393%;
}

div#banner_rotator {
	font-size: 0.9em;
}

div#banner_rotator2 {
	font-size: 0.9em;
}

div#banner_rotator3 {
	font-size: 0.9em;
}

div#banner_rotator4 {
	font-size: 0.9em;
}
.sliderMitglieder {
}
p.nameMitglied {
	font-size: 0.9em;
	}
.itemMitglied2 {
	margin-bottom: 10px;
	float: left;
	width: 25%;
	overflow: hidden;
	}
.item {
}
.itemIcon {
}
.itemDesc {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

img.gallery_01{
	margin:1%;
	width: 23%;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	}
}