@charset "UTF-8";


body {
	background: url("../images/bg_structure.png") #cccccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}


/****
 Font - Styling 
****/

.luftspruenge_title {
	text-decoration: none;
	color: #333;
}

.luftspruenge_title:hover {
	text-decoration: none;
	color: #333;
}

#main_shadow {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

#page {
	background: #fff;
	border-top: 5px solid #e1136b;
}

#footer {
	height: auto;
	background: #ef1b7f;
	font-size: 0.85em;
}

.top_bar_grey {
 background: #ccc;
 -moz-border-radius: 10px;
  border-radius: 10px;
 border: 1px solid;
}

ul.top_navigation {
 float: right;
}

ul.top_navigation li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	border: 0px;
}


.top_navigation a {
	border: 0px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

ul.top_navigation li a:hover {
	border-bottom: 2px solid #ef1b7f;
}



.footer li {
	list-style-type: none;
}

.footer a {
	color: #333;
	text-decoration: none;
}

#links_footer li{
	list-style-type: square;
	color: #ef1b7f;
}

#links_footer a {
	text-decoration: none;
	color: #333;
}

#links_footer a:hover {
	font-weight: bold;
	color: #ef1b7f;
	
}


/****

Accordion Styling

****/

.accordion {
	border: 0px solid;
	margin: 10px 0 20px 0;
}




.panel_atmung {
	background: url("../images/panel_atmung.png") #ccc no-repeat;
}

.panel_atmung ul  {
	font-size: 1.75em;
	margin: 100px 0 0 340px;
	list-style-type: none;
}

.panel_haltung ul {
	font-size: 1.75em;
	margin: 130px 0 0 340px;
	list-style-type: none;
}

.panel_stimme ul {
	font-size: 1.75em;
	margin: 100px 0 0 340px;
	list-style-type: none;
}


.panel_atmung ul a, .panel_haltung ul a, .panel_stimme ul a {
	color: #333;
	text-decoration: none;
}

.panel_atmung ul a:active, .panel_haltung ul a:active, .panel_stimme ul a:active {
	color: #333;
	text-decoration: none;
}

.panel_atmung ul a:hover, .panel_haltung ul a:hover, .panel_stimme ul a:hover{
	color: #ef1b7f;
	font-weight: normal;
	text-decoration: none;
}

.panel_atmung ul li, .panel_haltung ul li, .panel_stimme ul li {
	padding: 15px 0 0 15px;
} 

.panel_haltung {
	background: url("../images/panel_haltung.png") #ccc no-repeat;
}

.panel_stimme {
	background: url("../images/panel_stimme.png") #ccc no-repeat;
}

.panel_atmung h2, .panel_haltung h2, .panel_stimme h2 {
	margin-left: 55px;
}

ul.accordionhor {
		margin: 0;
		padding: 0;
    width: 940px;
    height: 450px;
    border:1px solid #fff;
    list-style: none;
}
ul.accordionhor > li {
    background-color: #fff;
    border: 1px solid #333;
    padding:4px;
    overflow: hidden;
    /* white-space:nowrap; */
}

.mainpage {
	white-space:nowrap;
}
ul.accordionhor h2 {
	margin-left: 55px;
}
.innerContentContainer {
	margin: 40px 0 0 0;
	border: 1px solid;
}

.vertikal {
	float:left;
	display: block;
 -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);  
	-o-transform: rotate(-90deg);        
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);      
}

.accordeon_text {
	height: 160px;
}

.accordeon_text p {
	font-size: 1.25em;
	line-height: 1.5em;
	position: relative;
	display: block;
}

.fake {

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);  
	-o-transform: rotate(-90deg);        
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  
	
}

.list_accordion {
	font-size: 1.5em;
	list-style-type: circle;
	lineheigth: 2.2em;
}




/* jQuery lightBox plugin - Gallery style */
			#gallery {
				background-color: #fff;
				padding: 10px;
				margin-left: 40px;
				width: auto;
				border: 0px solid;
			}
			#gallery ul { 
				list-style: none;
			}
			
			#gallery ul li { display: inline; }
			#gallery ul img {
				border: 5px solid #fff;
				border-width: 2px 2px 2px 2px;
			}
			#gallery ul a:hover img {
				border: 5px solid #e1136b;
				border-width: 2px 2px 2px 2px;
				color: #333;
			}
			#gallery ul a:hover { color: #fff; }