



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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
	{
	}
html{
  height: 100.1%;
}

html, body  {
  width: 100%;
}

* {
	padding:0;
 	margin: 0; 
 	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 1em;
}


body#luckyluke  {
 	font-size: 62.5%;
 	font-family:Verdana,Arial,Helvetica, sans-serif;
 	font-weight:normal;
 	font-style:normal;
	line-height:150%;
	text-align: center;
	background:#7D290A;
	color:#000;
}

div#OuterShell{
	position:relative;
	height:100%;
	width:100%;
	text-align: center;
}


div#InnerShell{
	position:relative;
	margin:0 auto;
	width:972px;
	text-align: left;
	background: transparent url(../common/main_background.gif) top left repeat-y;
}

div#pageregionTop{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:190px;
	background: transparent url(../common/header_background.gif) 14px 0px no-repeat;
	overflow:hidden;
}

div#Logo{
	position: absolute;
	top: 40px;
	left: 183px;
	width: 335px;
	height: 73px;
	display:block;
}
div#LogoPrint{
display:none;
visibility:hidden;
}
div#LuckyLuke{
	position: absolute;
	top: 11px;
	left: 26px;
	display:block;
}

div#LuckyPartner{
	position: absolute;
	top: 0px;
	left: 690px;
	display:block;
}

div#Channel{
	position:absolute;
	top:133px;
	left:176px;
	height:32px;
	width:783px;
	overflow:hidden;
}

div#Channel ul{
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:32px;
}
div#Channel ul li{
	height:31px;
	display:inline;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background: transparent url(../common/channel_li.gif) top left no-repeat;
}

div#Channel a {
	font-size: 12px;
	padding: 8px 9px 0 9px;
	display:block;
	float:left;
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
 	text-decoration:none;
}

div#Channel a.current,
div#Channel a:hover,
div#Channel a:active{
 	color:#FFF;
 	text-decoration:none;
}

div#ContentShell{
	position:relative;
	top:0;
	left:0px;
	width:100%;
	clear:both;
}

div#pageregionHomepage{
	position:relative;
	top:0;
	left:24px;
	width:938px;
	clear:both;
}

div#HomepageLeft{
float:left;
width:522px;
}
div#HomepageRight{
float:right;
width:416px;
}
div#HomepageRightTop{
width:354px;
height:39px;
display:block;
background: transparent url(../common/news_top.gif) top left no-repeat;
}
div#HomepageRightContent{
width:354px;
background: transparent url(../common/news_content.gif) top left repeat-y;
overflow:hidden;
}
div#HomepageRightContent h2.ATBranding_Iron{
	margin:0;
	width:300px;
	padding: 5px 0px 10px 20px;
}
div#HomepageRightContent p{
margin:0;
width:320px;
font-size:11px;
margin: 5px 0px 0px 20px;
padding: 0 0 10px 0;
border-bottom:1px solid black;
}

div#HomepageRightBottom{
width:354px;
height:39px;
display:block;
background: transparent url(../common/news_bottom.gif) top left no-repeat;
}

div#pageregionLeft{
	position: relative;
	top: 15px;
	left: 14px;
	width: 189px;
	display: block;
	float:left;
	z-index: 999;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#Description{
	display:none;
}

div#MacronavigationTop{
	position:relative;
	top:0px;
	left:0px;
	width:189px;
	height: 37px;
	background: transparent url(../common/navigation_top.gif) top left no-repeat;
}
div#MacronavigationBottom{
	position:relative;
	top:0px;
	left:0px;
	width:189px;
	height:29px;
	background: transparent url(../common/navigation_bottom.gif) top left no-repeat;
}

div#Macronavigation{
	position:relative;
	top:0px;
	left:0px;
	width:189px;
	padding: 0 0 15px 0;
	background: #FACE26 url(../common/navigation_content.gif) top left repeat-y;
}

div#Macronavigation h2.ATBranding_Iron{
	font-family: Verdana,sans-serif;
	font-size:30px;
	line-height: 30px;
	margin:0 20px 0 21px;
	width:148px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#DD090F;
}

div#Macronavigation ul{
	position:relative;
	top:0px;
	left:0px;
	margin:15px 0 0px 20px;
	clear:both;
	padding:0;
	width:149px;
}

div#Macronavigation ul ul{
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0 0px 0px;
	clear:both;
	padding:0;
}

