
/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #333333}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #4F0012;}
.primColorMedium {background-color: #333333;}
.primColorLight {background-color: #999999;}





/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
/* -- BODY ----------------------------------------------*/
html, body, #container {
  height: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body#web {
  width:100%;
  height:100%;
  margin:0;
  border:0;
  padding:0;
  font-family:Arial,Tahoma,Verdana;
  font-size:14px;
  line-height:19px;
  color:#333333;
}
#container {
  position:relative;
  width:990px;
  min-height: 100%;
  margin:0;
  overflow:auto;
  background:transparent url(https://www.flamenco-ulm.de/common/content_HG.png) top left repeat-y;
}
* html #container {
  overflow:visible;
  height:100%;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/content_HG.png', sizingMethod='scale');
}

/* -- TOP HG --------------------------------------------*/
#barTop1 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#mantra {
  position:absolute;
  top:218px;
  left:15px;
  height:40px;
  margin:0;
  padding:0;
  font-family:"Times New Roman";
  font-size:30px;
  line-height:35px;
  text-transform:uppercase;
}
/* -- TOP -----------------------------------------------*/
#top {
  position:relative;
  float:left;
  width:895px;
  height:128px;
  z-index:50;
  overflow:hidden;
}
#header {
  position:relative;
  float:left;
  width:680px;
  height:74px;
  padding:54px 0 0 215px;
  background:transparent url(https://www.flamenco-ulm.de/common/header_HG.png) top left no-repeat;
  overflow:hidden;
}
* html #header {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/header_HG.png', sizingMethod='crop');
}

/* -- MIDDLE --------------------------------------------*/
#middle {
  position:relative;
  float:left;
  width:975px;
  margin:0;
  padding:0 0 100px 15px;
}
#left {
  position:relative;
  float:left;
  width:200px;
  margin:0px;
  border:0;
  padding:234px 0 0 0;
  overflow:hidden;
}
#content, #sitemap {
  position:relative;
  float:left;
  width:648px;
  margin:0px;
  border:0;
  padding:0 15px 0 17px;
  overflow:hidden;
}

/* BG-color compensates BG-bug of IE */
#sidebar {
  position:relative;
  float:right;
  width:95px;
  margin:65px 0 0 0;
  padding:0 0 20px 0;
}

/* --- Used in conjunction with sidebarImage method - removes BG img and replaces with filter --- */
* html #sidebar {
  background:none !important;
}

#logo {
  position:absolute;
  top:7px;
  right:0;
  width:95px;
  height:165px;
  padding:0;
  background:transparent url(https://www.flamenco-ulm.de/common/logo.png) top left no-repeat;
}
* html #logo {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/logo.png', sizingMethod='crop');
}
#logo a, #logo a:link, #logo a:visited {
  float:left;
  width:95px;
  height:165px;
  background:transparent;
  text-decoration:none;
}

/* -- BOTTOM --------------------------------------------*/
#barBottom1 {
  position:relative;
  width:100%;
  height:85px;
  margin-top: -85px;
  padding:0;
  border:0;
  background:transparent;
}
#bottom {
  position:absolute;
  top:0px;
  left:215px;
  width:680px;
  height:85px;
  background:transparent;
  z-index:500;
}
#footer {
  position:relative;
  width:680px;
  height:40px;
  margin:0;
  padding:45px 0 0;
  background-image:url(https://www.flamenco-ulm.de/common/footer_HG.png);
  packground-position: top left;
  background-repeat: no-repeat;
}
* html #footer {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/footer_HG.png', sizingMethod='crop');
}
#copyright {
  position:relative;
  float:left;
  width:671px;
  height:27px;
  padding:13px 0 0 9px;
  font-size:13px;
}
#copyright ul {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
}
#copyright ul li {
  display:inline;
  float:left;
  height:15px;
  padding:0 9px 0 6px;
  background:transparent url(https://www.flamenco-ulm.de/common/dot.gif) right center no-repeat;
}
#copyright ul li.end {
  background:transparent;
}
#copyright a, #copyright a:link, #copyright a:visited {
  margin:0;
  padding:0;
}

/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:1px solid #444;
}
td.sitemapTitle1 {
  background-color:#ddd;
  border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#444;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#444;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- SEARCH ---------------------------------------*/

/* -- (Input) -- */
#search {
  float:left;
  width:182px;
  height:120px;
  margin:0;
  padding:0;
  background:transparent; 
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:10px;
}
#search form {
  margin:3px 0 0 0;
  border:0;
  padding:0;
}
#search input#raw {
   width:113px;
   height:14px;
   margin:16px 0 0 15px;
   border:1px solid #aaa;
   border-right:none;
   padding:2px;
   background:#fff;
   color:#aaa;
   font-size:11px;
   vertical-align:top;
}
/* -- so search field and lupe line up in IE6 --  */
* html #search input#raw {
  margin-top:15px;
}
/* -- so search field and lupe line up in IE7 --  */
*:first-child+html #search input#raw {
  margin-top:15px;
}
#search input#btnSearch {
  vertical-align:bottom;
  margin:0;
}
#search table {
  margin:10px 10px 0px 10px;
  color:#aaa;
  text-align:left;
}
p.search {
  margin:9px 0 0 7px;
  padding:0;
  color:#aaa;
  font-size:12px;
  font-weight:normal;  
}
p.searchtwo {
  margin:9px 0 0 7px;
  padding:0;
  color:#aaa;
  font-size:12px;
  font-weight:bold;  
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:11px; 
  font-size:small;
}

