

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

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

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #333333;}
.primColorLight {background-color: #333333;}


/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
/* -- BODY ----------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

html, body, #container {
  height: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body#web {
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:#C2E1F0 url(https://www.schmidtreissend.de/common/kachel.png) center repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
  height:100%;
}
#container {
  position:relative;
  width:953px;
  min-height: 100%;
  margin:0 auto;
  overflow:auto;
  background:url(https://www.schmidtreissend.de/common/content_BG.png) top center repeat-y;
}
.ie6 #container {
  overflow:visible;
  height:100%;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/content_BG.png', sizingMethod='scale');
}
/* -- TOP HG --------------------------------------------*/
#barTop1 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:230px;
  margin:0;
  padding:0;
  border:0;
  background:#008FCF url(https://www.schmidtreissend.de/common/kachel.png) center repeat;
}
.ie6 #barTop1 {
  background:none;
  background-color:#008FCF;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/kachel.png', sizingMethod='scale');
}
#barTop3 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:230px;
  margin:0;
  padding:0;
  border:0;
  background:transparent url(https://www.schmidtreissend.de/common/PRT_BG.png) top left repeat-x;
}
.ie6 #barTop3 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/PRT_BG.png', sizingMethod='scale');
}
#barTop2 {
  position:absolute;
  top:230px;
  left:0;
  width:100%;
  height:30px;
  background:#A2D0E7 url(https://www.schmidtreissend.de/common/kachel.png) center repeat;
}
.ie6 #barTop2 {
  background:none;
  background-color:#A2D0E7;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/kachel.png', sizingMethod='scale');
}
#barTop4 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:30px;
  background:transparent url(https://www.schmidtreissend.de/common/header3_BG.png) top left repeat-x;
}
.ie6 #barTop4 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/header3_BG.png', sizingMethod='scale');
}
/* -- TOP -----------------------------------------------*/
#top {
  position:relative;
  width:900px;
  height:230px;
  margin:0;
  padding:0 27px 0 26px;
  background:transparent url(https://www.schmidtreissend.de/common/headerIMG_BG.png) top center no-repeat;
}
.ie6 #PRTop {
  background:none;
}
#header {
  position:relative;
  float:left;
  width:900px;
  height:230px;
  padding:0;
}
#logo {
  position:absolute;
  top:0px;
  left:0px;
}
#logo h1 {
  margin:0;
  -webkit-border-radius:0 0 10px 0;
  -moz-border-radius:0 0 10px 0;
  -border-radius:0 0 10px 0;
  padding:10px;
  background:transparent url(https://www.schmidtreissend.de/common/pixel_black_20.png) center repeat;
  color:#FFFFFF;
  font-size:18px;
  line-height:20px;
  text-transform:uppercase;
}
#barNav {
  position:absolute;
  width:870px;
  height:20px;
  bottom:0;
  left:0;
  padding:5px 15px;
  background:#336699;
  opacity: .3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
#topNav {
  position:absolute;
  width:884px;
  height:30px;
  bottom:0;
  left:0;
  padding:0 8px;
  background: url(https://www.schmidtreissend.de/common/topNav_BG.png) top left repeat-x;
}
.ie6 #topNav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/topNav_BG.png', sizingMethod='scale');
}
/* -- MIDDLE --------------------------------------------*/
#middle {
  position:relative;
  float:left;
  width:900px;
  padding:0 27px 150px 26px;
}
#left {}
#content {
  float:left;
  width:630px;
  margin:0px;
  padding:10px 15px 0 20px;
  border:0;
  overflow:hidden;
}
#contentW {
  float:left;
  width:860px;
  margin:0px;
  padding:10px 20px 0;
  border:0;
  overflow:hidden;
}
/* BG-color compensates BG-bug of IE */
#sidebar {
  float:right;
  width:215px;
  margin:0px;
  padding:25px 20px 0 0;
  background-color:transparent; 
  overflow:hidden;
}
#sitemap {
  float:left;
  width:630px;
  margin:0px;
  padding:0px;
  border:0;
}
/* -- BOTTOM --------------------------------------------*/

