@charset "UTF-8";
/******************************************************************************/
/* Stylesheet für menzi websites                                              */
/*----------------------------------------------------------------------------*/
/* Positionsreihenfolge: top - right - bottom - left                          */
/******************************************************************************/
/* HTML                                                                       */
/*----------------------------------------------------------------------------*/
a {
	text-decoration: underline; cursor: pointer; color: black
}
a:hover, 
a:active,
a:focus {
	text-decoration: underline; color: #C3141E;
}

body { 
	font-family: Frutiger, Arial; font-size: 16px; color: #585858; line-height: 20px;
	/* SA */
	-webkit-text-size-adjust:none; /* Font Resizing ausschalten */
	/* FF */
	-moz-text-size-adjust:none; /* Font Resizing ausschalten */
	/* CSS 3 */
	text-size-adjust:none; /* Font Resizing ausschalten */
}

fieldset {
	border: none; margin: 0; padding: 0
}

form {
	margin: 0; padding: 0
}

h1 { 
	font-size: 24px; text-shadow: 2px 2px 10px lightgray; color: #C3141E;
}

h2 { 
	font-size: 18px; text-shadow: 2px 2px 10px lightgray; color: black; margin: 6px 0 6px 0
}

h3 { 
	font-size: 16px; text-shadow: 2px 2px 10px lightgray; color: black; margin: 6px 0 6px 0
}

hr {
	border: 1px thin lightgray;
}

p {
	margin: 0; padding: 3px 0 0 0;
}

