/* Vzhled generických prvků a obecně užívané třídy */
BODY {
    background-color: #ffffff;
    background: url(/App_Themes/NewNemesis6/Images/bg5.gif);
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    margin: 0px;
    padding: 0px 10px 10px 10px;
}
A:link {
    color: #ffa844;
}
A:visited {
    color: #ffa844;
}
A:hover {
    color: #ff7200;
}
BLOCKQUOTE {
    margin: 1em;
    padding: 1ex;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
}
H1, H2, H3, H4, H5, H6 {
    color: #ffffff;
}
H1 {
    margin-top: 0px;
    font-size: 160%;
    text-align: center;
}
H2 {
    font-size: 120%;
}
H3 {
    font-size: 100%;
}
HR {
    height: 1px;
}
DT {
    font-weight: bold;
}
DD {
    margin-left: 2ex;
}
.r {
    text-align: right;
}
.c {
    text-align: center;
}
.l {
    text-align: left;
}
STRONG, .strong {
    font-weight: bold;
}

/* hlavni */
DIV#main {
    width: 778px;
    margin-left:auto;
    margin-right:auto;
    padding: 0;
    background: url(/App_Themes/NewNemesis6/Images/main_bg.gif);
}


/* hlavička */
DIV#header {
    width: 778px;
    height: 144px;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

DIV#header-split {
    width: 778px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: url(/App_Themes/NewNemesis6/Images/head_split.gif);
}

/* copyright */
DIV#copyright {
    width: 778px;
    height: 47px;
    margin: 0;
    padding: 0;
    background: url(/App_Themes/NewNemesis6/Images/copy_bg.gif);
    font-size: 10px;
    text-align: center;
    clear: both;
}


/* levé menu */
DIV#left {
    width: 150px;
    float: left;
    font-size: small;
}
DIV#left DIV.menu {
    margin-bottom: 10px;
    padding: 5px;
}
DIV#left DIV.menu DL {
    margin: 0px;
}
DIV#left DL DT {
    background-color: #ff6600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
DIV#left DL DD{
margin: 0px;
}
DIV#left A {
    color: #000000;
    text-decoration: none;
}
DIV#left A:hover {
    text-decoration: underline;
}
DIV#left .iconlink IMG {
    margin-top: 10px;
    border: solid 1px #999999 !important;
}

/* Hlavní obsah stránky */
DIV#center 
{
    width: 625px;
    float: right;
    margin: 0px 0px 0px 0px;
    /*background-color: #1e1e1e;*/
    padding-bottom: 10px;
    /*border: solid 1px #999999;*/
    font-size: 90%;
    color: #ffffff;
}


/* Pravé menu */
DIV#right {
    width: 190px;
    float: right;
}
DIV#right .box {
    font-size: 80%;
    background-color: #eeeeee;
    border: solid 1px #999999;
    margin: 10px;
}
DIV#right .box A:link {
    color: #000000;
    text-decoration: none;
}
DIV#right .box A:visited {
    color: #333333;
    text-decoration: none;
}
DIV#right .box A:hover {
    color: #000000;
    text-decoration: underline;
}
DIV#right .box .title {
    background-color: #666666;
    color: #eeeeee;
    font-weight: bold;
    padding: 2px 1ex 2px 1ex;
}
DIV#right .box .body {
    padding: 1ex;
}
DIV#right UL {
    margin-left: 0px;
    padding-left: 0px;
}
DIV#right LI {
    margin-left: 3ex;
    padding-left: 0px;
}
DIV#right DT, DIV#center DT {
    font-weight: bold;
}
DIV#right DD, DIV#center DD {
    margin-left: 2ex;
}

/* Komentáře */
.comment {}
.comment .tit { padding: 1ex; border: solid 1px #FF9F14; background-color: #000000; }
.comment .tit H2 { margin: 0px; }
.comment .text { padding: 5px; background-color: #333333; margin-bottom: 5px; }
.comment .text p { padding: 0; margin: 5px;}


/* tlacitka v hodnoceni */
.styledButton { border: solid 1px #FF9F14; background-color: #000000; color: #FF9F14; }

/* dodatecne styly */
.imp { color: #ff6600;}

.boxAround { border: solid 1px #FF9F14; background-color: #000000; padding: 5px;}

.MainPhotoPanel { background-color: #ffffff; text-align:center; vertical-align: middle; padding-top:  10px; margin-left:auto; margin-right:auto;
}

.MainPhotoCopyright { font-size: 10px; color: #000000; text-align: right; padding-right:10px;}

.Thumbnail {background-color: #ffffff; padding: 2px; border: 0;}