#bottom {
  position:relative;
  width:953px;
  height: 160px;
  margin:-160px auto 0;
  background:#C2E1F0 url(https://www.schmidtreissend.de/common/kachel.png) bottom center repeat;
}
#footer {
  position:relative;
  width:860px;
  height:130px;
  margin:0;
  padding:30px 47px 0 46px;
  background:url(https://www.schmidtreissend.de/common/footer_HG.png) top center no-repeat;
  color:#206C8E;
}
#copyright {
  float:left;
  width:500px;
}
#copyright h3 {
  margin:0;
  padding:12px 0 15px 0;
  color:#206C8E;
  font-weight:bold;
}
#copyright p {
  margin:0;
  padding:0 0 0 0;
  color:#206C8E;
  font-weight:bold;
  font-size:10px;
}
#copyright a {
  margin:0;
  padding:0;
  color:#206C8E;
  font-size:10px;
}

#schmidtreissend {
  float:right;
  width:300px;
  height:60px;
  margin:0;
  padding:15px 0px 0 0;
  text-align:right;
}
#schmidtreissend h4 {
  margin:0 0 0 0;
  color:#206C8E;
  font-weight:bold;
  font-style:italic;
  text-align:right;
}


/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.clearLine {
  clear:both;
  border-top:1px solid #ccc;
  margin:15px 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-image:url(https://www.schmidtreissend.de/common/phonebook.jpg); 
}
.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 --  */
.ie6 #search input#raw {
  margin-top:15px;
}
/* -- so search field and lupe line up in IE7 --  */
.ie7 #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;
}

/* -- NEWS -----------------------------------------*/


/* -- 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 {
  float:left;
  position:relative;
  width:884px;
  padding:0;
  background: transparent;
  overflow: hidden;
}
#menu ul {
  position:relative;
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
}
#menu ul li {
  position:relative;
  float: left;
  height:30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background:transparent url(https://www.schmidtreissend.de/common/menu_line.gif) 0px 7px no-repeat;
  z-index:50;
}
#menu ul li:first-child {
  background:none;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:inline;
  float:left;
  height:20px;
  margin: 0;
  padding:5px 12px;
  color: #fff;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
  background:transparent url(https://www.schmidtreissend.de/common/menu_current.gif) center bottom no-repeat;
  text-decoration:none;
}
#menu ul li a.active, #menu ul li a.active:link, #menu ul li a.active:visited {
  background:transparent url(https://www.schmidtreissend.de/common/menu_current.gif) center bottom no-repeat;
  color:#fff;
}
/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  float:left;
  width:215px;
  margin:0 0 20px 0;
  border-top:2px solid #9CC4D6;
  border-bottom:1px solid #9CC4D6;
  padding:0;
  background:transparent;
  overflow:hidden;
}
#macronav ul {
  margin:0;
  padding:0;
  list-style:none;
  list-style-image:none;
  overflow:hidden;
}
#macronav ul li {
  width:215px;
  margin:0;
  padding:0;
  background:transparent;
  list-style:none;
  overflow:hidden;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited  {
  display:block;
  width:205px;
  border-bottom:1px solid #9CC4D6;
  padding:5px 0 5px 10px;
  background-color:transparent;
  color:#003366;
  font-weight:normal;
  text-decoration:none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#macronav ul li a:hover, #macronav ul li a:active {
  background-color:#EDF6F9;
  font-weight:normal;
  text-decoration:none;
}
#macronav ul li a.path, #macronav ul li a.path:link, #macronav ul li a.path:visited {
  font-weight:bold;
  background-color:#EDF6F9;
}
#macronav ul li a.current, #macronav ul li a.current:link, #macronav ul li a.current:visited {
  background:#EDF6F9;
}

/* -- level 2 -- */