textarea,
input[type="text"]{
	font-family: Frutiger, Arial; font-size: 15px; color: #585858; padding: 7px; border: 1px solid lightgray; 
	/* IE */
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#F6E3CE, Direction=135, Strength=5);
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#F6E3CE, Direction=135, Strength=5)";
	/* SA */  
	background: -webkit-gradient(linear, right bottom, left top, from(#F6E3CE), to(white));    
	-webkit-box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray ;
  	-webkit-border-radius: 5px;
	/* FF */
	background: -moz-linear-gradient(center,  #F6E3CE,  white);
	-moz-border-radius: 5px;
  	-moz-box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray;
  	/* CSS3 */
	border-radius: 5px;
	box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray;
}

input[type="text"] {
	width: 250px; margin: -5px -20px 0 0
}

textarea {
  width: 335px; height: 75px; overflow: auto; margin: 10px 0 0 0;
}

input[type="checkbox"] {
	width: 20px; font-size: 20px
}

input:focus,
textarea:focus { 
	/* SA */ 
    -webkit-box-shadow: 0px 0px 2px #007eff; 
	/* FF */ 
    -moz-box-shadow: 0px 0px 2px #007eff; 
	/* CSS3 */ 
    box-shadow: 0px 0px 2px #007eff;  
} 

input[type="button"],
input[type="submit"],
input[type="reset"] {
	display: inline-block; outline: none; cursor: pointer; text-align: center;
	text-decoration: none; font: 15px/100% Frutiger, Arial; padding: 7px; margin: 0 15px 0 0;
	color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; width: auto;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	/* SA */
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/* FF */
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/* CSS 3 */
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	text-decoration: none; background: #f47c20;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	/* SA */
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	/* FF */
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	/* CSS 3 */
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active  {
	position: relative; top: 1px; color: #fcd3a5;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	/* SA */
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	/* FF */
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	/* CSS 3 */
}

select,
select:focus {
	display: inline-block; outline: none; cursor: pointer; font-size: 15px;
	text-decoration: none; font: Frutiger, Arial; padding: 2px; margin: 0 15px 0 0;
	border: solid 1px silver; background-color: white;
	/* IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='silver');
	/* SA */
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(silver));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/* FF */
	background: -moz-linear-gradient(top,  white,  silver);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/* CSS 3 */
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/*----------------------------------------------------------------------------*/
/* CLASSES                                                                    */
/*----------------------------------------------------------------------------*/
.blue {
	color: blue;
}

.bullet {
	margin: 0 0 0 0; list-style-image: url(../../images/bullet.gif)
}

.bullet li {
	margin: 0 0 0 -20px
}

.bullet .rowHover {
  	color: black; cursor: pointer;	
}
	
.bullet .rowSelected {
  	color: darkorange; cursor: pointer
}

.clearfix {
	clear: both 
}

.count { 
	width: 30px; margin: 0 10px 0 0; text-align: right;
	font-family: Frutiger, Arial; font-size: 15px; color: #585858; padding: 7px; border: 1px solid lightgray; 
	/* IE */
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#F6E3CE, Direction=135, Strength=5);
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#F6E3CE, Direction=135, Strength=5)";
	/* SA */  
	background: -webkit-gradient(linear, right bottom, left top, from(#F6E3CE), to(white));    
	-webkit-box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray ;
  	-webkit-border-radius: 5px;
	/* FF */
	background: -moz-linear-gradient(center,  #F6E3CE,  white);
	-moz-border-radius: 5px;
  	-moz-box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray;
  	/* CSS3 */
	border-radius: 5px;
	box-shadow: 1px 1px 0px #999999, inset 1px 1px 2px gray;
}

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

.float-right {
	float: right; margin: 5px 0 5px 15px;
}

.image-shadow {
	/* IE */
  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5);
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)";
	/* SA */
	-webkit-box-shadow: 2px 2px 10px #999999;
	/* FF */
	-moz-box-shadow: 2px 2px 10px #999999;
	/* CSS3 */
	box-shadow: 2px 2px 10px #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.intro-image {
	width: 480px; height: 270px
}

.no-border {
	border: none;
}

.orange {
	color: darkorange
}

.red {
	color: #C3141E
}

.reg { 
	vertical-align: super; font-size: 14px; padding: 1px
}

.table-events-border-bottom {
	border-bottom: 1px solid silver 
}

.table-events-header {
	text-align: right; vertical-align: top; padding: 5px
}

.table-events-cell {
	text-align: left; vertical-align: top; padding: 5px
}

.table-events	{
	border-style: none; border-spacing: 3px; border-collapse: collapse; width: 100%;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.validcheckbox { 
	
}

.validsubcheckbox { 
	margin: 7px 0 0 30px 
}

.validsubsubcheckbox { 
	margin: 7px 0 0 50px 
}

/*----------------------------------------------------------------------------*/
/* DIV                                                                        */
/*----------------------------------------------------------------------------*/
#address {
	text-align: right; margin-bottom: 5px;
}

#angebot {
	width: auto; height: auto
}

#angebot-dynamic-text {
	float: right; width: 500px; text-align: leff; height: auto; margin: 0 0 0 10px
}

#angebot-kurs {
	float: right; width: 300px; text-align: leff; height: auto; margin: 20px 40px 20px 0
}

#angebot-text {
	margin: 0 10px 0 0; width: auto
}

#angebot-postit {
	margin: 10px
}

#angebot-produkt {
	float: right; width: 350px; text-align: leff; height: auto; margin: 0 0 0 10px
}

#angebot-media {
	float: right; width: auto; text-align: right; height: auto; margin: 0 0 0 10px
}

#angebot-kurs-leitung {
	float: right; margin: 20px 0 20px 20px
}

#angebot-leitung {
	float: right; margin: 20px 20px 20px 0
}

#angebot-trainingszeiten {
	float: right; margin: 20px 0 20px 0
}

#angebot-beitrag {
	float: right; margin: 20px 0 20px 20px
}

#angebot-informationen {
	float: right; margin: -50px -15px 0 0
}

#belegungsplan { 
	width: 685px; height: 945px; border: none; margin: 0 0 0 0; overflow: hidden 
}

#benutzerdaten {
	float: right; margin: 10px 0 0 0; height: auto; width: 350px
}

#benutzerdaten ul {
  list-style-type: none; margin: 0; padding: 0;
}
#benutzerdaten ul li {
  float: left; padding: 10px; 
}
#benutzerdaten ul li.last {
  float: none; clear: both; text-align: right;
}

#buttons {
	float: right; margin: 10px -15px 0 0
}

#calendar {
	width: 675px; height: 1300px; border:none; background-color: white
}

#calendar-note {
	margin: 0 0 10px 0; font-size: 15px;
}

#checkboxes { 
	float: left; margin: 5px 0 0 0; padding: 5px 0 5px 0; height: auto; width: 300px
}

