/* @override 
	http://192.168.0.111/easyhero/website/lifestyle/assets/css/master.css
	http://192.168.0.111/easyhero/website/galleries/assets/css/master.css
	http://192.168.0.111/easyhero/website/heroes/hero/bash_club/assets/css/master.css
	http://192.168.0.111/easyhero/website/lifestyle/gallery_image/id.21/assets/css/master.css
	http://192.168.0.111/easyhero/website/presse/assets/css/master.css
*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #222;
	color: #666;
	margin: 0;
	padding: 0;
	background-image: url(img/bck_gradient.gif);
	background-repeat: repeat-x;
}

body.black
{
	background-color: #222;
}





a:link,
a:visited
{
	text-decoration: none;
}

a img
{
	border: 0;
}







a:link,
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #E31D1F;
	text-decoration: underline;
}
a:link strong,
a:visited strong
{
	color: #E31D1F;
	font-weight: bold;
}










div#wrapper
{
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
}








div#topbar
{
	position: relative;
	height: 116px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 10px;
}

div#topbar h1
{
	margin: 15px 10px 0 10px;
	padding: 0;
}

div#topbar h1 a
{
	display: block;
	height: 40px;
	width: 220px;
	background-image: url(img/eh_500_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -3000px;
}


a#shopbutton
{
	text-indent: -999px;
	background-image: url(img/btn_shop.gif);
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 116px;
	overflow: hidden;
}

a#shopbutton:hover,
a#shopbutton:active
{
	background-position: 0 -116px;
}


ul#mainmenu
{
	position: absolute;
	bottom: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 800px;
}

ul#mainmenu li
{
	float: left;
}

ul#mainmenu li.active
{
	
}

ul#mainmenu li a:link,
ul#mainmenu li a:visited,
ul#mainmenu li a:hover,
ul#mainmenu li a:active
{
	display: block;
	height: 31px;
	color: #ccc;
	text-decoration: none;
	text-transform: lowercase;
	background-repeat: no-repeat;
}

ul#mainmenu li a:hover,
ul#mainmenu li a:active
{
	color: #fff;
}

ul#mainmenu a span
{
	display: none;
}



ul#mainmenu li.start a {				background-image: url(img/tm_start.gif); width: 66px;		}
ul#mainmenu li.collection a {			background-image: url(img/tm_collection.gif); width: 93px;		}
ul#mainmenu li.heroes a {				background-image: url(img/tm_heroes.gif); width: 72px;		}
ul#mainmenu li.events a {				background-image: url(img/tm_events.gif); width: 69px;		}
ul#mainmenu li.lifestyle a {			background-image: url(img/tm_lifestyle.gif); width: 76px;		}
ul#mainmenu li.tv a {			        background-image: url(img/tm_tv.gif); width: 37px;		}
ul#mainmenu li.music a {			    background-image: url(img/tm_music.gif); width: 63px;		}
ul#mainmenu li.lifestyle a {			background-image: url(img/tm_lifestyle.gif); width: 76px;		}
ul#mainmenu li.easyhero a {				background-image: url(img/tm_easyhero.gif); width: 88px;		}


ul#mainmenu li a:hover,
ul#mainmenu li.active a
{ 	background-position: 0 -31px;		}




ul#mainmenu li.lang
{
	float: right;
	color: #999;
	margin-top: 2px;
}

ul#mainmenu li.lang a:link,
ul#mainmenu li.lang a:visited
{
	display: inline;
	color: #444;
}
ul#mainmenu li.lang a:hover,
ul#mainmenu li.lang a:active
{
	display: inline;
	color: #ccc;
}








div#login
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}






div#bottombar
{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #eee;
}




div#main
{
	overflow: hidden;
	height: 100%;
}








#content
{
	background-color: #fff;
	margin-bottom: 20px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body.black #content
{
	background-color: transparent;
}

#content div.section
{
	margin: 20px 0 20px 0;
}






#content .titlebar
{
	color: #F18E8F;
	background-color: #E31D1F;
	padding: 5px 10px;
}
#content .titlebar h1
{
	color: #F18E8F;
	font-size: 14px;
	padding: 0;
	margin: 0;
	/*letter-spacing: -1px;*/
	text-transform: lowercase;
	font-weight: normal;
}
#content .titlebar h1.big
{
	font-size: 24px;
	padding: 4px 0 2px 0;
}
#content .titlebar strong
{
	color: #fff;
	font-weight: normal;
}
#content .titlebar h1 a:link,
#content .titlebar h1 a:visited
{
	color: #F18E8F;
}
#content .titlebar h1 a:hover,
#content .titlebar h1 a:active
{
	color: #fff;
	text-decoration: none;
}
#content .titlebar h2
{
	font-size: 14px;
	color: #F18E8F;
	padding: 2px 0;
	margin: 0;
	/*letter-spacing: -1px;*/
	font-weight: normal;
}