#macronav li li a, #macronav li li a:link, #macronav li li a:visited {
  width:175px;
  margin:0;
  padding-left:20px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 3 -- */

#macronav li li li a, #macronav li li li a:link, #macronav li li li a:visited {
  width:165px;
  margin:0;
  padding-left:30px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 4 -- */

#macronav li li li li a, #macronav li li li li a:link, #macronav li li li li a:visited {
  width:155px;
  margin:0;
  padding-left:40px;
  padding-right:20px;
  overflow:hidden;
}

/* -- MICRONAVIGATION ------------------------------*/
#micronav {
  float:left;
  width:860px;
  height:12px;
  padding:8px 20px 10px 20px;
  font-size:10px;
  color:#336699;
  background:#DFF0F7 url(https://www.schmidtreissend.de/common/header3_BG.png) top left repeat-x;
}
.ie6 #barTop2 {
  background:none;
  background-color:#DFF0F7;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www.schmidtreissend.de/common/header3_BG.png', sizingMethod='scale');
}
#micronav a, #micronav a:link, #micronav a:visited {
  color:#336699;
  font-weight:normal;
  text-decoration:none;
}
#micronav a:hover, #micronav a:active {
  color:#003366;
  font-weight:normal;
  text-decoration:none;
}
#micronav span {
  font-size:10px;
  color:#336699;
}

/* -- 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:0;
  ckear:both;
}
.index1 {
  position:relative;
  display:block;
  float:left;
  width:100%;
}
.index1 a, .index1 a:link, .index1 a:visited {
  display:block;
  float:left;
  width:600px;
  border-top:1px solid #ccc;
  padding:15px;
  background-color:transparent;
  text-decoration:none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.index1 a.first, .index1 a.first:link, .index1 a.first:visited {
  border-top:0;
}
.index1 a span.ixImg, .index1 a:link span.ixImg, .index1 a:visited span.ixImg {
  float:left;
  width:170px;
  height:100px;
  margin:0 15px 0 0;
  overflow:hidden;
}
.index1 a span.ixTitle, .index1 a:link span.ixTitle, .index1 a:visited span.ixTitle {
  float:left;
  width:415px;
  font-size:13px;
  line-height:19px;
  font-weight:bold;
  color:#003366;
}
.index1 a span.ixDesc, .index1 a:link span.ixDesc, .index1 a:visited span.ixDesc {
  float:left;
  width:415px;
  margin:0;
  padding:5px 0 0 0;
  font-size:11px;
  font-weight:normal;
  line-height:15px;
  color:#003366;
}
.index1 a:hover, .index1 a:active {
  background-color:#EDF6F9;
  color:#003366;
  text-decoration:none;
}
.index1 a:hover span.ixDesc, .index1 a:active span.ixDesc {
  text-decoration:none;
}
.index1 a:hover span.ixTitle, .index1 a:active span.ixTitle {
  text-decoration:underline;
}

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

/* -- STANDARD -------------------------------------*/
h1, h2,  h3, h4, h5, .heading1, .heading2, .heading3, .heading4, .heading5 {
  font-weight:bold;
  color:#003366;
  margin:0;
  padding:10px 0;
}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  margin:0;
  padding:0;
  color:#333333;
}

h1,.heading1 {
  font-size:18px;
  line-height:23px;
  padding-top:5px;
}