#commercial {
	float: right; width: auto; width: auto; margin: -70px 0 0 0; 
}

#commercial-media {
	float: right; width: 490px; margin: 10px 0 0 0
}

#content {
	margin: auto auto; width: 1000px; height: auto;
}

#controls {	
	margin: 0 0 10px 0; 
}

#diashow {
	padding: 0px; float: right
}

#events-all {

}

#event-date-front {
	color: blue;
}

#events-text {
	height: 120px; margin: 10px 0 0 0
}

#event-summary {
	color: black; font-size: 20px; height: 80px; text-shadow: 2px 2px 10px lightgray;
	position: absolute; top: 40%; 
}

#galleries {
	margin: 0 auto 20px auto; 
}

#gallerySelect { 
	width: 165px; margin: 5px 0 0 0
}

#image-logo {
	float: left;
}

#image-stripes ul	{ 
	text-align: center; margin: 1px 1px 1px 1px; padding: 0px; list-style-type: none; opacity: 0.7 
}
#image-stripes ul li { 
	display: inline; margin: 0 5px 0 0 
}

#impressum {
	margin: 30px 0 0 0; float: right; font-family: Arial Narrow; font-size: 9px
}

#label {
  float: left; width: 65px; margin: 5px 10px 0 0; text-align: right
}

#links {
	border-bottom: 1px solid silver; margin: 0 0 10px 0; padding: 0 0 10px 0; height: auto
}

#logo {
	margin: 40px 20px 0 20px; width: 200px; text-align: right
}

#mainImage {
	width: 100%; height: auto; padding: 0; margin: 0 0 -6px 0; 
}

#mainImageOutline {
	margin: 0 auto; padding: 0; background-color: #eee; overflow: hidden
}

#main-page { 
	margin: 30px auto; padding: 20px; width: 895px; height: auto; 
	/* IE 
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5);
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)";
	*/
	/* SA */
	-webkit-box-shadow: 2px 2px 10px #999999;
	/* FF */
	-moz-box-shadow: 2px 2px 10px #999999;
	/* CSS3 */
	box-shadow: 2px 2px 10px #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#menu-infos {
	float: left; margin: -15px 0 0 -30px;
}

#menu-infos ul {
	list-style-type: none; cursor: default; font-size: 19px; text-shadow: 2px 2px 10px lightgray;
}

#menu-infos ul li {
	padding: 0 0 12px 0
}

#menu-infos ul a {
	text-decoration: none; cursor: pointer; color: black
}

#menu-infos ul a:hover, 
#menu-infos ul a:active,
#menu-infos ul a:focus {
	text-decoration: none; color: #C3141E;
}

#menu-products {
  	text-align: right; float: left;	width: auto; margin: 10px 10px 0 -30px;
}

#menu-products ul {
	list-style-type: none; cursor: default; font-size: 20px; text-shadow: 2px 2px 10px lightgray;
	margin: 0 0 0 0
}

#menu-products ul li {
	padding: 0 0 20px 0
}

#menu-products ul a {
	text-decoration: none; cursor: pointer; color: black
}

#menu-products ul a:hover, 
#menu-products ul a:active,
#menu-products ul a:focus {
	text-decoration: none; color: #C3141E;
}

#messages {
	float: right; height: auto; padding: 5px; margin: 10px 0 10px 0;
	text-shadow: 2px 2px 10px lightgray; color: blue; font-weight: bold; text-align: right
}

#moviesList ul {
  	margin: 0 0 0 -35px; list-style-type: none; text-align: center; width: 165px }
	
#moviesList ul li {
   font-size: 14px; text-align: left;
}

#moviesList .rowHover {
  	color: black; cursor: pointer;	
}
	
#moviesList .rowSelected {
  	color: darkorange; cursor: pointer
}

#nav {
	float: left; margin: 20px 0 0 15px; width: 200px; left: 0px;
}

#nav-add {
	text-align: right; border-top: 1px solid lightgray; padding: 15px 0 0 0; left: 0px; margin: 5px 0 0 0 
}

#nav-add ul {
	list-style-type: none; cursor: default; font-size: 15px; text-shadow: 2px 2px 10px lightgray; 
	margin: 0 0 0 0; font-style: italic
}