/* -- (Results) -- */

#searchresults {
  width:430px;
  padding:10px 10px 0 10px;
}
#searchresults dd {
  margin-top:3px;
  color:#aaa;
}

/* -- EVENTS ---------------------------------------*/
#events {
  position:relative;
  float:left;
  width:200px;
  padding:10px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/leftT_HG.png) top left no-repeat;
}
* html #events {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/leftT_HG.png', sizingMethod='crop');
}
#eBtm {
  position:absolute;
  bottom:0;
  left:0;
  width:200px;
  height:10px;
  padding:0;
  background:transparent url(https://www.flamenco-ulm.de/common/leftB_HG.png) bottom left no-repeat;
  z-index:550;
}
* html #eBtm {
  background:none;
  bottom:-7px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/leftB_HG.png', sizingMethod='crop');
}
#events div.header {
  position:relative;
  display:block;
  float:left;
  width:200px;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_40.png) top left repeat;
}
* html #events div.header {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_40.png', sizingMethod='scale');
}
#events div.header a, #events div.header a:link, #events div.header a:visited {
  position:relative;
  display:block;
  float:left;
  width:188px;
  margin:0;
  padding:0 0 5px 12px;
  background:transparent;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  text-decoration:none;
}
#events div.item {
  position:relative;
  float: left;
  width:200px;
  margin:0;
  padding:0 0 7px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_40.png) top left repeat;
  list-style-type: none;
}
* html #events div.item {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_40.png', sizingMethod='scale');
}
#events div.item span.date {
  position:relative;
  display:block;
  float:left;
  width:188px;
  margin:0;
  padding:5px 0 5px 12px;
  background-image:url(https://www.flamenco-ulm.de/common/left_level1.png);
  background-position:top left;
  background-repeat:repeat-y;
  font-size:15px;
  line-height:18px;
  font-weight:bold;
  text-decoration:none;
}
* html #events div.item span.date {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/left_level1.png', sizingMethod='scale');
}
#events div.item span.title a, #events div.item span.title a:link, #events div.item span.title a:visited {
  position:relative;
  display:block;
  float:left;
  width:188px;
  margin:0;
  padding:5px 0 5px 12px;
  background-image:url(https://www.flamenco-ulm.de/common/left_level2.png);
  background-position:top left;
  background-repeat:repeat-y;
  font-size:13px;
  line-height:16px;
  text-decoration:none;
}

* html #events div.item span.title a, * html #events div.item span.title a:link, * html #events div.item span.title a:visited {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/left_level2.png', sizingMethod='scale');
}
#events div.item span.title a span.more, #events div.item span.title a:link span.more, #events div.item span.title a:visited span.more {
  position:relative;
  display:block;
  width:183px;
  padding:0 5px 0 0;
  text-align:right;
  font-weight:bold;
}
/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  position:relative;
  float:left;
  width:680px;
  height:44px;
  margin:0;
  padding:0;
  background:transparent;
  white-space:nowrap;
  z-index:500;
}
#menu ul {
  position:relative;
  float:left;
  width:674px;
  height:38px;
  margin:0;
  padding:6px 0 0 6px;
}

#menu ul li {
  position:relative;
  float:left;
  height:32px;
  margin:0;
  padding:0 0 0 15px;
  list-style-type:none;
}
#menu ul li:first-child {
  padding:0;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:inline;
  float:left;
  height:32px;
  margin:0;
  padding:0 0 0 7px;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}
#menu ul li a span, #menu ul li a:link span, #menu ul li a:visited span {
  display:inline;
  float:left;
  height:19px;
  margin:0;
  padding:7px 12px 6px 4px;
  font-size:14px;
  text-decoration:none;
  cursor:pointer;
}
#menu ul li a.active, #menu ul li a.active:link, #menu ul li a.active:visited,
#menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:visited,
#menu ul li a:hover, #menu ul li a:active {
  background-image:url(https://www.flamenco-ulm.de/common/menuTabL.png);
  background-position:left;
  background-repeat:no-repeat;
  text-decoration:none;
}
#menu ul li a.active span, #menu ul li a.active:link span, #menu ul li a.active:visited span,
#menu ul li a.current span, #menu ul li a.current:link span, #menu ul li a.current:visited span,
#menu ul li a:hover span, #menu ul li a:active span {
  background-image:url(https://www.flamenco-ulm.de/common/menuTabR.png);
  background-position:right;
  background-repeat:no-repeat;
}
* html #menu ul li a.active, * html #menu ul li a.active:link, * html #menu ul li a.active:visited,
* html #menu ul li a.current, * html #menu ul li a.current:link, * html #menu ul li a.current:visited {
  position:static;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_40.png', sizingMethod='scale');
}
* html #menu ul li a.active span, * html #menu ul li a.active:link span, * html #menu ul li a.active:visited span,
* html #menu ul li a.current span, * html #menu ul li a.current:link span, * html #menu ul li a.current:visited span {
  position:static;
  background-image:none;
}
* html #menu ul li a:hover span, * html #menu ul li a:active span {
  position:static;
  background-image:none;
}
* html #menu ul li a:hover, * html #menu ul li a:active {
  position:static;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_40.png', sizingMethod='scale');
}

