/* 
	Beschreibung:			Joyn us - Basic -CSS
	Zuletzt bearbeitet:		Jan Wagner
	Datum:					23.01.2009

------------------------------------------------------------------
	-1.0- Grundgeruest
	
	-2.0- Wrapper
	
	-3.0- Header
	
	-4.0- Top Navi
	
	-5.0- Breadcrumb
	
	-6.0- Content
	
	-7.0- Main Menu
	
	-8.0- Suche
	
	-9.0- News
	
	-10.0- Content Info
	
	-11.0- News Blitz
	
	-12.0- Magazin
	
	-13.0- Footer
	
	-14.0- Formular - Namesfindung
	
	-15.0- Formular - DRAGONPARC Buchung
	
	-16.0- Indexed search
	
	-17.0- Google Maps
	
	-18.0- Fixfloat
	
	-19.0- Division
	
	-20.0- a3b Impressum
------------------------------------------------------------------*/


/* -1.0- Grundgeruest
------------------------------------------------------------------*/

html {
	overflow-y:scroll;
	background:#ffffff;
/*	background: url(../images/background.jpg) top center repeat-y #000000;*/
}

html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
}

body#joynus {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	font: 62.5%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	font-size:11px;
	line-height:18px;
	letter-spacing:normal;
}

#background {
	position:absolute;
	width:100%;
	height:750px;
}

#background-left {
	position:relative;
	width:50%;
	height:750px;
	float:left;
	background: url(../images/background-left.jpg) repeat-x;
}

#background-right {
	position:relative;
	width:50%;
	height:750px;
	float:left;
	background: url(../images/background-right.jpg) repeat-x;
}

#background-drache {
	width:100%;
	position:absolute;
	height:645px;
	background:url(../images/background-drache.jpg) no-repeat center;
}	

/* -2.0- Wrapper
------------------------------------------------------------------*/
#wrapper-overall {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

#wrapper {
	position:relative;
	margin:0px 0px 0px -495px;
	width:990px;
	left:50%;
}

/* -3.0- Header
------------------------------------------------------------------*/

#header {
	margin:42px 0px 19px 0px;
	width:700px;
	height:162px;
}

.joynus {
	background: url(../images/header-joynus.jpg) no-repeat;
}

.bowling2000 {
	background: url(../images/header-bowling2000.jpg) no-repeat;
}

.dragonparc {
	background: url(../images/header-dragonparc.jpg) no-repeat;
}

.holeinone {
	background: url(../images/header-holeinone.jpg) no-repeat;
}

.sparkeys {
	background: url(../images/header-sparkeys.jpg) no-repeat;
}

.basement {
	background: url(../images/header-basement.jpg) no-repeat;
}

/* -4.0- Top Navi
------------------------------------------------------------------*/

#topmenu-wrapper {
	margin:0px 0px 17px 23px;	
	width:968px;
	height:56px;
/*	background:#000066;*/
}

/* -5.0- Breadcrumb
------------------------------------------------------------------*/

#breadcrumb-wrapper {
	margin:0px 0px 18px 0px;
	padding:0px 0px 0px 0px;	
	width:990px;
	overflow:hidden;
}

#breadcrumb {
	margin:9px 0px 0px 0px;
	padding:0px 0px 0px 27px;	
	width:632px;
	float:left;
	color:#FFFFFF;
}

#breadcrumb-menu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;	
	float:left;
}

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

#content-wrapper {
	background:url(../images/content-background-top.jpg) no-repeat top center;
}

#content-background {
	background:url(../images/content-background-middle.jpg) no-repeat -1px 315px;
	overflow:hidden;
	height:100%
/*	height:500px;*/
}

#content-footer {
	padding:10px 50px 10px 50px;
	height:27px;
	background:url(../images/content-background-bottom.jpg) no-repeat -1px;
	color:#35a5db;
	text-align:center;
}

