/** IE */
A:hover			{text-decoration:underline; color:red;}
A:link			{color:#000000; text-decoration:none}
a:visited       {color:#000000; text-decoration:none}

/** STANDARD */
body			  {margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; background-color:#ffffff; }
.eplogo           {width:260px; height:44px; margin-left:20px; margin-bottom:10px; background-image: url('../images/ep_logo.png'); background-repeat:no-repeat;}
.epsiteholder     {margin-left:auto; margin-right:auto; margin-top:16px; height:auto; width:941px;}
.epshadowleft     {height:520px; width:17px; float:left; background-image: url('../images/sideshadow_left.jpg'); background-repeat:no-repeat; z-index:100;}
.epcontent        {width:907px; float:left; background-color:#ffffff;}
.epshadowright    {height:520px; width:17px; margin-left:924px; background-image: url('../images/sideshadow_right.jpg'); background-repeat: no-repeat; z-index:100;}
.epmenue          {height:17px; width:907px; font-size:11px; color:#b6112b;; background-color:#850116;}
.epuppermenue     {height:36px; width:907px; background-image: url('../images/upper_menue_bg.bmp'); background-repeat: repeat-x;}
.epcontentrowa    {width:410px; height:auto; padding-left:35px; float:left; font-family:Verdana; font-size:11px; line-height:16px; color:#7c7c7c;}
.epcontentrowb    {width:400px; height:auto; padding-left:25px; float:left; font-family:Verdana; font-size:11px; line-height:16px; color:#7c7c7c;}
.epfooter         {margin-left:auto; margin-right:auto; margin-top:25px; width:907px; height:30px; font-family:Verdana; font-size:10px; color:#7c7c7c;}
.epfooterleft     {width:453px; float:left;}
.epfooterright    {width:453px; float:left; text-align:right;}
.clear            {clear:both;}

/** FNT */
.epfheadline      {font-family:Georgia; font-size:37px; font-style:italic; color:#b0b0b0}
.epfheadlinetranc  {font-family:Verdana; font-size:65px; color:#f9f9f9}
.epfsmallgray      {font-family:Verdana; font-size:10px; color:#7c7c7c; line-height:42px;}
.epfsmallred      {font-family:Verdana; font-size:10px; color:#b6112b; line-height:42px;}
.epfsmalleinlt      {font-family:Georgia; font-style:italic; font-size:11px; color:#b6112b;}
.epfsmalleinstr      {font-family:Georgia; font-style:italic; font-size:10px; color:#b6112b;}

/** IMGS*/
.epimg            {width:907px; height:226px}
.epimglb          {border:1px solid; padding:1px; border-color:#7c7c7c; margin-top:10px; margin-right:10px;}
.epimglb:hover    {border-color:#000000}
.epboucheimgnoborder            {border:0px;}
.epboucheimgnoborder:hover      {margin-left:5px;}

#Default #default {background-image: url('../images/img_default.jpg')}
#business #default {background-image: url('../images/banner_bussines.jpg')}
#Musik #default {background-image: url('../images/img_musik_events.jpg')}
#hochzeit #default {background-image: url('../images/banner_presse.jpg')}
#Sport #default {background-image: url('../images/banner_lifestyle.jpg')}
#eventzeitung #default {background-image: url('../images/img_eventzeitung.jpg')}
#beamer #default {background-image: url('../images/img_beamer.jpg')}
#impressum #default {background-image: url('../images/img_impressum.jpg')}
#kontakt #default {background-image: url('../images/banner_kontakt.jpg')}
#partner #default {background-image: url('../images/banner_partner.JPG')}
#webgalerie #default {background-image: url('../images/banner_webgalerie.jpg')}
#pdf #default {background-image: url('../images/banner_pdf.JPG')}





/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.menu {
width:750px;
height:30px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level ERSTE EBENE/ MAIN LINIKS*/
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:17px; 
line-height:16px;
font-family:Verdana; 
background:#c3122e; 
padding-left:10px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#c3122e;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#c3122e;
}
.menu ul ul :hover > a.drop {
background:#c3122e;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#c3122e;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#c3122e;
}
.menu ul ul ul :hover > a {
background:#c3122e;
}
 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:17px;
left:0; 
width:150px;
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#c3122e; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
filter:alpha(opacity=86);-moz-opacity:.86;opacity:.86;

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#c3122e;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#c3122e;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