/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  position:relative;
  float:left;
  width:200px;
  margin:0 0 20px 0;
  padding:10px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/leftT_HG.png) top left no-repeat;
}
* html #macronav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/leftT_HG.png', sizingMethod='crop');
}
#macronav #mBtm {
  position:absolute;
  bottom:0;
  left:0;
  width:200px;
  height:10px;
  margin:0;
  padding:0;
  background:transparent url(https://www.flamenco-ulm.de/common/leftB_HG.png) top left no-repeat;
}
* html #macronav #mBtm {
  bottom:-7px;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/leftB_HG.png', sizingMethod='crop');
}
#macronav ul {
  position:relative;
  display:block;
  float:left;
  width:200px;
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
}
#macronav ul li {
  position:relative;
  float:left;
  width:200px;
  margin:0;
  padding:0;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_40.png) top left repeat;
  overflow:hidden;
}
* html #macronav ul li {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_40.png', sizingMethod='scale');
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited {
  position:relative;
  display:block;
  float:left;
  width:183px;
  margin:0;
  padding:5px 5px 5px 12px;
  text-decoration:none;
  text-align:right;
  overflow:hidden;
}
#macronav ul li a.active, #macronav ul li a.active:link, #macronav ul li a.active:visited,
#macronav ul li a.current, #macronav ul li a.current:link, #macronav ul li a.current:visited,
#macronav ul li a:hover, #macronav ul li a:active {
  background-image:url(https://www.flamenco-ulm.de/common/left_level1.png);
  background-position:top left; 
  background-repeat:repeat-y;
  color:#333333;
  text-decoration:none;
}

* html #macronav ul li a.active, * html #macronav ul li a.active:link, * html #macronav ul li a.active:visited,
* html #macronav ul li a.current, * html #macronav ul li a.current:link, * html #macronav ul li a.current:visited,
* html #macronav ul li a:hover, * html #macronav ul li a:active {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/left_level1.png', sizingMethod='scale');
}

/* -- level 2 -- */
#macronav ul#navColor ul {
  padding:0 0 4px 0;
  color:#333333;
}
#macronav ul#navColor li ul li {
  background:transparent;
}
#macronav ul#navColor li ul li a, #macronav ul#navColor li ul li a:link, #macronav ul#navColor li ul li a:visited {
  padding:2px 5px 2px 12px;
  background-image:none;
  font-size:12px;
  line-height:15px;
}
#macronav ul#navColor li ul li a.active, #macronav ul#navColor li ul li a.active:link, #macronav ul#navColor li ul li a.active:visited,
#macronav ul#navColor li ul li a.current, #macronav ul#navColor li ul li a.current:link, #macronav ul#navColor li ul li a.current:visited {
  background-image:url(https://www.flamenco-ulm.de/common/left_level2.png);
  background-position:top left;
  background-repeat:repeat-y;
  text-decoration:none;
}

#macronav ul#navColor li ul li a:hover, #macronav ul#navColor li ul li a:active {
  background-image:none;
  background-color:transparent;
  text-decoration:underline;
}


/* -- MICRONAVIGATION ------------------------------*/
#micronav {
  float:left;
  width:640px;
  height:12px;
  padding:8px 20px 10px 20px;
  font-size:10px;
}

#micronav a, #micronav a:link, #micronav a:visited {
  font-weight:normal;
  text-decoration:none;
}
#micronav a:hover, #micronav a:active {
  font-weight:normal;
  text-decoration:none;
}
#micronav span {
  font-size:10px;
}

/* -- METANAVIGATION -------------------------------*/
#Metanavigation {
  float:left;
  width:50px;
  height:18px;
  margin-top:2px;
  
}
#Metanavigation a {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;

}
#Metanavigation img {
  margin:0;
  border:0;
  padding:0;
}

/* -- INDEX ----------------------------------------*/
#index {
  float:left;
  width:100%;
  padding:20px 0 0 0;
}
/* -- Startseite Kurse Index -- */
#ixClass {
  position:relative;
  float:left;
  width:380px;
  margin:0 15px 0 0;
  padding:10px 0;
  background-image:url(https://www.flamenco-ulm.de/common/classT_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #ixClass {
  padding:10px 0 5px 0;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/classT_HG.png', sizingMethod='crop');
}
#ixClassBtm {
  position:absolute;
  bottom:0;
  left:0;
  width:380px;
  height:10px;
  padding:0;
  background-image: url(https://www.flamenco-ulm.de/common/classB_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #ixClassBtm {
  bottom:-7px;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/classB_HG.png', sizingMethod='crop');
}
#ixClass2 {
  position:relative;
  float:left;
  width:360px;
  padding:0 10px;
  background-image:url(https://www.flamenco-ulm.de/common/pixel_trans_35.png);
  background-position:top left;
  background-repeat:repeat;
}
* html #ixClass2 {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
#ixClass h4 {
  float:left;
  width:100%;
  margin:0 0 5px 0;
  padding:0;
}
#ixClass h4 a, #ixClass h4 a:link, #ixClass h4 a:visited {
  text-decoration:none;
}
.class {
  position:relative;
  float:left;
  width:360px;
  height:92px;
  margin:5px 0 0 0;
  padding:0 0 5px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/class_HG.png) top left no-repeat;
}
* html .class {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/class_HG.png', sizingMethod='crop');
}
.class a, 
.class a:link, 
.class a:visited {position:relative; float:left; width:340px; padding:10px; font-size:13px; line-height:16px; text-decoration:none;}