h2 {
  font-size:16px;
  line-height:21px;

}
h3 {
  font-size:16px;
  line-height:21px;
}
h4 {
  font-size:14px;
  line-height:19px; 
}
p {
  padding:5px 0;
}
ol {
  padding:5px 0 5px 20px;
  list-style-type:decimal;
}
ul {
  padding:5px 0 5px 20px;
  list-style-type:disc;
}
li {
  padding:2px 0;
}
a:link, a:visited {
  color:#333333;
  font-weight:bold;
  text-decoration:underline;
  -webkit-transition: color 0.5s, text-decoration 0.5s;
  -moz-transition:color 0.5s, text-decoration 0.5s;
  -o-transition:color 0.5s, text-decoration 0.5s;
  transition:color 0.5s, text-decoration 0.5s;
}
a:hover, a:active {
  color:#006699;
  font-weight:bold;
  text-decoration:underline;
}
hr {
  margin:10px 0;
  height:1px;
  background:#aaa;
}
/* -- ZMS FORMAT (Text Formats) --------------------*/
strong, b {
  font-weight:bold;
}
p.small {
  font-size:11px;
  line-height:16px;
}
p.caption {
  color:#333333;
  font-style:italic;
}
p.emphasis {
  display:block;
  margin:20px 0px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:7px 10px;
  background:#E9F8F7;
}
p.description {
  font-weight:bold;
  color:#aaa;
}
blockquote {
  margin:20px;
  font-style:italic;
  font-size:13px;
  line-height:19px;
  color:#333333;
}
.textblock_left2col {
  float:left;
  width:200px;
}
.textblock_right2col {
  float:left;
  width:200px;
}
.textblock_spacer {
  display:block;
  clear:both;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/
/* -- ZMS FILE -------------------------------------*/
/* --- reset default --- */
div.ZMSFile, div.ZMSLinkElement {
  background-color:transparent;
  margin:0;
}
div.ZMSFile {
  padding:5px 0;
  color:#333333;
}
div.ZMSFile div.title img {
  margin:-2px 5px 0 0;
}
div.ZMSFile div.description {
  padding-left:24px;
}

/* -- ZMS TABLES -----------------------------------*/
div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}
table tr td  {
  font-size:10px !important; font-size: xx-small;
}

/* -- ZMS GRAPHIC ----------------------------------*/


/* -- ZMS TABLES -----------------------------------*/
div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}
table tr td  {
  font-size:10px !important; font-size: xx-small;
}

/* -- ZMS GRAPHIC ----------------------------------*/

