




/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [DirectEdit2.0]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

form.DirectEdit
	{
	}
	
a.DirectEdit:link, a.DirectEdit:visited
	{
	background-color: white;
	}

a.DirectEdit:hover, a.DirectEdit:active
	{
	background-color: yellow;
	}

div.DirectEditManageForm
	{
 	border: 1px solid black; 
 	background-color: black;
 	width: 749px; 
 	}

div.DirectEditManageForm div.zmiNeutralColorMedium0
	{
 	padding: 10px;
	}

div.DirectEditManageForm div.zmiNeutralColorMedium0 div.zmiNeutralColorLight0
	{
 	padding: 4px;
	}

div.DirectEditActionList
	{
	font-size:xx-small;
 	border: 1px solid black; 
 	background-color: white;
 	}

div.DirectEditActionList div.action,
div.DirectEditActionList div.action a:link, div.DirectEditActionList div.action a:visited
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: white;
	text-decoration: none;
	}

div.DirectEditActionList div.action
	{
	border: 1px solid white;
	}

div.DirectEditActionList div.actionActive,
div.DirectEditActionList div.actionActive a:hover, div.DirectEditActionList div.actionActive a:active
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: silver;
	text-decoration: none;
	}

div.DirectEditActionList div.actionActive
	{
	border: 1px dotted gray;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:#EFEFEF; 
	margin: 4px;
	}

div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSTable table th 
	{ 
	background-color:#DDEFFC; 
	}
	
div.ZMSTable table td { 
	background-color:#EEEEEE; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/*********************/
/*- Layout-Elements -*/
/*********************/
.headerWhite, a.headerWhite:link, a.headerWhite:visited, a.headerWhite:hover, a.headerWhite:active   {
color: white;
text-decoration: none;
}
body#root {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #fff;
	}
	
#pageregion {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	width:721px;
	text-align:left;
             overflow:hidden;
	}



#pageregionTop {
width: 721px;
float: right;
height: auto;
margin: 0;
padding: 0;
border: 0;
border-bottom: 1px solid #fff;
}

#msg {
background:white url(http://www.baumarktwissen.eu/Medien/MT/common/exclamation_bg.jpg) no-repeat scroll 0 0;
border:1px solid gray;
cursor:pointer;
height:60px;
position:absolute;
text-align:center;
bottom: 0px;
width:714px;
line-height: 0px;
z-index: 100;
}

.msg p {
font-weight: bold;
padding-top: 18px;
}
.msg p, x:-moz-any-link {font-weight: bold; padding: 0px;}
.msg p, x:-moz-any-link, x:default {font-weight: bold; padding: 0px;}


#box {
 width:720px;
height:100%; 
max-height:100%; 
display: block;
top:0px; 
bottom:0px; 
overflow:auto; 
margin: 0;
padding:0;
text-align:left;
background-image: url(http://www.oehl.net/K3/oehl.net/common/menubar.gif);
background-repeat: repeat-y;
background-color: #fff;
}

#pageregionLeft {
  float: left;
	margin: 0px;
	padding: 0px;
	width: 180px; 
	}
  
#pageregionContent {
  float: left;
	padding: 0px;
	border: 0px;
	background: #fff;
  overflow: auto;
	width: 366px; 
	}
#pageregionContentWide {
  float: left;
	padding: 0px;
	border: 0px;
	width: 540px; 
  }
  
#pageregionRight {
  float: left;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right 
	when there is no scroll bar */
	padding: 0px;
	border: 0px;
	width: 174px;
	}

#Content {
	margin: 0px;
	}
  
/*  Wenn ZMS_ROOT = WBT ~ Broad, dann wird der Bereichname und die Icon-Navigation im pageregionLeftBroad gerendert */
#boxBroad {
float: right;
width:721px;
text-align:left;
background-color: #fff;
}

#pageregionLeftBroad {
margin: 0px;
padding: 0px;
height: 24px;
width: 100%;
	}
  
#pageregionContentBroad {
  margin: 0 0 6px 0;
  padding: 0;
  width:720px;
	}	  
#pageregionContentBroad table {
  margin: 0px;
  padding: 0px;
}
#ContentBroad {
  position: absolute;
  z-index: 50;
  width: 720px;
  margin: 0;
  padding: 0;
  display: block;
}
  