.class a span.img, 
.class a:link span.img, 
.class a:visited span.img {position:relative; float:left; width:109px; height:70px; padding:0; text-align:center; overflow:hidden; cursor:pointer; text-decoration:none;}

.class a span.text, 
.class a:link span.text, 
.class a:visited span.text {position:relative; float:left; width:219px; margin-top:-3px; padding:0 0 0 10px; cursor:pointer; text-decoration:none;}

.class a span.title, 
.class a:link span.title, 
.class a:visited span.title {position:relative; float:left; width:100%; padding:0 0 3px 0; font-weight:bold; cursor:pointer; text-decoration:none;}

.class a span.desc, 
.class a:link span.desc, 
.class a:visited span.desc {position:relative; float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none;}

.class a:hover, 
.class a:active {text-decoration:none; font-weight:normal;}

.class a:hover span.title, 
.class a:active span.title,
.class a:hover span.desc, 
.class a:active span.desc {text-decoration:none;}

/* -- Startseite Workshop Index -- */
#ixWork {
  position:relative;
  float:left;
  width:253px;
  padding:10px 0;
  background-image:url(https://www.flamenco-ulm.de/common/workT_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #ixWork {
  padding:10px 0 5px 0;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/workT_HG.png', sizingMethod='crop');
}
#ixWorkBtm {
  position:absolute;
  bottom:0;
  left:0;
  width:253px;
  height:10px;
  padding:0;
  background-image:url(https://www.flamenco-ulm.de/common/workB_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #ixWorkBtm {
  bottom:-7px;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/workB_HG.png', sizingMethod='crop');
}
#ixWork2 {
  position:relative;
  float:left;
  width:233px;
  padding:0 10px;
  background-image:url(https://www.flamenco-ulm.de/common/pixel_trans_35.png);
  background-position:top left;
  background-repeat:repeat;
}
* html #ixWork2 {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
#ixWork h4 {
  float:left;
  width:100%;
  margin:0 0 5px 0;
  padding:0;
}
#ixWork h4 a, #ixWork h4 a:link, #ixWork h4 a:visited {
  text-decoration:none;
}
.work {
  position:relative;
  float:left;
  width:233px;
  height:116px;
  margin:5px 0 0 0;
  padding:0 0 5px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/work_HG.png) top left no-repeat;
}
* html .work {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/work_HG.png', sizingMethod='crop');
}
.work div,
.work a, 
.work a:link, 
.work a:visited {position:relative; float:left; width:213px; height:96px; padding:10px; font-size:13px; line-height:16px; text-decoration:none; overflow:hidden;}

.work span.title,
.work a span.title, 
.work a:link span.title, 
.work a:visited span.title {position:relative; float:left; width:100%; margin-top:-3px; border-bottom:1px solid #333333; padding:0 0 3px 0; font-weight:bold; cursor:pointer; text-decoration:none;}

.work a span.date, 
.work a:link span.date, 
.work a:visited span.date {position:relative; float:left; width:100%; padding:5px 0 5px 0; cursor:pointer; text-decoration:none; font-weight:bold;}

.work a span.desc, 
.work a:link span.desc, 
.work a:visited span.desc {position:relative; float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none;}

.work span.desc {position:relative; float:left; width:100%; padding:5px 0; cursor:pointer; text-decoration:none;}

.work a:hover, 
.work a:active {text-decoration:none; font-weight:normal;}

.work a:hover span.title, 
.work a:active span.title,
.work a:hover span.date, 
.work a:active span.date,
.work a:hover span.desc, 
.work a:active span.desc {text-decoration:none;}

/* -- Index Einspaltig -- */
#indexT {
  position:relative;
  float:left;
  width:648px;
  margin:0;
  padding:10px 0;
  background-image:url(https://www.flamenco-ulm.de/common/indexT_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #indexT {
  padding:10px 0 5px 0;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/indexT_HG.png', sizingMethod='crop');
}
#indexB {
  position:absolute;
  bottom:0;
  left:0;
  width:648px;
  height:10px;
  padding:0;
  background-image: url(https://www.flamenco-ulm.de/common/indexB_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
}
* html #indexB {
  bottom:-7px;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/indexB_HG.png', sizingMethod='crop');
}
#indexT2 {
  position:relative;
  float:left;
  width:628px;
  padding:0 10px;
  background-image:url(https://www.flamenco-ulm.de/common/pixel_trans_35.png);
  background-position:top left;
  background-repeat:repeat;
}
* html #ixClass2 {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
.index1 {
  position:relative;
  float:left;
  width:628px;
  height:92px;
  margin:5px 0 0 0;
  padding:0 0 5px 0;
  background:transparent url(https://www.flamenco-ulm.de/common/index_HG.png) top left no-repeat;
}
* html .index1 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/index_HG.png', sizingMethod='crop');
}
.index1 a, 
.index1 a:link, 
.index1 a:visited {position:relative; float:left; width:608px; padding:10px; font-size:13px; line-height:16px; text-decoration:none;}

.index1 a span.img, 
.index1 a:link span.img, 
.index1 a:visited span.img {position:relative; float:left; width:109px; height:70px; padding:0; text-align:center; overflow:hidden; cursor:pointer; text-decoration:none;}

.index1 a span.img img, 
.index1 a:link span.img img, 
.index1 a:visited span.img img {display: block; width: 100%; height: auto;}

