/**********************************************************************
 * Screen-Style for orca-sportfotos.de
 * Date: 19.11.2005
 * Created by: Christian Gut cg@cnc-nt.de
 **********************************************************************/

body {
    background-color: #ececec;
    margin: 0;
    background-image: url(http://orca-sportfotos.de/web/cms/upload/layout/shadow.gif);
    background-repeat: repeat-y;
    background-position: center;
    font-family: Verdana,sans-serif;
}


#container {
    width: 952px;
    margin: auto;
    padding: 13px;
    background-color: white;
}

h1 {
    text-align: center;
    margin: 0;
    font-family: Verdana,sans-serif;
}

h1 img {
    border: 1px solid #000000;
}

#left {
    float: left;
    width: 170px;
    padding: 0;
    margin: 0;
}

.leftframe {
    margin: 0 0 15px 0;
    padding: 10px;
    background-color: #e8e8e8;
    border: 1px solid #b0b0b0;
}

#sidemenu h2 {
    height: 17px;
    padding: 4px 5px;
    margin: 10px 0 0 0;
    border: 1px solid #000000;
    font-size: 14px;
    line-height: 18px;
    background-image: url(http://orca-sportfotos.de/web/cms/upload/layout/menu_bg.gif);
}

#sidemenu ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#sidemenu li {
    margin: 2px 0;
    padding: 2px 5px;
    color: black;
    border-top: 3px dotted #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 3px dotted #cbcbcb;
    border-left: 1px solid #cbcbcb;
    background-image: url(http://orca-sportfotos.de/web/cms/upload/layout/menu_item_bg.gif);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

#sidemenu a,
#sidemenu a:hover,
#sidemenu a:visited {
    display: block;
    text-decoration: none;
    color: black;
}

#sidemenu a:hover {
    text-decoration: underline;
}

#main {
    margin-left: 185px;
    padding: 15px 15px 30px 15px;
    border: 1px solid #b0b0b0;
    font-size: 1.0em;
    font-family: Arial,Serif;
    background-color: #e8e8e8;
}

#content {
    width: 700px;
}

p.front {
    margin-top: 2em;
    margin-bottom: 2em;
}

p.author {
    margin-left: 450px;
}

h2#hint {
    display: none;
}

p.front {
    text-align: center
}


#portrait {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.7em;
}

#portrait .left {
    width: 450px;
}

#about {
    margin-bottom: 2em;
}

#about td {
    text-align: left;
    font-size: 1.0em;
    vertical-align: top;
}

#about td.left {
    width: 300px;
}

#footer {
    margin-top: 20px;
    margin-left: 185px;
    border: 1px solid #b0b0b0;
    font-size: 0.9em;
    font-family: Arial,sans-serif;
    background-color: #e8e8e8;
    text-align: center;
}

a,
a:hover,
a:visited,
a:active {
    border: none;
    color: blue;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

blockquote {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: left;
}

h3 {
    height: 26px;
    margin: 0;
    padding: 2px 5px;
    color: black;
    border: 1px solid #000000;
    background-image: url(http://orca-sportfotos.de/web/cms/upload/layout/h3_bg.gif);
    text-align: left;
    font-family: Verdana,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

h4 {
    color: #647b98;
    font-weight: bold;
    font-size: 1.5em;
}

em {
    color: #647b98;
    font-style: normal;
}

#photoCaption {
    font-size: 0.2em;
}

.right{
    text-align: right;
}

.center {
    text-align: center;
}

.center table {
    margin: 0.5em auto;
}

.team td {
    padding: 10px 15px;
}

.sponsors .smaller td {
    width: 120px;
}

.columns {
    width: 100%;
}

.columns td {
    vertical-align: top;
}

.textlinklist {
    margin-top: 15px;
}

.bannerlist {
    list-style-type: none;
    padding-left: 10px;
}

.bannerlist li {
    margin: 10px 0 10px 0;
}

#preise {
    margin-left: 20px;
}
#preise td {
    padding-right: 40px;
}

#termine {
    margin-left: 20px;
}

/*********************************************/
/**** Lightbox Stuff  ************************/
/*********************************************/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }
#lightboxDetails{
    font-size: 0.7em;
    padding-top: 0.4em;
    }   
#lightboxCaption{ text-align: center; }
#keyboardMsg{ display: none; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://orca-sportfotos.de/web/cms/upload/layout/overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://orca-sportfotos.de/web/cms/upload/layout/overlay.png", sizingMethod="scale");
    }
/*********************************************/
/**** End of Lightbox Stuff  *****************/
/*********************************************/
    