#pageregionBefore {
  margin: 0;
  padding: 0;
	}
  
#pageregionBottom {
  width: 720px;
	background: #fff;
  color:#153B63;
	font-size: 10px;
  line-height: 11px;
	text-align: left;
	padding: 0;
  margin: 0;
	clear: both;
	}
  
  
/*********************/
/* Content-Container  */
/*********************/


/*  contentbereich Position Begin */

table.content{
 border-spacing:0px;
 border:0;
 cellspacing:0;
 cellpadding:0;
 position:absolute;
 top: 0px; 
 left:0px;
}

/*  Masterframes Position */
div.beforeContent{
 position:absolute; 
 top:0px; 
 left:6px;
 z-index:10;
}
div.afterContent{
 position:absolute; 
 top:0px; 
 left:6px;
 z-index:1000;
}

/* contentbereich Position Ende */



#Headline {
  margin: 0;
  padding: 0;
}

#Links {
  margin: 0;
  padding: 0;
}


/*********Elo_Aktionslinks************/
#aktionslinks {
height:auto;
width:auto;
margin-left:6px;
margin-top:-8px;
font-size: 0.9em;
line-height: 1.3em;
}

#aktionsbottom {
margin-top:-8px;
height:24px;
}

#aktionstop{
height:42px;
}

/********Elo_Semanticlinks start*************/
.semanticLinksContent {
#width:353px;
overflow:hidden;
border: 1px solid #015c98;
padding-bottom:4px;
margin-bottom:12px;
position:absolute;
}

.semanticLinksBanner {
width:auto;
min-height:16px;
margin-bottom:4px;
padding-bottom: 2px;
background-color: #015c98;
}

.semanticLinksBanner h5 {
margin:0px;
padding: 1px 0 0 6px;
font-size: 12px;
color: white;
height:auto;
line-height: 1em;
}

.themenLinks {
width:351px;
overflow-y: auto;
/*overflow-x: hidden;*/
}

/* 
* html .themenLinks { 
height: expression( this.scrollHeight > 334 ? "335px" : "auto" );
}
*/

.themenLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top:6px;
	padding-bottom:6px;
	list-style-position: outside;
	text-indent: 0px;
}

.themenLinks ul li {
	font-size: 12px;
	#line-height:16px;
	color: #153B63;
	/*padding: 3px 18px 3px 12px;*/
}
.themenLinks ul li a {
	/*display: block;*/
	text-decoration:none;
}

.themenLinks ul li a:hover {
	/*display: block;*/
	text-decoration:underline;
}


.selinks {
width:250px;
overflow:hidden;
height:16px;
margin-bottom:3px;
float:left;
}

.aBlueIcon {
margin-left: 6px;
float:left;
width:16px;
}

.aBlue {
margin:0px;
padding-left:3px;
height:16px;
overflow:hidden;
}


/*-----Micronavigation-----*/

#Micronavigation {
  margin: 0;
  padding:0;
margin-top: -1px;
  height: 30px;
  width: 720px;
  background:#dce2e6;
  border-bottom: 1px solid white;
}

#Micronavigation, #Micronavigation a, #Micronavigation span {
	font-size:  xx-small;
             color: #808e97;	
	}

#Micronavigation span {
	font-weight:bold;
	}
#Description  {
	margin: 0;
	padding: 0;
	}

/****************/
/*---- Logo ----*/
/****************/
#Logo	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
#Logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/****************/
/*--- Links ----*/
/****************/

a:link, a:visited {
	font-weight : normal; 
	color: #153B63;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	color: #153B63;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	color: #153B63;
	background: transparent;  
	}
#pageregionTop a {
  text-decoration: none;
}
#pageregionBottom a {
  text-decoration: none;
}

p.creator, p.smalltext {
	font-size: x-small;  
	}
/*----- font size hack -----*/
/*/*/a{}
body p.creator, body p.smalltext  {
font-size : xx-small;
}
html>head:first-child+body p.creator, 
html>head:first-child+body p.smalltext {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/		


#Content dl	{
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
	}

#Content dd {
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	}

code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: xx-small;
}

/*---- IE/Win code size hack ----*/
* html code	{
	font-size : 105%; 
	}