body.black #content .titlebar
{
	background-color: transparent;
	border-bottom: 1px solid #333;
	/*
	background-color: #111111;
	color: #666;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(img/titlebar_black.gif);
	*/
}

body.black #content .titlebar h1,
body.black #content .titlebar strong
{
	color: #bbb;
}

body.black #content .titlebar h2
{
	color: #444;
}




#content h2
{
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;          
	/*letter-spacing: -1px;*/
	font-size: 24px;
	color: #999;
	text-transform: lowercase;
	font-weight: normal;
}

#content h2.underline
{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	height: 25px;
	margin-bottom: 5px;
}

#content h3
{
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #999;
}

#content h3 strong
{
	color: #E31D1F;
}

#content p
{
	margin-top: 0;
}

#content div.main p,
#content div.mainwide p,
#content div.sidebar p
{
	margin: 2em 0 2em 0;
}

#content li
{
	margin-bottom: 1em;
}

#content strong
{
	color: #666;
}





#content div.textblock
{
	margin-bottom: 2em;
}
#content .titlebar div.textblock
{
	margin-bottom: 0;
}








#content ul.heroes
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

#content ul.heroes li
{
	padding: 0;
	margin: 0;
	float:left;
	position: relative;
}

#content ul.heroes li a,
#content ul.heroes li a img
{
	padding: 0;
	margin: 0;
}

#content ul.heroes li a
{
	display: block;
	height: 220px;
	width: 220px;
}

#content ul.heroes a:link span,
#content ul.heroes a:visited span
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 220px;
}

#content ul.heroes a:hover span,
#content ul.heroes a:active span
{
	display: block;
}

#content ul.heroes a:hover span em
{
	display: block;
	font-style: normal;
	color: #fff;
	padding: 2px 5px;
}

#content ul.heroes a:hover span small
{
	font-size: 1em;
	color: #999;
}

#content ul.heroes a:hover,
#content ul.heroes a:active
{
	color: #fff;
	text-decoration: none;
}





#content div.main
{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 560px;
	/*padding-left: 20px;
	padding-right: 300px;*/
}

#content div.mainwide
{
	margin: 10px 20px;
}



img.centerblock
{
	display: block;
	margin: 10px auto;
}



