﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address
{
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6
{
    color: #397Dff;
}
h1
{
    margin: 0;
    font-size: 1.8em;
    font-weight: normal;
}
h2
{
    margin: 1.2em 0em 0em 0em;
    font-size: 1.6em;
    font-weight: normal;
}
h3
{
    margin: 1.2em 0em 0em 0em;
    font-size: 1.4em;
    font-weight: normal;
}
h4
{
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.2em;
    font-weight: bold;
}
h5
{
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    font-weight: bold;
}
h6
{
    margin: 1.2em 0em 1.2em 0em;
    font-size: 0.8em;
    font-weight: bold;
}
img
{
    border: 0;
}
ol, ul, li
{
    margin: 0.2em 0 0.1em 0;
    font-size: 1.0em;
    line-height: 1.8em;
}
p
{
    margin: 0.8em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.8em;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #397Dff;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-table;
}
.left 
{
	float:left;
}
.right
{
	float:right;
}
body
{
    padding-top: 10px;
    width: 800px;
    margin: auto;
    background-color: #FBFBFf;
    font-family: "Lucida Sans Unicode" , Verdana, "Lucida Grande" , Geneva, sans-serif;
    font-size: 80%;
}
/* HEADER */
#header
{
    background-color: #DEDEff;
}
#ownername
{
    border-top: solid #397dff 2px;
    border-left: solid #397dff 10px;
    padding: 0.5em 25px;
    color: #397Dff;
    letter-spacing: 0.15em;
}
#ownername strong
{
    margin-left: -2px;
    font-weight: normal;
    font-size: 140%;
    letter-spacing: normal;
}
#MainMenu
{
    background-color: #397dff;
    height: 23px;
}
.AspNet-Menu-Horizontal
{
    height: 24px;
    position: absolute;
    border-left: solid #397dff 10px;
    margin-top: -3px;
}
.AspNet-Menu-Link
{
    padding: 0 5px;
    font-weight: bold;
    color: #ffffff;
}
.AspNet-Menu-Selected
{
    padding: 0 5px;
    background-color: #DEDEff;
    color: #397Dff;
}
.AspNet-Menu-WithChildren .AspNet-Menu-Leaf
{
	display:none;
}
/* FOOTER */
#footer
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 26px;
    clear: both;
    padding: 2px 0 0 10px;
    background-color: #397eff;
    color: #C9E0C5;
    font-size: smaller;
    letter-spacing: 0.25em;
}
#footer a
{
    font-weight: normal;
    color: #dedeff;
}
#sidebarfooter
{
    position: absolute;
    top: 0;
    right: 0;
    width: 243px;
    height: 28px;
    background-color: #224bff;
}
/* CONTENT */
#contentWrapper
{
    background-image: url(Images/sidebar_bg.png);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #eee;
    border-left: 10px solid #badad8;
}
/* SIDEBAR */
#SideBar
{
    float: right;
    width: 243px;
    height: 1%;
    margin: 0;
    padding: 0;
}
#sidebarcontent
{
    margin: 0 10px 1em;
    background-color: #eee;
    line-height: 1em;
}
#sidebarcontent h3
{
    margin: 0;
    margin-top: 10px;
    padding: 0.3em 2em;
    border-top: 2px solid #DEDEBC;
    border-bottom: 2px solid #DEDEBC;
    background-color: #94CBff;
    color: #224Bff;
    font-size: 110%;
    letter-spacing: 0.15em;
    font-variant: small-caps;
}
#sidebarcontent h3 img 
{
	width: 70%;
}

#sidebarcontent .sbcontentcontainer
{
    padding: 0.5em 2em;
    color: #224Bff;
    font-size: 95%;
}

#sidebarcontent .sbcontentcontainer ol
{
    padding-left: 20px;
}

#sidebarcontent .sbcontentcontainer ul
{
    list-style-type: none;
}
#sidebarcontent .sbcontentcontainer img 
{
	width: 100%;
}
#sidebarcontent .sbcontentcontainer .mini
{
    height: 125px;
    width: 75px;
}
#sidebarcontent .sbcontentcontainer input
{   
    width: 170px;
}

/* DATA FRAME */
#Main
{
    height: auto;
    float: left;
    width: 545px;
}
#MainContent
{
    height: auto;
    padding: 2em 25px 3em;
    color: #333333;
    background-color: #eee;
    text-align: justify;
}
.editField, #newsInsert textarea, .postavy textarea, .projekt textarea, .editPovidka textarea, .essay textarea, #editBook textarea
{
    width: 100%;
    height: 450px;
}

#guestbook table
{
    width: 100%;
}
#guestbookadd
{
    padding: 10px;
}
#guestbookadd input, .knihy input, .povidky input, .postavy input, .projekt input, .editPovidka input, .essay input, #editBook input
{
    width: 200px;
}
#guestbookadd textarea, .knihy textarea, .povidky textarea, .short
{
    width: 450px;
    height: 80px !important;
    
}