#content  {
	margin:0px 0px 0px 0px;
	width:582px;
	float:left;
	overflow:hidden;
}

.content-2sp-wrapper {
	margin:6px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	overflow:hidden;
}

.content-2sp-top {
	padding:15px 40px 0px 40px;
	width:490px;
/*	height:44px;*/
	overflow:hidden;
	background:url(../images/content-2sp-top.jpg) top no-repeat;
}

.content-2sp-middle {
	padding:0px 40px 0px 40px;
	width:490px;
	overflow:hidden;
	background:url(../images/content-2sp-middle.jpg) repeat-y;
}

.content-2sp-bottom {
	padding:0px 40px 5px 40px;
	width:490px;
	height:37px;
	overflow:hidden;
	background:url(../images/content-2sp-bottom.jpg) top no-repeat;
	color:#35a5db;
	text-align:right;
	font-size:9px;
}

.content-1sp-wrapper {
	width:281px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	float:left;
}

.content-1sp-top {
	padding:15px 40px 0px 40px;
	width:201px;
	overflow:hidden;
	background:url(../images/content-1sp-top.jpg) top no-repeat;
}

.content-1sp-middle {
	padding:0px 40px 0px 40px;
	width:201px;
	overflow:hidden;
	background:url(../images/content-1sp-middle.jpg) repeat-y;
}

.content-1sp-bottom {
	padding:7px 40px 0px 40px;
	width:201px;
	height:34px;
	overflow:hidden;
	background:url(../images/content-1sp-bottom.jpg) top no-repeat;
	color:#35a5db;
	text-align:right;
	font-size:9px;
}

.textfloat-left {
	text-align:left;
	width:145px;
	padding:0 0 0 0;
	float:left;
}

.textfloat-left-open {
	text-align:left;
	width:95px;
	padding:0 0 0 0;
	float:left;
}

.textfloat-right-open {
	text-align:right;
	width:100px;
	float:left;
}

.textfloat-right {
	text-align:right;
	width:50px;
	float:left;
}

.textfloat-2sp-left {
	text-align:right;
	width:365px;
	padding:15px 0 0 0;
	float:left;
}

.textfloat-2sp-right {
	padding:15px 0 0 0;
	text-align:right;
	width:125px;
	float:left;
}

/* -7.0- Main Menu
------------------------------------------------------------------*/

#mainmenu-wrapper {
	width:211px;
	float:left;
}

#mainmenu {
	padding:12px 0px 0px 27px;
	line-height:16px;
	width:172px;
/*	display:none;*/
}

#mainmenu-allopen {
	padding:0px 0px 0px 27px;
	line-height:16px;
	width:172px;
/*	display:none;*/
}

/* -8.0- Suche
------------------------------------------------------------------*/

#mainmenu-search {
	width:172px;
	padding:0px 0px 0px 27px;
	line-height:16px;
	height:65px;
	background:url(../images/mainmenu-search.jpg) no-repeat 27px 0px;
}

#mainmenu-search input.search-formfield {
	margin:30px 0px 0px 45px;
	border:none;
	float:left;
	width:100px;
	height:12px;
	background:#e2e2e2;
	font-size:9px;
	color:#35a5db;

}

#mainmenu-search input.search-send {
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	width:15px;
	height:15px;
	float:left;
	display:none;
	border:none;
/*	background-color: transparent;*/	
}

/* -9.0- News
------------------------------------------------------------------*/

div.news-cat, div.news-date {
	padding-top:9px;
	float:left;
	font-weight:bold;
	color:#35a5db;
	font-size:10px;
	text-align:left;
}

.news-button {
	float:left;
}

.drucken-button {
	float:right;
}

.news-single-img {
	margin-bottom:25px;
}

p.news-single-imgcaption {
	margin-top:25px;
}

.newslist-col-1-0 {
	float:left;
	width:350px;
}

.newslist-col-0-1 {
	float:right;
	text-align:right;
	width:140px;
}