div.ZMSGraphic {
  position:relative;
  background:transparent; 
  margin:10px 0;
}
.ie6 div.ZMSGraphic {
  margin-bottom:7px;
}
div.ZMSGraphic.left {
  float:left;
  width:100%;
}
div.ZMSGraphic.none {
  float:none;
  display:inline-block;
}
div.ZMSGraphic.right {
  float:left;
  width:100%;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft {
  float:left;
  margin-right:15px;
}
.ie6 div.ZMSGraphic.floatleft {
  margin-right:7px;
}
div.ZMSGraphic.floatright {
  float:right;
  margin-left:15px;
}
.ie6 div.ZMSGraphic.floatright {
  margin-left:7px;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.graphic {
  display:block;
  position:relative;
  width:100%;
  background:transparent;
}
div.left div.graphic {
  float:left;
  clear:both;
}
div.right div.graphic {
  float:right;
  clear:both;
}
div.graphic a:hover, div.graphic a:active {
  border:0;
}
div.graphic img {
  display:block;
}
div.graphic.alignleft {
  float:left;
  margin:0 15px 0 0;
  text-align:right;
}
.ie6 div.graphic.alignleft {
  margin:0 7px 0 0;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin:0 0 0 15px;
}
.ie6 div.graphic.alignright {
  margin:0 0 0 7px;
}
div.right div.text {
  float:right;
  clear:both;
}
div.ZMSGraphic div.imgtop {
  padding:3px 10px 0;
}
div.ZMSGraphic div.imgbottom {
  padding:0 10px 3px;
}
div.ZMSGraphic div.imgleft {
  display:inline-block;
  vertical-align:top;
  padding:0 0 0 15px;
}
div.ZMSGraphic div.imgright {
  display:inline-block;
  float:none;
  vertical-align:top;
  padding:0 15px 0 0;
}
div.ZMSGraphic div.text p {
  padding:0;
  color:#333333;
}

div.graphic a.zoom, div.graphic a.zoom:link, div.graphic a.zoom:visited {
  position:absolute;
  display:block;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  cursor:pointer;
}
div.graphic a.zoom span, div.graphic a.zoom:link span, div.graphic a.zoom:visited span {
  position:absolute;
  display:block;
  bottom:-10px;
  right:0px;
  width:35px;
  height:35px;
  border:0;
  background:transparent url(https://www.schmidtreissend.de/common/icon_sprite.png) 0 -65px no-repeat;
  cursor:pointer;
}
.ie6 div.graphic a.zoom span, .ie6 div.graphic a.zoom:link span, .ie6 div.graphic a.zoom:visited span {
  background:transparent url(https://www.schmidtreissend.de/common/icon_sprite_ie.gif) 0 -65px no-repeat;
}
div.graphic a.zoom:hover span, div.graphic a.zoom:active span {
  background-position:-65px -65px;
}
div.graphic a.imgUrl, div.graphic a.imgUrl:link, div.graphic a.imgUrl:visited {
  position:absolute;
  display:block;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  background:transparent url(https://www.schmidtreissend.de/common/link_icon.png) bottom right no-repeat;
  cursor:pointer;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  width:215px;
  background:none;
}
div.ZMSTeaserElement {
  width:195px;
  margin:0 0 20px 0;
  -webkit-border-radius:8px 0 8px 0;
  -moz-border-radius:8px 0 8px 0;
  -border-radius:8px 0 8px 0;
  padding:10px 10px 0;
  background:#EDF6F9;
  overflow:hidden;
}

div.ZMSTeaserElement .graphic {
  display:block;
  width:100%;
  padding:0 0 5px;
  text-align:center;
  overflow:hidden;
}
div.ZMSTeaserElement img.title {
  display:block;
  border:0;
}

div.ZMSTeaserElement div.title {
  display:block;
  width:100%;
  padding:0 0 5px;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#003366;
}
div.ZMSTeaserElement div.title a, div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
  width:100%;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#003366;
}
div.ZMSTeaserElement div.text {
  border-top:1px solid #336699;
  padding:7px 0 10px 0;
  font-size:11px;
  text-decoration:none;
  color:#003366;
  text-align:left;
}

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

/* -- 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 --- */
.overlay {
  display:none;
  width:640px;
  -moz-border-radius:8px;
  border-radius:8px;
  padding:10px;
  background:#fff;
  -webkit-box-shadow: 0 0 20px 5px #336699;
  -moz-box-shadow:0 0 20px 5px #336699;
  box-shadow: 0 0 20px 5px #336699;
}
.overlay .close {
  position:absolute;
  right:-15px;
  top:-15px;
  width:35px;
  height:35px;
  background:transparent url(https://www.schmidtreissend.de/common/icon_sprite.png) 0 0 no-repeat;
  cursor:pointer;
  z-index:10000;
}
.ie6 .overlay .close {
  background:transparent url(https://www.schmidtreissend.de/common/icon_sprite_ie.gif) 0 0 no-repeat;
}
.overlay .close:hover {
  background-position:-65px 0;
}
div.contentWrap, div.galItem {
  position:relative;
  float:left;
  width:100%;
  height:480px;
  overflow:hidden;
}


/* --- FORM VALIDATION --- */

.error {
  height:auto;
  margin-left:-2px;
  border:1px solid #aaa;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:3px 10px;
  background-color:#b8cb00;
  color:#fff;
  font-size:11px;
  z-index:10;
}
.error p {
  padding:0;
  color:#fff;
}

/* -- SEMINAR MODULE -------------------------------*/
.seminar {
  display:block;
  clear:both;
}
.seminar div {
  display:block;
  width:545px;
  padding:0 0 20px 85px;
}

.seminar div.sInfo {}
.seminar div.sTargetgroup {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_targetgroup.jpg) top left no-repeat;
}
.seminar div.sAdvantage {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_profit.jpg) top left no-repeat;
}
.seminar div.sContents {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_inhalt.jpg) top left no-repeat;
}
.seminar div.sObjective {}
.seminar div.sTimeplan {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_ablauf.jpg) top left no-repeat;
}
.seminar div.sTrainer {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_trainer.jpg) top left no-repeat;
}
.seminar div.sCost {
  background:transparent url(https://www.schmidtreissend.de/common/seminar_investition.jpg) top left no-repeat;
}


.seminar h3 {
  margin:0;
}
.seminar p {
  margin:0;
  padding:5px 0 0;
}

/* -- KONTAKT FORMULAR -----------------------------*/
div#kontaktFormular {
  float:left;
  width:610px;
  margin:0;
  padding:10px 0;
  color:#003366;
}
div#kontaktFormular div {
  display:block;
  float:left;
  width:610px;
  padding:8px 0;
  margin:0;
}
div#kontaktFormular label {
  float:left;
  width:200px;
  margin:0;
  padding:0 10px 0 0;
  color:#003366;
  font-size:13px;
  text-align:right;
}
div#kontaktFormular sup {
  color:#003366;
}
div#kontaktFormular input {
  float:left;
  width:294px;
  height:16px;
  margin:2px 0px;
  border:1px solid #aaa;
  padding:2px 5px;
  background:#fff;
  font-size:12px;
}
div#kontaktFormular select {
  float:left;
  width:306px;
  height:20px;
  margin:2px 0px;
  border:1px solid #aaa;
  background:#fff;
  color:#003366;
}
div#kontaktFormular textarea {
  float:left;
  width:300px;
  margin:3px 0px;
  border:1px solid #aaa;
  padding:2px;
  background:#fff;
  font-size:12px;
}
div#kontaktFormular .btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 210px;
  border:1px solid #aaa;
  padding:2px 0;
  background:#fff;
  font-size:11px;
  color:#003366;
  text-align:center;
  vertical-align:middle;
}
div#kontaktFormular .line {
  float:left;
  width:610px;
  height:5px;
  margin:20px 0px 10px 0px;
  border-bottom:1px solid #003366;
}
div#kontaktDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #aaa;
  border-bottom:1px dotted #aaa;
  padding:15px;
  color:#003366;
  font-weight:bold;
}
div#kontaktFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #aaa;
  border-bottom:1px dotted #aaa;
  padding:15px;
  color:#003366;
  font-weight:bold;
}


