/* 
Document   : flannigans.css
Created on : 21.03.2009, 13:36:15
Author     : ak
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import url("modalwindow.css");

body{
    background: #538953 url("../img/siteback.jpg") 0 0 repeat-y;
    margin: 0px;
    padding: 0px;
}

body, td{
    font-family: Arial, Helvetica;
    font-size: 10pt;
}

#content a, #speisekarte_katlinks{
    font-weight: bold;
    color: #236323;
    letter-spacing: 1px;
}

a, a:visited {
    color: #236323;
    font-weight: bold;
}

a:hover, a:active {
    color: #359635;
    font-weight: bold;
}

#content a:hover{
    font-weight: bold;
    color: #236323;
    background: #fdec9a;
}

#shamrock{
    z-index: 10;
    position: absolute;
    top: 220px;
    left: 4px;
    width: 318px;
    height: 492px;
    background: url("../img/shamrock.png") 0 0 no-repeat;
}

.rollover{
    border: none;
}

#menue{
    z-index: 20;
    position: absolute;
    top: 250px;
    left: 50px;
    width: 258px;
}

#menue img{
    margin: 0px;
}

#topshine{
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 255px;
    background: url("../img/topshine.gif") 0 0 no-repeat;
}

#header{
    position: absolute;
    left: 268px;
    top: 0px;
    width: 720px;
    height: 232px;
    background: url("../img/header.jpg") 0 0 no-repeat;
}

#content{
    position: relative;
    z-Index: 50;
    /* border: 1px solid red; */
    padding-top: 220px;
    margin-left: 310px;
    width: 630px;
}

.contenttitle{
    margin-bottom: 20px;
}

#speisekarte{
    width: 100%;
    border: 1px dotted #256925;
    margin-top: 30px;
    border-spacing: 0px;
    padding: 0px;
}

#speisekarte_katlinks{
    text-align: center;
    line-height: 1.6em;
}

.speisekarte_katlink{
    white-space: nowrap;
    padding: 2px;
}

.speisekarte_trenner{
    width: 100%;
    border-bottom: 1px dashed #256925;
}

.speisekarte_gericht{
    white-space: nowrap;
    font-weight: bold;
}

.speisekarte_beschreibung{
    font-style: italic;
}

.speisekarte_nummer{
    vertical-align: top;
    font-size: 8pt;
}

.speisekarte_subkat_pad{
    height: 40px;
}

.speisekarte_subkat{
    background: url("../img/darkbg.jpg") 0 0 repeat-x;;
    font-size: 12pt;
    font-weight: bold;
}

.speisekarte_preis{
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

.darkbg{
    background: url("../img/darkbg.jpg") 0 0 repeat;
}

.speisekarte_subkatdesc{
    font-style: italic;
    font-weight: bold;
    padding-bottom: 20px;
}

/** Events ----------- **/
.event{
    float: left;
    width: 100%;
    margin: 5px;
    padding: 5px;
    border-bottom: 1px dotted #256925;
}

.eventtitle{
    float: left;
    font-weight: bold;
    width: 65%;
}

.eventtime{
    float: right;
    white-space: nowrap;
}

.eventdesc{
    width: 100%;
}

.desc{
    display:none;
    margin: 0;
    padding: 0;
    float: left;
}

/* Fotos */
#fotokatdesc{
    font-weight: bold;
}

#fototitle{
    margin-top: 30px;
    font-size: 14pt;
}
#fotos{
    margin-top: 30px;
}
#fotos img{

}

.fotoname{
    font-weight: bold;
}

.foto{
    float: left;
    margin: 10px;
    text-align: center;
}
.fotodesc{
    width: 128px;
    float: left;
}