.tx-ttnews-browsebox {
	margin-top:10px;
	background:url(../images/pagebrowser_bakground.jpg) no-repeat;
}

.tx-ttnews-browsebox_items {
	display:none;
}

.tx-ttnews-but-page {
	width:15px;
}

.tx-ttnews-browsebox_list {
	margin: 0 auto;
	padding:5px 0px 10px 0px;
	text-align:center;
}

#content .tx-ttnews-browsebox ul li {
	background:none;
	border:none;
	padding:0px 5px 0px 5px;
 	display:inline;
}

/* -10.0- Content Info
------------------------------------------------------------------*/

#content-info-wrapper {
	margin:0px 0px 0px -7px;
	padding:10px 0px 0px 0px;
	width:177px;
	float:left;
}

#content-info-wrapper #sublogos {
	width:177px;
	height:50px;
	padding:25px 0px 0px 7px;
	margin:0px 0px 20px 0px;
}


/* -11.0- News Blitz
------------------------------------------------------------------*/

.newsblitz-wrapper {
	width:177px;
	margin:2px 0px 8px 0px;
}

.newsblitz-wrapper-left {
	width:177px;
	margin:10px 0px 8px 22px;
}

.newsblitz-top {
	height:59px;
	padding:0px 0px 0px 70px;
	background:url(../images/newsblitz-top.jpg) no-repeat;
}

.newsblitz-middle {
	padding:0px 33px 0px 30px;
	width:124px;
	overflow:hidden;
	background:url(../images/newsblitz-middle.jpg) repeat-y;
	text-align:left;
	
}

.newsblitz-bottom {
	padding:5px 33px 0px 30px;
	width:124px;
	height:22px;
	overflow:hidden;
	background:url(../images/newsblitz-bottom.jpg) no-repeat bottom;
	color:#35a5db;
	text-align:right;
	font-weight:bold;
	font-size:9px;
}


/* -12.0- Magazin
------------------------------------------------------------------*/

.magazin-wrapper {
	width:177px;
	margin:0px 0px 8px 0px;
}

.magazin-top {
	height:59px;
	background:url(../images/magazin-top.jpg) no-repeat;
}

.magazin-middle {
	padding:0px 33px 0px 30px;
	width:124px;
	overflow:hidden;
	background:url(../images/magazin-middle.jpg) repeat-y;
	text-align: justify;
}

.magazin-bottom {
	padding:5px 33px 0px 30px;
	width:124px;
	height:35px;
	overflow:hidden;
	background:url(../images/magazin-bottom.jpg) no-repeat bottom;
	color:#35a5db;
	text-align:right;
	font-weight:bold;
	font-size:9px;
}


/* -13.0- Footer
------------------------------------------------------------------*/

#footer-wrapper {
	position:relative;
	width:100%;
	height:150px;
/*	background:url(../images/footer-background-left.jpg) repeat-x;*/
}

#footer {
	position:absolute;
	padding:84px 0px 0px 15px;
	width:976px;
	left:50%;
	margin-left:-490px;
	height:66px;
	background:url(../images/footer-background.jpg) no-repeat;
}
	

#footer-left {
	position:absolute;
	width:50%;
	height:150px;
	background:#000000;
	background:url(../images/footer-background-left.jpg) repeat-x;
}

