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

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#99141B; }
.primColorMedium0 { background-color:#FBC200; } 
.primColorLight0 { background-color:#FFFFFF; } 

.secndColorStrong1 { background-color:#AA8282;  }
.secndColorStrong0 { background-color:#99141B; } 
.secndColorMedium1 { background-color:#BC1220; } 
.secndColorMedium0 { background-color:#D93C03; } 
.secndColorLight1 { background-color:#F29400; }
.secndColorLight0 { background-color:#FBE4E3; }

.teaserColor { background-color:#BC1220;} 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#333333; }
.neutralColorMedium0 { background-color:#999999; }
.neutralColorLight0 { background-color:#FFFFD9; }

.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

.roterBalken {
background-image:url(http://www.dieta-dimagrante.eu/common/css/common/verlauf_channelrot.jpg);
background-repeat: repeat-x; 
background-position:top;
background-color:#BC1220;
height:35px; 
padding-top:20px;
padding-left:10px;
}

.roterBalkenSchmal {
background-image:url(http://www.dieta-dimagrante.eu/common/css/common/verlauf_newsrot.jpg);
background-repeat: repeat-x; 
background-position:top;
background-color:#BC1220;
height:15px; 
padding-top:5px;
padding-right:5px;
}

.rosaSpiegel {
background-image:url(http://www.dieta-dimagrante.eu/common/css/common/verlauf_rosa01.jpg); 
background-repeat: repeat-x; 
background-position:top; 
padding-top:15px; 
border-top:3px solid #FFFFFF; 
}



/***************/
/* Links */
/***************/

a:link, a:visited  {
  font-family: Verdana, Geneva, Arial, Helvetica, serif;
  color : #78615C;
  text-decoration: none;
  font-weight: bold
}

a:hover, a:active {
  font-family: Verdana, Geneva, Arial, Helvetica, serif;
  color : #78615C;
  text-decoration: none;
  font-weight: bold
}

/****************/
/* Navigation */
/***************/



a.navChannel1Hi:link, a.navChannel1Hi:visited {
text-transform: lowercase;
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 11px;
color: #FBC200;
text-decoration: none;
}

a.navChannel1Lo:link, a.navChannel1Lo:visited {
text-transform: lowercase;
line-height: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
margin-bottom: 0px;
}

a.navChannel2Hi:link, a.navChannel2Hi:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
text-transform: lowercase;
font-size: 11px;
line-height: 13px;
font-weight: bold;
color : #78615C;
text-decoration : none;
}

a.navChannel2Lo:link, a.navChannel2Lo:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
text-transform: lowercase;
line-height: 13px;
font-size: 11px;
color : #BBB0AD;
text-decoration : none;
}


a.navChannel3Hi:link, a.navChannel3Hi:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 11px;
font-weight: bold;
color : #78615C;
text-decoration : none;
}

a.navChannel3Lo:link, a.navChannel3Lo:visited {
font-family: Times, Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 11px;
color : #BBB0AD;
text-decoration : none;
}

a.navChannel4Hi:link, a.navChannel4Hi:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 11px;
font-weight: bold;
color : #78615C;
text-decoration : none;
}

a.navChannel4Lo:link, a.navChannel4Lo:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 11px;
color : #BBB0AD;
text-decoration : none;
}

a.metaNav:link, a.metaNav:visited {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
text-transform: lowercase;
font-size: 10px;
color: #FBC200;
text-decoration: none;
}

.navMicro {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 10px;
color: #A98981;
text-decoration: none;
}

a.navMicro:link, a.navMicro:visited, 
a.navMicro:hover, a.navMicro:activ {
font-family: Verdana, Geneva, Arial, Helvetica, serif;
line-height: 13px;
font-size: 10px;
color: #A98981;
text-decoration: none;
}
/*********************/
/* Textbody-Elements */
/*********************/

h1, h2,  h3, h4, h5, h6, .heading1, 
.heading2, .heading3, .heading4, .heading5, .heading6 {
  font: 100% Verdana, Arial, Helvetica, serif;
  font-size: 16px;
  color: #F29400;
  clear: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : #78615C;
  font-size: 12px;
  line-height: 22px;
}

.textWeiss {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : #FFFFFF;
  font-size: 11px;
  line-height: 15px;
}

.textGrau {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color : #78615C;
  font-size: 11px;
  line-height: 15px;
}

body {
  margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

h1, .title, .heading1 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

h2,.heading2 {
  font-weight: bold;
  font-size: 16px;
}

h3,.heading3 {
  font-size: 12px
  font-weight: bold;
}

h4,.heading4 {
  font-size: 12px
}

h5,.heading5 {
  font-size: 10px
}

h6,.heading6 {
  font-size: 10px
}

.description {
  font-weight: bold;
}

.caption {
  font-size: 11px;
  line-height: 15px;
  font-style: italic 
}

P.emphasis {
  background-color:#4E6A78;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

.footerDoc  {  
line-height: 10px;
color : #666666;
font-size: 9px;
text-decoration: None;
}

.Copyright {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 10px;

}

a.Copyright:link, a.Copyright:visited {
  color: #FFFFFF;
  text-decoration : none;
}


/**********************/
/* Teaser */
/**********************/

.newsteaserDate {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #78615C;
  font-size: 8px;
  line-height: 15px;
}

.newsteaserTitle {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #FBC200; 
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
a.newsteaserTitle:link, a.newsteaserTitle:visited, 
a.newsteaserTitle:hover, a.newsteaserTitle:activ {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #FBC200; 
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}

.newsteaserText {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #78615C;
  font-size: 10px;
  line-height: 15px;
}
.newsteaserLink {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #78615C;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
} 
a.newsteaserLink:link, a.newsteaserLink:visited, 
a.newsteaserLink:hover, a.newsteaserLink:activ {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  color: #78615C;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
}

TABLE.teaserElement {
  border-spacing: 0pt 0pt;
  border-collapse: collapse;
  border-style: none;
  width: 100%;
}

P.teaserTitle {
  font: 100% Arial, Verdana, Helvetica, sans-serif;
  color : #4E6A78;
  font-size : 12px;
  line-height : 15px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
}

TD.teaserTitle {
  padding: 0px;
  background-image:url(common/spacer.gif); 
}


TD.teaserText { 
  padding : 0px;
  background-image:url(common/spacer.gif); 
}

P.teaserText {
  font: 100% Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
  color : #7796A8;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
}

A.teaserTitle:link, A.teaserTitle:visited,
A.teaserTitle:hover, A.teaserTitle:active {
  font-weight: bold;
  font-size : 12px;
  color: #9DBCCE;
  text-decoration: none;
}

A.teaserText:link, A.teaserText:visited,
A.teaserText:hover, A.teaserText:active {
  color: #9DBCCE;
  text-decoration: none;
}


/**********************/
/* Inputs */
/**********************/

form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #735252;  
    color: Black;
    background-color: #E2D8C6;
    width: 70%;
    padding: 0.1em;
}

input {
    font: 100% Arial,Verdana, Helvetica, sans-serif;
    border: 1px solid #E7C27A;  
    color: Black;
    background-color: #E2D8C6;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0;
}

select {
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    border: 1px solid #000000;  
    vertical-align: top;
}

input.standalone {
    background: #E2D8C6; url(common/linkOpaque.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.context {
    background: White url(common/linkTransparent.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.destructive {
    background: #E2D8C6; url(common/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #FFA500;  
    color: Black;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

input.searchButton {
    font-size: 100% ! important;
    margin-bottom: 1px ! important;
}


/**********************/
/* Functions */
/**********************/

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 30%;
}

div.box {
    border: none;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.box h5 { 
    background: #E2D8C6;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 10px;
}

div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8CACBB;
}

div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    border-left: 1px solid #8CACBB;
    padding: 0em 0.2em;
}



/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #BF3800;
  border-right-width: 1px;
  border-right-color: #992100;
  border-right-style: solid 1px #992100;
 }

TD.sitemapTitle1 {
  background-color: #BF3800;
  border-right-width: 1px;
  border-right-color: #992100;
  border-right-style: solid 1px #992100;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle0:hover, A.sitemapTitle0:active {
  font-weight: bold;
  color: #78615C;
  text-decoration: none;
}

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

A.sitemapElement0:link, A.sitemapElement0:visited,
A.sitemapElement0:hover, A.sitemapElement0:active {
  color: #78615C;
  text-decoration: none;
}

A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #78615C;
  font-weight: bold;
  text-decoration: none;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #F1EFEF; } 
.cmsTxtColorStrong1 { color: #F1EFEF;} 
.cmsBgColorStrong0 { background-color: #F1EFEF; }
.cmsBgColorStrong1 { background-color: #F1EFEF; }
.cmsBgColorMedium0 { background-color: #F1EFEF; }
.cmsBgColorLight0 { background-color: #F1EFEF; } 

.ftTH { background-color:#F1EFEF;  }
.ftTD { background-color:#F1EFEF; }