div#Macronavigation li{
	position:relative;
	top:0;
	left:0;
	list-style:none;
	margin:2px 0 4px 0;
	padding:0 0 0 11px;
	background: transparent url(../common/raquo_0.gif) 0 3px no-repeat;
}
div#Macronavigation li.current{
	background: transparent url(../common/raquo_1.gif) 0 3px no-repeat;
}
div#Macronavigation li li,
div#Macronavigation li li.current,
div#Macronavigation li.current li.current{
	margin:0px 0 2px 0;
	background: transparent url(../common/second.gif) 0 5px no-repeat;
}

div#Macronavigation a{
 	font-size:11px;
 	line-height:15px;
 	color:#000;
 	font-weight:bold;
 	text-decoration:none;
 	/*
 	border-bottom:1px solid black;
 	*/
}
div#Macronavigation li li a,
div#Macronavigation li li.current a{
 	font-size:9px;
 	font-weight:normal;
 	line-height:10px;

}

div#Macronavigation a.current,
div#Macronavigation a:hover,
div#Macronavigation a:active{
 	color:#DD090F;
 	text-decoration:none;
}


div#pageregionMiddle{
	position:relative;
	top:0;
	left:-16px;
	margin: 0 0 0 177px;
	width: 704px;
}

html>body div#pageregionMiddle{
	left: 0px;
}


div#pageregionContentTop {
	position:relative;
	top:0;
	left:0px;
	width:704px;
	height:24px;	
	background: transparent url(../common/content_top.gif) top left no-repeat;
}

div#pageregionContentBottom {
	position:relative;
	top:0;
	left:0px;
	width:704px;
	height:25px;	
	background: transparent url(../common/content_bottom.gif) top left no-repeat;
}

div#pageregionContent {
	position:relative;
	top:0;
	left:0px;
	width:704px;
	background: transparent url(../common/content_content.gif) top left repeat-y;

}

div#SpielSWF {
	position:relative;
	top:0px;
	left:-54px;
}

div#pageregionContentContent {
	position:relative;
	top:0px;
	left: 0px;
	width:620px;
	padding:20px 0 20px 54px;
}

div#pageregionBefore {
	position: relative;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 29px;
	background: transparent url(../common/h1_background.gif) bottom left repeat-x;
	margin:0 0 15px 0;
}

div#NewsZurueck{
	position: absolute;
	top: 35px;
	left: 539px;
	width: 133px;
	height: 40px;
	background:#F8F8F8;
}

div#pageregionBefore h1 {
	margin:0px;
	padding:0;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	color:black;
}

div#NewsListContainer {
	width:390px;
}

div.NewsListElement{
	line-height:15px;
  	background: transparent url(../common/news_li.gif) 0 2px no-repeat;
  	padding: 0 0 5px 20px;
  	border-bottom: 1px solid black;
  	margin:0 0 10px 0;

}


div.klaerchen{
	display:block;
	height:0;
	width:0;
	clear:both;
}

div#pageregionBottom{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	clear:both;
	height:60px;
	color:#DC8F2E;
	background: #7D290A url(../common/footer_background.gif) 0px 0px no-repeat;
}

div#CopyrightEgmont {
	position:absolute;
	top:5px;
	left:926px;
	width:55px;
	height:27px;
}
div#Copyright {
	position:relative;
	top:30px;
	left:24px;
	width:600px;
	color:#DC8F2E;
}

div#Copyright a{
	font-size:10px;
	color:#DC8F2E;
	text-decoration:none;
	margin-right:10px;
}

div#Copyright a:hover,
div#Copyright a:active{
	color:#FACE26;
}

h1 {
	margin:10px 0 10px 0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	color:black;
}

h2 {
	margin:10px 0 10px 0;
	padding:0;
	color:#DD090F;
	font-weight:bold;
	font-size:14px;
}

i,em  {
	font-style:italic;
}

b,strong{
	font-weight:bold;
}

small, .small {
	font-size: 0.9em;
}

a,
a:link,
a:visited {
	color:#DD090F;
	text-decoration:underline;
}

a:hover {
	color:#FACE26;
	text-decoration:underline;
}

a img {
	border:none;
}

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


/***********************************************************************
Listen
***********************************************************************/
ul {
  list-style: square outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

ol {
  list-style: decimal outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

th,td{
text-align:left;
}

.ZMSGraphic {
	background-color: transparent !important;
}