/*---- /IE/Win code size hack ----*/


/*********************/
/* Special-Objs, Tables */
/*********************/

#corporateprofile td ul li, #corporateprofile td p {
	font-family: arial, Helevetica, serif;
	}

/*
th	{
	font-weight: bold;  
	}
*/
/****************/
/* Forms */
/***************/

.form {
	color: #000;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form-button  {
	font-size: x-small;
	} 

#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}
	
#formarea label	{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
	}



/*******************/
/* Sitemap   */
/*******************/

td.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #444444;
  border-right-style: solid 1px white;
 }

td.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid 1px white;
 }

a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  color: #444444;
  text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  color: #000000;
  text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color: #000000;
  text-decoration: none;
}


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

.form-submit { font-size:13px; }

/* Colorscheme */
.primColorStrong0 { background-color:#808E97; } /*Farbe geändert (SO)*/

.primColorMedium0 { background-color:#1B528C; }
.primColorLight0 { background-color:#2269B5; }

.secndColorStrong0 { background-color:#B4C6D9; }
.secndColorMedium0 { background-color:#A0B7CF; }
.secndColorLight0 { background-color:#8CA8C5; }

.secndColorStrong1 { background-color:#829DBA; }
.secndColorMedium1 { background-color:#808E97; } /*Farbe geändert (SO)*/
.secndColorLight1 { background-color:#DFE9F4; }

.teaserColor { background-color:#B4C6D9; }

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#D3D3D3; }
.neutralColorMedium0 { background-color:#DDD; }
.neutralColorLight0 { background-color:#F1F1F1; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:transparent; } 

.boschColorred { background-color:#EF2614; }


/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	margin-left: 2px;
	letter-spacing: -1px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #6e6156;
        font-size: 15px;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 0px 1px 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #cccccc;
}
.dtree .clip {
	overflow: hidden;
}


/* Umfragen */
#query_table {
	width: 100%;
}

#query_table TH {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
	color: #153B63;
	margin: 0px;
}

#query_table TH P {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: black;
}
#query_table TD {
	margin: 0px;
	/* padding: 3px 0 3px 0; */
}
#query_table P {
	color: #153B63;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 10px 0;
	margin: 0px;
}
/* Spezielle Content Teaser Objekte */

.contentTeaser {
background-color: #e7f1ff;
height: 100%;
margin: 6px 0 6px 6px;
float: left;
display: inline;
 width: 174px; 
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 174px;
}

html>body .contentTeaser {
	width: 174px; /* ie5win fudge ends */
	}

/*************************/
/*  Formatierung  */
/*************************/
.contentTeaserHead {
 display: block;
}

.contentTeaserbox{
  margin: 0px;
  padding: 2px;
  line-height: 12px;
  font-size: 11px;
  display: block;
  height: 60px;
/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 174px; 	
}
html>body .contentTeaserbox {
	width: 170px; /* ie5win fudge ends */
	}
  
.contentTeasertext {
  margin: 0px;
  padding: 6px;
  line-height:14px;
  font-size: 11px;
  display: block;
  background-color: #efefef;
  min-height: 70px;

  /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}

* html .contentTeasertext { 
   height: expression( this.scrollHeight < 70 ? "69px" : "auto" ); /* sets min-height for IE */
}

html>body .contentTeasertext {
	/* ie5win fudge ends */
}


a.contentTeaserlink, a.contentTeaserlink:link, a.contentTeaserlink:hover, a.contentTeaserlink:visited, a.contentTeaserlink:active {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
}
/*login*/

.loginbox {
  margin: 0px;
  line-height:14px;
  font-size:11px;
  padding-left: 6px;
  padding-bottom: 6px;
  padding-top: 6px;
  background-color: #e7f1ff;
  overflow:hidden;
  height: 140px;
  max-height: 140px;
}

.loginbox input {
margin-top:2px;
margin-bottom:7px;
font-size:11px;
width:120px;
}

.loginbox form  {
margin-top:2px;
margin-bottom:7px;
font-size:11px;
height: 90%;
}

.user_login {
height:140px;
font-size:11px;
color: #6b6b6b;
}

.user_login input{
margin-top:2px;
margin-bottom:7px;
font-size:11px;
}

.contentTeasertext input {
margin-top:2px;
margin-bottom:7px;
font-size:11px;
width:120px;
}

.contentTeasertext form  {
margin-top:2px;
margin-bottom:7px;
font-size:11px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [DirectEdit2.0]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

form.DirectEdit
	{
	}
	
a.DirectEdit:link, a.DirectEdit:visited
	{
	color: red;
	font-size:xx-small;
	}

a.DirectEdit:hover, a.DirectEdit:active
	{
	color:black;
	font-size:xx-small;
	}

div.DirectEditManageForm
	{
 	border: 1px solid black; 
 	background-color: white;
 	padding: 4px;
    z-index: 99;
 	}

div.DirectEditActionList
	{
	font-size:xx-small;
 	border: 1px solid black; 
 	background-color: white;
             z-index: 199;
position: relative;
 	}

div.DirectEditManageForm div.title
	{
	font-weight: bold;
	white-space:nowrap;
	}

div.DirectEditActionList div.action,
div.DirectEditActionList div.action a:link, div.DirectEditActionList div.action a:visited
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: white;
	border: 1px solid white;
	text-decoration: none;
	line-height: 100%;
    z-index: 99;
	}

div.DirectEditActionList div.actionActive,
div.DirectEditActionList div.actionActive a:hover, div.DirectEditActionList div.actionActive a:active
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: silver;
	border: 1px dotted gray;
	text-decoration: none;
	line-height: 100%;
    z-index: 99;

	}

div.DirectEditManageForm a.button:link, div.DirectEditManageForm a.button:visited, 
div.DirectEditManageForm a.button:hover, div.DirectEditManageForm a.button:active 
	{
	border: 1px solid black;
	padding: 2px;
	color: black;
	background-color: silver;
	text-decoration: none;
	margin-right: 4px;
	}


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

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

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

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

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

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

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

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

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

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

div.ZMSGraphic { 
	background-color: transparent;
  margin: 0;
  padding: 0;
	}

div.ZMSGraphic div.text {
	padding: 0px;
	}
	
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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.ZMSTable table {
  float: left;
  width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
}

div.ZMSTable table td { 
  text-align: left;
  vertical-align: middle;
  background: transparent;
  font-size: 0.9em;
}
	
div.ZMSTable table td sup {
  font-size: 0.7em;
}

div.ZMSTable table th {
  text-align: left;
  vertical-align: top;
  background: #B4C6D9;
/*  width: 50%;
  min-width: 50%; */
  padding-left: 6px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  vertical-align: middle;
}

div.ZMSTable table tr {
margin: 0px; 
padding: 0px;
border-collapse: collapse;
height:24px;
}

div.ZMSTable table tr.odd td {
  background: #F1F1F1;
  padding-left: 6px;
}

div.ZMSTable table tr.even td { 
  background: #DDDDDD;
  padding-left: 6px;
}


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

div#teaser
	{
	width:174px;
  float: right;
	}

div.ZMSTeaserElement {
	width:174px;
	}

div.ZMSTeaserElement .graphic
	{
	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:#fff;
  font-size: 11px;
  line-heigth: 17px;
	padding: 3px;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	color:#808e97;
  font-size: 11px;
  line-heigth: 17px;
	padding-left: 3px;
	}
/*  Aufgaben Styles  ACHTUMG in CSS werden Pixelwerte mit px angegeben! nicht einfach padding:0; 
oder ähnliches schreiben 
es heißt richtig padding:0px;!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/* Rahmen Definition */
#container {
	width: 720px;
        margin: 0px;
        padding: 0px; 
        margin-top:28px;
}
.wt_corn1, .wt_corn2, .wt_corn3, .wt_corn4 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wt_corn1 {
	float:left;
	margin-top: -2px;
	background:url(common/shared/redcorner_lo.gif) right bottom no-repeat;
  }
.wt_corn2 {
	background:url(common/shared/redcorner_ro.gif) left bottom no-repeat;
}
.wt_corn3 {
	padding:0px;
	background:url(common/shared/redcorner_lu.gif) right top no-repeat;
  }
.wt_corn4 {
	display:block;
	padding:2px;
	background:url(common/shared/redcorner_ru.gif) right 100% no-repeat;
}
.task { background:url(common/shared/uebung_ger.gif) left 100% no-repeat; 
	padding: 30px 0 0 0;
	overflow: visible;
 }
.task .wt_corn1 {background:url(common/shared/redcorner_lo.gif) left top no-repeat;}
.task .wt_corn2 {background:url(common/shared/redcorner_ro.gif) right top no-repeat;}
.task .wt_corn3 {background:url(common/shared/redcorner_lu.gif) left bottom no-repeat;}
.task .wt_corn4 {background:url(common/shared/redcorner_ru.gif) right 100% no-repeat;}

#elc_task {
  width: 354px;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
 } 

/* Frage  */
#task_box {
  display: block;
  background-color: #153B63;
  margin: 0px;
  padding: 0px;
  width: 704px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 716px;
 }
#task_box p {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  line-height:18px;
}

/* Antworten */
#answer_box {
  background-color:#B4C6D9;
  color: #153B63;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: normal;
  margin: 0px;
  padding: 4px 0 0px 0;
  display: block;
  width: 704px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 716px;
 }

/* Antworten ohne Bild */
p.odd {
  font-size: 12px;
  line-height: 15px;
  padding: 6px;
	float: left;
	width: 340px;
	margin: 0px;
  text-align: left;
}
p.even {
  font-size: 12px;
  line-height: 15px ;
  padding: 6px;
  float: left;
  width: 340px;
  margin: 0px;
  text-align: left;
}

/* Antworten neben einem Bild */
p.oddshort {
  font-size: 12px;
  line-height: 15px ;
  padding: 6px;
margin: 0px;
padding-right: 12px;
  float: none;
  clear: left;
  text-align: left;
width:auto;
}
p.evenshort {
  font-size: 12px;
  line-height: 15px ;
  padding: 6px;
padding-right: 6px;
margin: 0px;
  float: none;
  clear: left;
  text-align: left;
width:auto;
}

.textblock {
line-height: 15px ;
}

p.even img, p.odd img {
margin-left:6px;
margin-right:6px;
margin-bottom:6px;
padding: 0px;
float: left;
}

p.evenshort img, p.oddshort img {
  margin: 0 6px 6px 0;
  padding: 0px;
  float: left;
}

/* Fix P padding for Mozilla */
#answer_box>p {
 margin-bottom: 0px;
}