#nav-add ul li {
	padding: 0 0 1px 0; margin: 0 0 0 -40px
}

#nav-add ul a {
	text-decoration: none; cursor: pointer; color: black
}

#nav-add ul a:hover, 
#nav-add ul a:active,
#nav-add ul a:focus {
	text-decoration: none; color: #C3141E;
}

#nav-infos {
	text-align: right;
}

#nav-infos ul {
	list-style-type: none; cursor: default; font-size: 16px; text-shadow: 2px 2px 10px lightgray; margin: 0 0 0 0;
}

#nav-infos ul li {
	padding: 0 0 6px 0; margin: 0 0 0 -40px
}

#nav-infos ul a {
	text-decoration: none; cursor: pointer; color: black
}

#nav-infos ul a:hover, 
#nav-infos ul a:active,
#nav-infos ul a:focus {
	text-decoration: none; color: #C3141E;
}

#nav-products {
	text-align: right; border-top: 1px solid lightgray; padding: 15px 0 0 0; left: 0px
}

#nav-products ul {
	list-style-type: none; cursor: default; font-size: 16px; text-shadow: 2px 2px 10px lightgray; margin: 0 0 0 0
}

#nav-products ul li {
	padding: 0 0 6px 0; margin: 0 0 0 -40px
}

#nav-products ul a {
	text-decoration: none; cursor: pointer; color: black
}

#nav-products ul a:hover, 
#nav-products ul a:active,
#nav-products ul a:focus {
	text-decoration: none; color: #C3141E;
}

#page { 
	margin: -85px 0 0 235px; padding: 20px 20px 40px 20px; width: 677px; height: auto;
	/* IE 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5);
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)";
	*/
	/* SA */
	-webkit-box-shadow: 2px 2px 10px #999999;
	/* FF */
	-moz-box-shadow: 2px 2px 10px #999999;
	/* CSS3 */
	box-shadow: 2px 2px 10px #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#pause-button {
	display: none
}

#pause-button  img,
#pause-button  img a,
#pause-button  img a:Link,
#pause-button  img a:active,
#pause-button  img a:hover,
#pause-button  img a:focus {
	height: 40px; border: none; text-decoration: none
}

#picture {
	margin: 10px 0 0 0; padding: 0px; width: 480px; float: left;
}

#play-button {
	display: inline
}

#play-button img,
#play-button  img a,
#play-button  img a:link,
#play-button  img a:active,
#play-button  img a:hover,
#play-button  img a:focus {
	height: 40px; border: none; text-decoration: none
}

#previews {
	border: solid 1px #404040; padding: 10px 10px 20px 10px; margin: 0 10px 5px 0; width: 255px; float: left;
	/* FF */
	-moz-border-radius: 5px; 
	/* SA */
	-webkit-border-radius: 5px	
}

#qt-plugin { 
	text-align: right; font-size: 12px
}

#postit-angebot {
	float: left; padding: 15px; width: auto; height: auto; position: relative; text-align: center; color: black;
	background-color: #fefbb0; border-bottom: 2px solid lightgray; border-right: 2px solid lightgray; 
	margin: 0 0 0 -10px;
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefbb0), to(#fff955));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #fefbb0, #fff955);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #fefbb0, #fff955);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-angebot:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%; z-index:-2;
}


#postit-events {
	float: right; padding: 15px; width: 200px; height: 150px; position: relative; text-align: center;

	background-color: #fefbb0;
	border-bottom: 2px solid lightgray;
	border-right: 2px solid lightgray;
	
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefbb0), to(#fff955));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #fefbb0, #fff955);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #fefbb0, #fff955);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-events:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%;
	z-index:-2;
}

#postit-kurs {
	float: right; padding: 15px; width: auto; height: auto; position: relative; text-align: center; color: black;
	background-color: #E6E6E6; border-bottom: 2px solid lightgray; border-right: 2px solid lightgray; 
	margin: 0 0 0 10px;
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=orange, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=orange, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#BE81F7), to(#E3CEF6));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, orange, lightorange);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, orange, lightorange);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-kurs:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%; z-index:-2;
}