.index1 a span.text, 
.index1 a:link span.text, 
.index1 a:visited span.text {position:relative; float:left; width:487px; margin-top:-3px; padding:0 0 0 10px; cursor:pointer; text-decoration:none;}

.index1 a span.title, 
.index1 a:link span.title, 
.index1 a:visited span.title {position:relative; float:left; width:100%; padding:0 0 3px 0; font-weight:bold; cursor:pointer; text-decoration:none;}

.class a span.desc, 
.class a:link span.desc, 
.class a:visited span.desc {position:relative; float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none;}

.index1 a:hover, 
.index1 a:active {text-decoration:none; font-weight:normal;}

.index1 a:hover span.title, 
.index1 a:active span.title,
.index1 a:hover span.desc, 
.index1 a:active span.desc {text-decoration:none;}


/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
h1, h2, h3, h4 {
  font-weight:bold;
  color:#333333;
}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td, blockquote {
  color:#333333;
}
h1 {
  font-size:22px;
  line-height:26px;
  margin:5px 0 6px 0;
}
h2 {
  margin-bottom:8px;
  font-size:19px;
  line-height:22px;
}
h3 {
  margin-bottom:8px;
  font-size:16px;
  line-height:19px;
}
h4 {
  margin:10px 0 5px 0;
  font-size:14px;
  line-height:17px; 
}
p {
  margin:0;
  padding:5px 0;
}
ol {
  margin:7px 0;
  padding:0 0 0 35px;
  line-height:17px;
}
ul {
  margin:4px 0;
  padding:0 0 0 30px;
  line-height:17px;
  list-style-type:disc;
}
li {
  padding:3px 0;
}
a:link, a:visited {
  color:#000;
  text-decoration:underline;
}
a:hover, a:active {
  color:#333333;
  text-decoration:underline;
}
hr {
  width:100%;
  border-left:0;
  border-right:0;
  border-bottom:0;
  border-top:1px solid #666666;
}
/* -- ZMS FORMAT (Text Formats) --------------------*/
p.small {
  font-size:11px;
  line-height:14px;
}
p.caption {
  font-size:12px;
  line-height:15px;
  font-style:italic;
}
p.emphasis {
  display:block;
  width:428px;
  height:104px;
  margin:5px 0;
  padding:8px 10px 10px 210px;
  background-image:url(https://www.flamenco-ulm.de/common/emphasis_HG.png);
  background-position:top left;
  background-repeat:no-repeat;
  color:#40434F;
  font-family:Georgia, Helvetica, "Times new Roman";
  font-size:15px;
  font-style:italic;
  line-height:18px;  
  overflow:hidden;
}
p.emphasis em {
  color:#40434F;
}
* html p.emphasis {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/emphasis_HG.png', sizingMethod='crop');
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/
table.ZMSTable {
  width:646px;
  margin:5px 0;
  font-size:12px;
  line-height:15px;
}
* html table.ZMSTable {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
table.ZMSTable th { 
  padding:0 5px;
  text-align:left;
}
table.ZMSTable th p {
  font-weight:bold;
}	
table.ZMSTable tr.even {
  width:100%;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_35.png) top left repeat;
}
table.ZMSTable tr.odd {
  width:100%;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_15.png) top left repeat;
}
* html table.ZMSTable tr.even, * html table.ZMSTable tr.odd {
  background:none;
}
table.ZMSTable td {
  padding:0 5px;
}
table.ZMSTable caption {
  font-weight:bold;
  font-size:12px;
  line-height:15px;
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic {
  background:transparent; 
  margin-bottom:15px;
}
div.ZMSGraphic.left {
  margin-top:5px;
  text-align:left;
}
div.ZMSGraphic.right {
  margin-top:5px;
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft {
  float:left;
  margin-right:15px;
}
div.ZMSGraphic.floatright {
  float:right;
  margin-left:15px;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.graphic {
  position:relative;
  background:transparent;
  padding:3px 0 0 0;
}

div.graphic a:hover, div.graphic a:active {
  border:0;
}
div.graphic img {
  border:0;
}
div.graphic.alignleft {
  float:left;
  margin:0 15px 0 0;
  text-align:right;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin:0 0 0 15px;
}
div.ZMSGraphic div.text {
  padding:0;
}
div.ZMSGraphic div.text p {
  margin:5px 0;
  padding:0;
  font-size:12px;
  line-height:15px;
}
div.graphic a.zoom, div.graphic a.zoom:link, div.graphic a.zoom:visited {
  position:relative;
  display:inline-block;
  border:0;
}
div.graphic a.zoom span.zoom, div.graphic a.zoom:link span.zoom, div.graphic a.zoom:visited span.zoom {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  background:transparent url(https://www.flamenco-ulm.de/common/zoom.png) bottom right no-repeat;
}
* html div.graphic a.zoom span.zoom, * html div.graphic a.zoom:link span.zoom, * html div.graphic a.zoom:visited span.zoom {
  background:transparent url(https://www.flamenco-ulm.de/common/zoom_ie.gif) bottom right no-repeat;
}
/* -- ZMS FILE -------------------------------------*/
div.ZMSFile {
  padding:5px 0;
  font-size:12px;
  line-height:15px;
}
div.ZMSFile div.title img {
  margin:-5px 0 0 0;
}
div.ZMSFile div.title a, div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, div.ZMSFile div.title {
  font-weight:bold;
}
div.ZMSFile div.description {
  padding-left:19px;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  width:215px;
  background:none;
}
div.ZMSTeaserContainer {
  display:none;
}
div.ZMSTeaserElement {
  width:215px;
  margin:0 0 20px 0;
  padding:0px;
  background:#F5EEE0;
}

div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  width:195px;
  padding:10px 10px 5px 10px;
  display:block;
  background:#F5EEE0;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#4f0012;
}
div.ZMSTeaserElement div.title a, div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
  width:100%;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#4f0012;
}
div.ZMSTeaserElement div.text {
  margin:0 10px;
  border-top:1px solid #4f0012;
  padding:7px 0 10px 0;
  font-size:11px;
  text-decoration:none;
  color:#4f0012;
}

div.ZMSTeaserElement div.text a, div.ZMSTeaserElement div.text a:link, div.ZMSTeaserElement div.text a:visited {
  font-weight:normal;
  color:#4f0012;
}

/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  width:180px;
}
div.ZMSLinkElement {
  background-color: transparent;
  padding:2px;
}
div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}
div.ZMSLinkElement div.text {
}
div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; margin-left: 20px;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- JQUERY TOOLS ---------------------------------*/
/* -- OVERLAY -- */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(common/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
* html .simple_overlay .close {
	background-image:url(common/close_ie.gif);
}
/* -- GALLERY -- */

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6);		
}


/* -- WORKSHOP COURSE INFO -------------------------*/
.workshop-item {
  position: relative;
  display: block;
  margin: 20px 0;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 20px 0 0;
  clear: both;
}

.workshop-item.border-both {
  margin: 0 0 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 20px 0;
}

.workshop-item span {
  position: relative;
  display: block;
}

.workshop-item .course-title {
  font-weight: bold;
}

.workshop-item .course-desc {
  padding:0 0 5px;
}

.workshop-item .course-level {
  padding: 5px 0;
  vertical-align: top;
}

.workshop-item .course-price {
  padding:5px 0;
  vertical-align: top;
}

.workshop-item .price-price {
  padding:5px 0 0;
}

.workshop-item .price-info {
  padding:5px 0 0;
  font-size: 0.85em;
  line-height: 1.25em;
}


.workshop-item .course-time {
  padding:5px 0;
}

.workshop-item .time-title {
  font-weight: bold;
}

.workshop-item .time-day {
  display: inline-block;
  width: 49%;
  padding:5px 1% 0 0;
  vertical-align: top;
}

.workshop-item .time-hour {
  display: inline-block;
  width: 49%;
  padding:5px 0 0 1%;
  vertical-align: top;
}



.workshop-item .cEmail {
  width:100%;
  padding:5px 0 0;
}



/* -- STANDARD FORMS -------------------------------*/
/* -- STANDARDS -----------------------------------------*/
.conForm form input, .conForm form select, .conForm form textarea {
  position: relative;
  max-width: 100%;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 7px 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans','Lucida Grande',Helvetica,Verdana,Arial,sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
  color: #333333;
}

.conForm form input[type=radio], .conForm form input[type=checkbox] {
  width:16px;
  height:16px;
  margin:2px 5px;
  border:0;
  padding:0;
  background:transparent;
}

/* --- STANDARDS - VALIDATION --- */
.conForm .errors {
  display: none;
  margin: 0 0 30px;
  padding: 30px;
  background: #aaa;
  background: rgba(102,102,102,0.4);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.conForm .errors.show {
  display: block;
}

.conForm form .required input, .conForm form .required select {
  border: 1px solid #b8cb00;
}

.conForm form .invalid input:invalid, .conForm form .invalid select:invalid {
  border: 1px solid #F77402;
  background: rgba(102,102,102,0.15);
}

.conForm form .invalid input.radio:invalid, .conForm form .invalid input.checkbox:invalid {
  border:2px solid #F77402;
  outline:2px solid #F77402;
}


/* --- CONTAINERS --- */
.conForm {
  position:relative;
}

.form-modal .conForm {
  width: 85%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.conForm:after {
  content:"";
  position:relative;
  display:block;
  width:100%;
  clear:both;
}


/* --- MODAL --- */

.form-modal {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
  z-index: -1;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-overflow-scrolling: touch;
}

.csstransforms3d .form-modal {
  top: 0;
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.form-modal.showForm {
  top: 0;
  z-index: 15;
}


.csstransforms3d .form-modal.showForm {
  top: 0;
  -webkit-animation: scaleUp .5s ease both;
  animation: scaleUp .5s ease both;
}


.form-modal.hideForm {
  top: 100%;
}

.csstransforms3d .form-modal.hideForm {
  top: 0;
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}


@-webkit-keyframes scaleUp {
	0% { opacity: 0; -webkit-transform: scale(.8); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}
@keyframes scaleUp {
	0% { opacity: 0; transform: scale(.8); }
	100% { opacity: 1; transform: scale(1); }
}


@-webkit-keyframes scaleDown {
	0% { opacity: 1; -webkit-transform: scale(1); }
	100% { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
	0% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(.8); }
}



/* --- SECTIONS --- */
.conForm section {
  float:left;
  width: 100%;
  padding:0 0 10px 0; 
}

.conForm .formSend {
  margin:0 0 20px;
  padding:0;
}

/* --- WRAPPERS --- */

.conForm div {
  position:relative;
  display:block;
  float:left;
  width:100%;
  padding:0 0 15px 0;
}

.conForm .wide {
  width:100%;
}
.conForm .double1 {
  width:32%;
  margin-right:3%;
  padding:0;
}
.conForm .double2 {
  width:65%;
  padding:0;
}
/* --- STANDARDS --- */
.conForm h1 {
  margin:0 0 15px;
  font-size:1.6em;
  line-height:1.25em;
}

.conForm h2 {
  margin-top:0;
}
.noJS .conForm .tabTitle {
  display:none;
}
.conForm h4 {
  margin:0 0 20px;
}
.conForm p {
  clear:both;
}
.star {
  padding:0 0 0 2px;
  opacity:0;
  font-size:1.1em;
  line-height:1em;
  font-weight:bold;
  color:#4f0012;
  -webkit-transition:opacity 0.3s;
  transition:opacity 0.3s;
}
.no-opacity .star {
  visibility:hidden;
}
.required .star {
  opacity:1;
}
.no-opacity .required .star {
  visibility:visible;
}

.form-answer {
  border-radius: 10px;
  padding: 15px;
  background: rgba(255,255,255,0.5);
}

/* --- LABELS --- */
.conForm label {
  position:relative;
  display:none;
  padding:0 0 2px 4px;
  font-size:0.85em;
  line-height:1.25em;
  color:#333333;
}

.conForm label.beside {
  display:block;
}

.conForm .required label {
  font-weight:bold;
}

.conForm label.radio, .conForm .wide label.radio {
  display:block;
  float:left;
  width:auto;
  max-width: 90%;
  margin:0;
  padding:0 15px 0 0;
  font-size: 1em;
  line-height:1.25em;
  color:#333333;
}

.conForm .required label.radio {
  font-weight:normal;
}

.conForm label#lCity, .conForm label#lShipcity {
  left:40%;
}


.conForm label.long, .conForm .wide label.long {
  display: inline-block;
  width: 75%;
  width: calc(100% - 30px);
  padding: 0;
  vertical-align: top;
}

/* --- INPUTS --- */

.conForm input {
  position:relative;
  float: left;
  width: 100%;
  margin: 0;
  z-index:0;
}
.conForm input.short {
  width:30%;
}
.conForm input.medium {
  width:40%;
  margin:0 3%;
}

.conForm input.radio, .conForm .required input.radio {
  margin-left:0;
}

.conForm .btn {
  float:right;
  width:auto;
  margin:0;
  white-space:normal;
}

/* --- SELECT --- */

.conForm select {
  position:relative;
  float:left;
  width: 100%;
  cursor:pointer;
}
.conForm select.short {
  width:60px;
}

.conForm option {
  color:#333333;
}

/* --- TEXTAREA --- */
.conForm textarea {
  float:left;
  width:100%;
  height:200px;
}



#imageGallery {
  position:relative;
}

/* -- COURSE GROUP ---------------------------------*/
#course {
  position:relative;
  display:block;
  float:left;
  width:646px;
  margin:5px 0 10px;
  font-size:12px;
  line-height:15px;
}
#course .courseHead {
  display:block;
  float:left;
  width:100%;
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_35.png) top left repeat;
  font-weight:bold;  
}
* html #course .courseHead {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
#course .courseItem {
  display:block;
  float:left;
  width:100%;
}
#course .even {
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_35.png) top left repeat;
}
* html #course .even {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_35.png', sizingMethod='scale');
}
#course .odd {
  background:transparent url(https://www.flamenco-ulm.de/common/pixel_trans_15.png) top left repeat;
}
* html #course .odd {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/pixel_trans_15.png', sizingMethod='scale');
}