/* Ergebniss */
#taskcheck p {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	float: left;
	margin-top: 0px;
}
img {
	border: 0px;
}

/* Auswertungsbutton */
#taskcheck img {
	float: right;
	margin-top: 6px;
}
.elc_form-element{
	width: 36px;
	height: 36px;
	vertical-align: middle;
}



/*  HotSpot Aufgabe */
#hs_task_box {
	 background-color: #153B63;
	 color: #FFFFFF;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 height: 100%;
   max-height: 100%;
	 width: 357px;
	 margin: 0px;
	 padding: 6px;
 }
#hs_answer_box {
	 background-color:#B4C6D9;
	 color: #153B63;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight: normal;
	 height: 100%;
   max-height: 100%;
	 width: 357px;
	 margin: 0px;
	 padding: 6px;
   text-align: right;
 }
 
#hs_answer_box FORM, #hs_answer_box INPUT{
  margin: 0px;
  padding: 0px;
  white-space: no-wrap;
}
.eld_imageHotspot-hint {
width: 580px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: normal;
float:left;
margin-top:6px;
display:block;
}
.eld_imageHotspot-fb {
  float: left;
  margin: 6px 0 0 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

/*  MC/SC Flash Aufgabe */
#fl_task_box {
	 background-color: #153B63;
	 color: #FFFFFF;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 height: 100%;
   max-height: 100%;
	 margin: 0px;
	 padding: 6px;
 }
#fl_answer_box {
	 background-color:#B4C6D9;
	 color: #153B63;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight: normal;
	 height: 100%;
   max-height: 100%;
	 margin: 0px;
	 padding: 6px;
 }
#flash_box {
	 background-color:#DFE9F4;
	 color: #153B63;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight: normal;
	 margin: 0px;
	 padding: 6px 0 6px 6px;
}

.msc_img {
float:right;
margin-right:6px;
margin-left:6px;
margin-bottom:3px;
}