/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 0 0;
}
/* so the big map is centered in IE6 */
.ie6 #map {
  margin:0 5px 0 0;
}

/* -- InfoBox -- */
div.infobox  {
  margin-top:10px;
  border-top:5px solid #ccc;
  background-color:#f6f6f6;
  padding:0px;
  width:auto;
  margin-bottom:20px;
}
p.infoboxtitle  {
  padding:3px;
  margin:0px;
  font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
  padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
  margin:3px;
}
div.infobox div.infoboxContentOdd  {
  background-color:#eaeaea;
}
div.infobox div.ZMSFile div.title img {
  margin-bottom:-5px;
}
div.infobox div.ZMSFile div.title,
div.infobox div.ZMSFile div.text,
div.infobox div.ZMSFile div.title a {
  font-size:11px;
}
div.infobox div.ZMSFile div.text {
  margin-left:20px;
}
div.infobox ul {
  margin:0px 0px 0px 28px;
  padding:0;
}
div.infobox ul li {
}

/* -- Text Box -- */
.textbox {
  display:block;
  float:right;
  width:165px;
  background:#aaa;
  margin:0px 15px 15px 10px;
}

/* -- Google -- */
.googleTeaser {
  padding:10px 0 0 5px;
  background:transparent url(https://www.schmidtreissend.de/common/google_teaser_top.gif) top left no-repeat;
}

/* -- 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;
  }

}




/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/****************************************************/
/*    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;}

.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;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:15px;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

body.print { 
  background-color:#fff; 
}