#course div.courseA {
  display:block;
  float:left;
  width:100%;
}
#course div.courseB {
  display:block;
  float:left;
  width:636px;
  padding:5px;
}
.courseDay {
  position:relative;
  float:left;
  width:85px;
  padding:5px;
}
.courseTime {
  position:relative;
  float:left;
  width:150px;
  padding:5px;
}
.courseLoc {
  position:relative;
  float:left;
  width:70px;
  padding:5px;
}
.courseType {
  position:relative;
  float:left;
  width:178px;
  padding:5px;
}
.courseMore {
  position:relative;
  float:left;
  width:83px;
  padding:5px;
}
.courseA .courseMore {
  cursor:pointer;
  background:transparent url(https://www.flamenco-ulm.de/common/btn_down.png) top left no-repeat;
}
* html .courseA .courseMore {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/btn_down.png', sizingMethod='crop');
}
.courseA .courseMore.open {
  cursor:pointer;
  background:transparent url(https://www.flamenco-ulm.de/common/btn_up.png) top left no-repeat;
}
* html .courseA .courseMore.open {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.flamenco-ulm.de/common/btn_up.png', sizingMethod='crop');
}

/* -- CONTACT FORM ---------------------------------*/
div#contact {
  float:left;
  width:610px;
  margin:0;
  padding:10px 0;
  color:#333333;
}
div#contact div {
  display:block;
  float:left;
  width:610px;
  padding:8px 0;
  margin:0;
}