/* -14.0- Formular - Namesfindung
------------------------------------------------------------------*/

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 label {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	display: block;
	width: 150px;
	text-align:left;
	float: left;
	clear: right;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_1 label {
	font-weight:bold;
	color:#35a5db;
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 legend {
	display:none
}

/*.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 input {
	width:315px;
	padding:2px;
	margin:0px 0px 5px 0px;
	background: #ffc900;
	border:1px solid #eeeeee;
}*/

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_1 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_2 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_3 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_4 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_5 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_6 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_7 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_8 input {
	width:317px;
	padding:2px;
	margin:0px 0px 5px 14px;
	background: #ffc900;
	border:1px solid #eeeeee;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_submitgraphic.tx_powermail_pi1_fieldwrap_html_9 input {
	width:158px;
	margin:15px 0px 0px 162px;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_text,
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset select {
	width: 240px;
	padding:2px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

/* Mandatory */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}

input.validation-failed, textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}

div.powermail_mandatory_js {/* DIV container of errormessage */
	color: red;
	margin: 0px 0px 10px 166px;
}


/* -15.0- Formular - DRAGONPARC Buchung
------------------------------------------------------------------*/

/*.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 label {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	display: block;
	width: 150px;
	text-align:left;
	float: left;
	clear: right;
}*/

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_1 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_2 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_3 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_4 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_5 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_6 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_7 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_8 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_9 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_10 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_11 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_12 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_13 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_14 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_15 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_16 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_17 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_18 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_19 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_20 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_21 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_22 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_23 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_24 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_25 label,

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_48 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_47 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_46 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_45 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_44 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_43 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_42 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_41 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_34 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_33 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_49 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_50 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_51 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_52 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_53 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_54 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_55 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_56 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_57 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_58 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_59 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_60 label {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	display: block;
	width: 150px;
	text-align:left;
	float: left;
	clear: right;
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 legend,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 legend,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 legend {
	display:none
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_10 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_11 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_12 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_13 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_14 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_15 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_16 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_17 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_18 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_19 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_20 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_21 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_22 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_23 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_24 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_25 input,

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_48 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_47 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_46 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_45 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_44 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_43 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_42 input,

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_49 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_50 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_51 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_52 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_53 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_54 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_55 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_56 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_57 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_58 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_59 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_60 input
/*.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_41 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_34 input,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_text.tx_powermail_pi1_fieldwrap_html_33 input*/ {
	width:317px;
	padding:2px;
	margin:0px 0px 5px 14px;
	background: #ffc900;
	border:1px solid #eeeeee;
}




.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_41 select,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_34 select,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_3 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_select.tx_powermail_pi1_fieldwrap_html_33 select {
	width:323px;
	padding:2px;
	margin:0px 0px 5px 14px;
	background: #ffc900;
	border:1px solid #eeeeee;
}







.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_0,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_1,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_2,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_3,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_0,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_1,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_2 {
	padding:0px 0px 0px 168px;
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_0 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_1 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_2 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_3 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_0 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_1 label,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_2 label {
	width:250px;
	display:block;
	float:left;
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_radio_inner.powermail_radio_inner_uid26_0,
.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 .powermail_check_inner.powermail_check_inner_uid27_0 {
	margin:-20px 0 0 0;
}

.tx-powermail-pi1 fieldset#tx-powermail-pi1_fieldset_2 #powermaildiv_uid26 {
	padding:15px 0 15px 0;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_submitgraphic.tx_powermail_pi1_fieldwrap_html_28 input {
	width:158px;
	margin:15px 0px 0px 162px;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_text,
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset select {
	width: 240px;
	padding:2px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit,
.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back {
	padding:2px;
	margin:15px 10px 0px 0px;
	background: #ffc900;
	border:1px solid #eeeeee;
	float:left;
}


/* -16.0- Indexed search
------------------------------------------------------------------*/


.content-2sp-middle .tx-indexedsearch .button {
	width:164px;
	margin:10px 0px 10px 0px;
	padding:2px;
	background: #ffc900;
	border:1px solid #eeeeee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

.content-2sp-middle .tx-indexedsearch input {
	width:160px;
	margin:0px 0px 0px 0px;
	padding:2px;
	background: #ffc900;
	border:1px solid #eeeeee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

.tx-indexedsearch-searchbox-sword {
	padding:2px;;
	background: #ffc900;
	border:1px solid #eeeeee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
	overflow:auto;
}

.tx-indexedsearch-searchbox-button {
	margin:0px 0px 0px 0px;
	padding:2px;
	background: #ffc900;
	border:1px solid #eeeeee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

.tx-indexedsearch_div_01 {
	margin:0px 15px 10px 0px;
	width:100px;
	float:left;
}

.tx-indexedsearch_div {
	margin:0px 15px 10px 0px;
	float:left;
}

.tx-indexedsearch_div select {
	background: #ffc900;
	border:1px solid #eeeeee;
	padding:2px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	overflow:hidden;	
}

/*.tx-indexedsearch-res {
	width:530px;
}
*/

.tx-indexedsearch-container {
	width:468px;
	margin:0px 0px 15px 0px;
	padding:0px 10px 0px 10px;
	background-color:#f5f5f5;
	border:1px solid #eeeeee;
}


.tx-indexedsearch_div_results_01 {
	margin:0px 15px 10px 0px;
	float:left;
}

.tx-indexedsearch_div_titel {
	margin:0px 15px 0px 0px;
	font-size:14px;
	float:left;
}

.tx-indexedsearch_div_results {
	margin:0px 5px 0px 0px;
	float:left;
}

.tx-indexedsearch-whatis, .tx-indexedsearch-browsebox {
	margin:0px;
	padding:0px;
}

.tx-indexedsearch_div_discription {
	margin:5px 0px 10px 0px;
	float:left;
	font-style:italic;
}

#content .content-2sp-middle .tx-indexedsearch .tx-indexedsearch-browsebox {
	padding:5px 0px 5px 0px;
	margin:0px 0px 15px 0px;
}

#content .content-2sp-middle .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}	

#content .content-2sp-middle .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
	margin:5px 5px 10px 0px;
	padding:2px 7px 5px 7px;
	list-style:none;
	float:left;
}


/* -17.0- Google Maps
------------------------------------------------------------------*/
#map {
	height:300px;
	width:490px;
}

/* -18.0- Fixfloat
------------------------------------------------------------------*/

.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;	
}

/* -19.0- Division
------------------------------------------------------------------*/

.division-20px {
	margin:20px 0px 20px 0px;
	padding:0;
	height:2px;
	clear:both;
	background:url(../images/division.jpg) repeat-x;	
}

.division-5px {
	width:125px;
	margin:35px 0px 5px 0px;
	padding:0;
	height:2px;
	clear:both;
	background:url(../images/division.jpg) repeat-x;	
}


/* -20.0- a3b Impressum
------------------------------------------------------------------*/

#content #a3b_impressum_01 {
	margin:30px 0px 0px 0px;
	width:300px;
	height:25px;
	font-weight:bold;
}

#content #a3b_impressum_02 {
	width:50px;
	height:100px;
	background:url(../images/a3b.png) top left no-repeat;
	float:left;
}

#content #a3b_impressum_03 {
	width:250px;
	float:left;
}

#content #a3b_impressum_wrapper {
	height:120px;
	padding:10px 10px 10px 30px;
	border:1px solid #ffffff;
	background: #d3e4ec;
}

#content #a3b_impressum_03 b, #content #a3b_impressum_03 a:link  {
	color:#FF0000;
}


/*	SOCIAL NETWORKS
-----------------------------*/

#social-network {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
	background: url(../images/joynus-gets-social.jpg) 15px 0px no-repeat;
	height:257px;
}

#social-network a.twitter {
	position:absolute;
	top:170px;
	left:100px;
	height:35px;
	width:35px;
	display:block;
	text-indent:-1000px;
} 

#social-network a.facebook {
	position:absolute;
	top:170px;
	left:60px;
	height:35px;
	width:35px;
	display:block;
	text-indent:-1000px;
} 

#social-network a.youtube {
	position:absolute;
	top:170px;
	left:140px;
	height:35px;
	width:35px;
	display:block;
	text-indent:-1000px;
} 