#postit-leitung {
	float: left; padding: 15px; width: auto; height: auto; position: relative; text-align: center;

	background-color: #E6E6E6;
	border-bottom: 2px solid lightgray;
	border-right: 2px solid lightgray;
	
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#E6E6E6', endColorstr='white');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#E6E6E6', endColorstr='white')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(white));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #E6E6E6, white);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #E6E6E6, white);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-leitung:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%;
	z-index:-2;
}

#postit-produkt {
	float: right; padding: 15px; width: auto; height: auto; position: relative; text-align: left; color: black;
	background-color: #E6E6E6; border-bottom: 2px solid lightgray; border-right: 2px solid lightgray; 
	margin: -20px 0 0 10px;
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fefbb0', endColorstr='#fff955')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(white));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #E6E6E6, white);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #E6E6E6, white);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-produkt:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 11px;
	right: 9px; width: 70%; height: 70%; z-index:-2;
}

#postit-trainingszeiten {
	float: left; padding: 15px; width: auto; height: auto; position: relative; text-align: center;

	background-color: #01DF01;
	border-bottom: 2px solid lightgray;
	border-right: 2px solid lightgray;
	
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A9F5A9', endColorstr='#00FF00');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A9F5A9', endColorstr='#00FF00')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#A9F5A9), to(#00FF00));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #A9F5A9, #00FF00);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #A9F5A9, #00FF00);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-trainingszeiten:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%;
	z-index:-2;
}

#postit-beitrag {
	float: left; padding: 15px; width: auto; height: auto; position: relative; text-align: center;

	background-color: #01DF01;
	border-bottom: 2px solid lightgray;
	border-right: 2px solid lightgray;
	
	/* IE */
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A9F5F2', endColorstr='#01DFD7');
  	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=5)
				progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A9F5F2', endColorstr='#01DFD7')";			
	/* SA */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#A9F5F2), to(#01DFD7));
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* FF */
	background: -moz-linear-gradient(0, #A9F5F2, #01DFD7);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	/* OP */
	background: -o-linear-gradient(0, #A9F5F2, #01DFD7);
	/* CSS3 */
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

#postit-beitrag:after {
  	/* IE */
	/* SA */
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(5deg) skew(10deg);
	/* FF */
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-transform: rotate(5deg) skew(10deg);
	/* OP */
	-o-transform: rotate(5deg) skew(10deg);
	/* CSS3 */
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(5deg) skew(10deg);
  	position: absolute; content: ''; background: transparent; bottom: 10px;
	right: 9px; width: 70%; height: 70%;
	z-index:-2;
}

#previews {
	border: solid 1px silver; padding: 10px 10px 20px 10px; margin: 10px 10px 5px 0; width: 165px; float: left; 
	/* FF */
	-moz-border-radius: 5px; 
	/* SA */
  -webkit-border-radius: 5px	
}

#routenplaner { 
	width: 675px; height: 550px; border: none; margin: 0 0 0 0; overflow: hidden 
}

#text-bemerkungen {
	float: right; margin: 10px 0 0 0; width: 350px
}

#thumbnails {
	clear: both;
}
#thumbnails div {
	position: relative; width: 24px; height: 24px; float: left; margin: 5px 8px 10px 1px; padding: 0; float: left; display:inline;
}

#thumbnails img {
	width: 24px; height: 24px; position: absolute; border-top: solid 1px #999; border-right: solid 1px #404040;
	border-bottom: solid 1px #333; border-left: solid 1px #404040;
}

#wind-button-bw, 
#wind-button-bw  img,
#wind-button-bw  img a,
#wind-button-bw  img a:Link,
#wind-button-bw  img a:active,
#wind-button-bw  img a:hover,
#wind-button-bw  img a:focus {
	float: left; height: 40px; border: none; text-decoration: none; display: inline; overflow: visible; cursor: pointer; margin: 0 2px 0 9px
}

#wind-button-fw, 
#wind-button-fw  img,
#wind-button-fw  img a,
#wind-button-fw  img a:Link,
#wind-button-fw  img a:active,
#wind-button-fw  img a:hover,
#wind-button-fw  img a:focus {
	float: right; height: 40px; border: none; text-decoration: none; display: inline; overflow: visible; cursor: pointer; margin: 0 9px 0 0
}