div#contact .formPrivacy {
  width: 100%;
  padding: 0 0 0 210px;
  box-sizing: border-box;
}

div#contact .formPrivacy div {
  width: 100%;
  box-sizing: border-box;
}

div#contact .formPrivacy label.long {
  display: inline-block;
  width: 75%;
  width: calc(100% - 30px);
  padding: 0;
  vertical-align: top;
}


div#contact div.checkbox {
  width:403px;
  padding:8px 0 8px 207px;
}
div#contact label {
  float:left;
  width:200px;
  margin:0;
  padding:5px 10px 0 0;
  font-size:13px;
  text-align:right;
}
div#contact label.checkbox {
  width:190px;
  text-align:left;
}
div#contact label.required {
  font-weight:bold;
}
div#contact input {
  float:left;
  width:294px;
  height:16px;
  margin:2px 0px;
  padding:2px 5px;
  background:#fff;
  font-size:12px;
  color:#333333;
}
div#contact input.checkbox {
  float:left;
  width:13px;
  height:13px;
  margin:3px 6px 3px 3px;
  border:0;
  padding:2px 5px;
  font-size:12px;
}
div#contact select {
  float:left;
  width:306px;
  height:20px;
  margin:2px 0px;
  background:#fff;
  color:#333333;
}
div#contact textarea {
  float:left;
  width:300px;
  margin:3px 0px;
  padding:2px;
  background:#fff;
  font-size:12px;
  color:#333333;
  font-family:Arial,Tahoma,Verdana;
}
div#contact .btn {
  float:left;
  width:90px;
  height:21px;
  margin:3px 3px 10px 210px;
  padding:2px 0;
  background:#fff;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
}
div#contact .line {
  float:left;
  width:610px;
  height:5px;
  margin:20px 0px 10px 0px;
  border-bottom:1px solid #EBD5A5;
}
div#contactD {
  float:left;
  width:618px;
  margin:10px 0;
  padding:15px;
  font-weight:bold;
}