.sidebarback
{
	
	background-image: url(img/bck_sidebar.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#content div.sidebar
{
	float: right;
	width: 270px;
}

#content div.sidebar h4
{
	font-size: 11px;
	margin: 10px 0 0 0;
}

#content div.sidebar div.section
{
	padding-left: 0px;
	padding-right: 10px;
}

#content div.sidebarmenu
{
	margin: 20px 10px 30px 0px;
	height: 35px;
	border-bottom: 1px solid #ccc;
}

#content div.sidebarmenu ul
{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
	width: 234px;
}

#content div.sidebarmenu ul li
{
	margin: 0;
	padding: 0;
	float: left;
	width: 66px;
	height: 20px;
	overflow: hidden;
	margin: 0 5px;
}

#content div.sidebarmenu ul li a,
#content div.sidebarmenu ul li a img
{
	margin: 0;
	padding: 0;
}






/* pages menu ________________________________ */

ul.pagesMenu
{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #ddd;
}

div.sidebar ul.pagesMenu
{
	margin-top: 10px;
	margin-right: 20px;
}

ul.pagesMenu li,
#content ul.pagesMenu li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

ul.pagesMenu a
{
	display: block;
	padding: 0.5em 5px;
}

ul.pagesMenu a:hover,
ul.pagesMenu a:active
{
	text-decoration: none;
	background-color: #eee;
}

ul.pagesMenu a.active
{
	font-weight: bold;
}

/* @group login */

div.login
{
	
}

div.login .msg
{
	background-color: #E31D1F;
	padding: 3px 11px;
	color: #fff;
	font-weight: bold;
}

div.login form
{
	margin: 10px 0;
	border: 0;
}

div.login fieldset
{
	background-color: #eee;
	border-width: 1px;
	border-color: #ccc;
	border-top-color: #ddd;
	border-bottom-color: #aaa;
	border-style: solid;
	padding: 10px;
	margin: 0;
}

div.login label
{
	display: block;
}

div.login .txt
{
	display: block;
	width: 520px;
}

div.login .submit
{
	display: block;
	margin-top: 10px;
}

/* @end */








/* list table ________________________________ */

table.list
{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
}

#content table.list tr.alt
{
	background-color: #eee;
}

table.list tr.linked td
{
	cursor: hand;
}


table.list td
{
	padding: 3px 0;
}

#content table.list td a
{
	color: #E31D1F;
	font-weight: bold;
}

ul.boxes table.list
{
	border-top: 0;
	border-bottom: 0;
	color: #666;
}

ul.boxes table.list td
{
	padding: 1px 0;
}

ul.boxes table.list a:link,
ul.boxes table.list a:visited
{
	color: #999;
}

ul.boxes table.list a:hover,
ul.boxes table.list a:active
{
	color: #ccc;
}







/* pane (rounded corner box) ________________________________ */

#content div.pane
{
	position: relative;
	background-color: #eee;
	background-image: url(img/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#content div.pane div.cont
{
	margin: 0;
	padding: 0 0 10px 100px;
	background-image: url(img/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content div.pane h2
{
	margin: 0;
	padding: 10px 0 0 0;
	background-image: url(img/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #E31D1F;
}

#content div.pane p
{
	margin: 0 0 10px 0;
	padding: 5px 90px 0 0;
	font-weight: bold;
	color: #999;
}

#content div.pane img.thumb
{
	float: left;
	padding: 10px;
	background-image: url(img/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content div.pane a.btn
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 10px 0 0;
	padding: 0;
}





/* thumbnail gallery ________________________________ */

#content div.maingallery
{
	overflow: hidden;
	width: 840px;
}

#content div.maingallery ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 100%;
	overflow: hidden;
}

#content div.maingallery ul li
{
	width: 195px;
	float: left;
	margin: 0 20px 20px 0;
}

#content div.maingallery ul li a img
{
	
}






/* pagination ________________________________ */

#content div.pagination
{
	margin: 10px 0;
	text-align: right;
}

#content div.pagination img
{
	vertical-align: -6px;
}





/* @group Buttons */

a.btn_all,
a.btn_gallery,
a.btn_gallery_inv,
a.btn_sb_profile,
a.btn_sb_reports,
a.btn_sb_interview,
a.btn_moregalleries,
a.btn_download
{
	text-align: left;
	text-indent: -999px;
	display: block;
	height: 20px;
	width: 65px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.btn_download
{
	width: 29px;
}

a.btn_moregalleries
{
	width: 106px;
}

a.btn_all:hover, a.btn_all:active,
a.btn_gallery:hover, a.btn_gallery:active,
a.btn_gallery_inv:hover, a.btn_gallery_inv:active,
a.btn_sb_profile:hover, a.btn_sb_profile:active,
a.btn_sb_reports:hover, a.btn_sb_reports:active,
a.btn_sb_interview:hover, a.btn_sb_interview:active,
li.active a.btn_sb_profile,
li.active a.btn_sb_reports,
li.active a.btn_sb_interview,
a.btn_moregalleries:hover, a.btn_moregalleries:active,
a.btn_download:hover, a.btn_download:active
{
	background-position: 0 -20px;
}


body.de a.btn_all {            background-image: url(img/btn_all_de.gif); }
body.en a.btn_all {            background-image: url(img/btn_all_en.gif); }
body.ch a.btn_all {            background-image: url(img/btn_all_en.gif); }

body.de a.btn_gallery {        background-image: url(img/btn_gallery_de.gif); }
body.en a.btn_gallery {        background-image: url(img/btn_gallery_en.gif); }
body.ch a.btn_gallery {        background-image: url(img/btn_gallery_en.gif); }

body.de a.btn_gallery_inv {    background-image: url(img/btn_gallery_inv_de.gif); }
body.en a.btn_gallery_inv {    background-image: url(img/btn_gallery_inv_en.gif); }
body.ch a.btn_gallery_inv {    background-image: url(img/btn_gallery_inv_en.gif); }

body.de a.btn_sb_profile {     background-image: url(img/btn_sb_profile_de.gif); }
body.en a.btn_sb_profile {     background-image: url(img/btn_sb_profile_en.gif); }
body.ch a.btn_sb_profile {     background-image: url(img/btn_sb_profile_en.gif); }

body.de a.btn_sb_reports {     background-image: url(img/btn_sb_reports_de.gif); }
body.en a.btn_sb_reports {     background-image: url(img/btn_sb_reports_en.gif); }
body.ch a.btn_sb_reports {     background-image: url(img/btn_sb_reports_en.gif); }

body.de a.btn_sb_interview {   background-image: url(img/btn_sb_interview_de.gif); }
body.en a.btn_sb_interview {   background-image: url(img/btn_sb_interview_en.gif); }
body.ch a.btn_sb_interview {   background-image: url(img/btn_sb_interview_en.gif); }

body.de a.btn_moregalleries {  background-image: url(img/btn_moregalleries_de.gif); }
body.en a.btn_moregalleries {  background-image: url(img/btn_moregalleries_en.gif); }
body.ch a.btn_moregalleries {  background-image: url(img/btn_moregalleries_en.gif); }

body a.btn_download {          background-image: url(img/btn_download.png); }

/* @end */















ul.boxlist
{
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
}

ul.boxlist li,
#subcontent ul.boxes ul.boxlist li
{
	margin: 0 0 5px 0;
	background-color: #262626;
	width: 260px;
}

ul.boxlist li a.big:link,
ul.boxlist li a.big:visited
{
	display: block;
	height: 70px;
	text-decoration: none;
	color: #777;
}
#subcontent ul.boxlist li a.big:link,
#subcontent ul.boxlist li a.big:visited
{
	color: #999;
}
ul.boxlist li a.big:hover,
ul.boxlist li a.big:active
{
	background-color: #ddd;
}
#subcontent ul.boxlist li a.big:hover,
#subcontent ul.boxlist li a.big:active
{
	background-color: #000;
	text-decoration: none;
}

ul.boxlist p
{
	margin: 0;
	padding: 5px;
}
ul.boxlist p strong
{
	color: #777;
	font-size: 12px;
}
#subcontent ul.boxlist p strong
{
	color: #ccc;
}





div.options
{
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

div.options ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.options ul li
{
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

div.options ul li img
{
	vertical-align: -3px;
}

div.options ul li a:link,
div.options ul li a:visited
{
	color: #999;
}















#subcontent
{
	overflow: hidden;
	height: 100%;
	background-image: url(img/subcontent_stripes.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
}

#subcontent ul.boxes
{
	overflow: hidden;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#subcontent ul.boxes li.box
{
	float: left;
	padding: 0;
	margin: 0;
	width: 280px;
	margin: 0 20px 0 0;
	background-color: #303030;
	color: #999;
}


#subcontent ul.boxes li.double
{
	width: 580px;
	border-bottom: 20px solid #222;
}

#subcontent ul.boxes li.double p
{
	margin: 10px 0;
	padding: 0;
}

#subcontent ul.boxes li.lowlight
{
	background-color: black;
}

#subcontent ul.boxes li.highlight
{
	background-color: white;
}

#subcontent ul.boxes li.highlight h3
{
	color: #666;
}


#subcontent ul.boxes div.prop
{
	width: 1px;
	float: right;
	height: 45px;
}


#subcontent div.cont
{
	padding: 10px;
}

#subcontent h3
{
	font-weight: normal;
	font-size: 18px;
	width: 260px;
	padding: 0;
	margin: 0;
	color: #fff;
}

#subcontent h4
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#subcontent h4 strong
{
	color: #E31D1F;
}

#subcontent h4 a:link,
#subcontent h4 a:visited
{
	color: #E31D1F;
	text-decoration: none;
}

#subcontent h4 a:hover,
#subcontent h4 a:active
{
	text-decoration: underline;
}

#subcontent a:link,
#subcontent a:visited
{
	color: #999;
	text-decoration: none;
}

#subcontent a:active,
#subcontent a:hover
{
	color: #ccc;
	text-decoration: underline;
}





/* 3 COLUMNS - CENTER FLEXI ________________ */

div.column3 #sidebar1
{
	float: left;
	padding-right: 20px;
	width: 230px;
	overflow: hidden;
}

div.column3 #sidebar2
{
	float: right;
	padding-left: 20px;
	width: 230px;
	overflow: hidden;
}

div.column3 #content
{
	padding-left: 250px;
	padding-right: 250px;
}









#footer
{
	background: #000;
	color: #666;
	padding: 5px;
	margin-bottom: 20px;
}

body.black #footer
{
	background-color: transparent;
	border-top: 1px solid #333;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(img/footer_black.gif);
}

#footer a:link,
#footer a:visited
{
	color: #666;
	padding: 0 7px;
	border-right: 1px solid #333;
}

#footer a:hover,
#footer a:active
{
	color: #ccc;
	text-decoration: none;
}