/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 10px 0;
  width:100%;
  height:400px;
}
/* so the big map is centered in IE6 */
* html #map {
  margin:0 5px 0 0;
}


/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.1 - 2014
author:     Burocratik
website:    //www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #666666;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
}

#outdated.hide {
  display: none;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  margin: 30px 0 15px;
  font-size: 1.5em;
  line-height: 1.25;
  color: #FFFFFF;
}

#outdated p {
  font-size: 0.85em;
  line-height: 1.25;
  color: #FFFFFF;
}

#outdated #btnUpdateBrowser {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto 30px;
  border: 2px solid #FFFFFF;
  padding: 10px 20px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  background-color: #FFFFFF;
  color: #666666;
}

#outdated #btnCloseUpdateBrowser {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.25;
}
/* -- COOKIE CONSENT -----------------------------------------------*/
.cookie-consent {
  position: fixed;
  display: block;
  right: 0;
  bottom: -100%;
  left: 0;
  padding: 1rem 0;
  background-color: rgb(238,238,238);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  color: rgb(51,51,51);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clear: both;
  z-index: 100;
}


.csstransforms .cookie-consent {
  bottom: 0;
  -webkit-transform: translate(0,110%);
  transform: translate(0,110%);
}


body[data-cookie="top"] .cookie-consent {
  top: -100%;
  bottom: auto;
}

.csstransforms body[data-cookie="top"] .cookie-consent {
  top: 0;
  bottom: auto;
  -webkit-transform: translate(0,-110%);
  transform: translate(0,-110%);
}

.cookie-consent.show {
  bottom: 0;
}

.csstransforms .cookie-consent.show {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}


body[data-cookie="top"] .cookie-consent.show {
  top: 0;
  bottom: auto;
}

.csstransforms body[data-cookie="top"] .cookie-consent.show {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}


.cookie-consent.show.hide {
  bottom: -100%;
}

.csstransforms .cookie-consent.show.hide {
  bottom: 0;
  -webkit-transform: translate(0,110%);
  transform: translate(0,110%);
}


.cookie-consent::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.cookie-consent > div {
  position: relative;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0.85em;
  text-align: left;
}


.cookie-consent p {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}


.cookie-consent a {
  display: inline-block;
  text-decoration: underline;
}


.no-touch .cookie-consent a:hover, .no-touch .cookie-consent a:active {

}


.cookie-consent .btn {
  display: block;
  float: right;
  width: auto;
  margin: 0 0 5px 1rem;
  padding: 0.5rem 1rem;
  background-color: rgb(204,204,204);
  color: rgb(51,51,51);
}

.cookie-consent .btn > i {
  font-size: 1rem;
}



@media (max-width: 450px) {

  .cookie-consent > div {
    font-size: 0.8em;
  }

}




.cookie-consent {
  z-index: 550;
}


/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/
body.print { 
  background-color:#fff; 
}
body.print table.ZMSTable th, 
body.print table.ZMSTable tr { 
  background-color:transparent; 
}
/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}
body.zmi .colorB { background-color:transparent;}
body.zmi .colorT { color:#666666;}
body.zmi #navColor { color:#666666;}
.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
} 

body.zmi h1  {
  font-size:21px;
  line-height:1.25em;
}

body.zmi h2  {
  font-size:19px;
  line-height:1.25em;
}

body.zmi h3  {
  font-size:17px;
  line-height:1.25em;
}

body.zmi h4, body.zmi h5, body.zmi h6  {
  font-size:15px;
  line-height:1.25em;
}


body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:15px;
} 
body.zmi p.emphasis {
  width:428px;
  height:104px;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  padding:8px 0px 10px 0px;
  background-image:none;
  color:#40434F;
  font-family:Georgia, Helvetica, "Times new Roman";
  font-size:17px;
  font-style:italic;
  line-height:21px;  
  overflow:hidden;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 

div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color:#aaa;
  color:#aaa;
  font-weight: bold;
  border:none; 
}

