@charset "utf-8";

body {
    background-color: #f8f8f8;
    font-family: sans-serif;
    font-size: 12px;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
    color: #F15922;
    font-variant: small-caps;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
    color: #F15922;
}
a:hover {
	text-decoration: none;
}
strong {
    color: #F15922;
}

/* layout */
div#page {
    text-align: left;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    clear: both;  
}
div#header {
    width: 950px;
    height: 167px;
    position: relative;
    background: #272727 url('../graphics/header.jpg') bottom left no-repeat;
}
div#header p {
    width: 340px;
    position: absolute;
    top: 65px;
    left: 20px;
    color: #fefefe;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
div#logo {
    position: absolute;
    bottom: 5px;
    left: 15px;
    float: left;
	width: 177px;
	height: 50px;
}
div#menu {
	width: 950px;
	height: 62px;
    background: url('../graphics/menu.gif') repeat-x;
}

div#logo img {
	padding: 0;
	margin: 0;
}
div#top {
    clear: both;
    width: 950px;
    height: 319px;
    background: white url('../graphics/top.jpg') top right no-repeat;
    position: relative;
}
div#main {
    width: 950px;
    background: #980400 url('../graphics/content-top.gif') repeat-x;
    color: white;
}
div#bottom {
    width: 950px;
    clear: both;
    text-align: center;
    background: white;
}

div#top_content {
    width: 340px;
    position: absolute;
    top: 0px;
    left: 15px;
    line-height: 14px;
    font-size: 12px;
    text-align: justify;
}

div#menu a {
    display: block;
    float: right;
    width: 111px;
    height: 62px;
	color: black;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
div#menu a:hover, a.active {
	text-decoration: none;
    color: white;
}

div#menu a#home {
    float: left;
}

#menu a#kontakty {
    width: 105px;
    margin-left: 9px;
}
#menu a#kontakty:hover {
    background: url(../graphics/menu_kontakty.gif) repeat-x;
}

#menu a#casopisy {
    width: 105px;
    margin-left: 9px;
}
#menu a#casopisy:hover {
    background: url(../graphics/menu_casopisy.gif) repeat-x;
}

#menu a#marketing {
    width: 112px;
    margin-left: 10px;
}
#menu a#marketing:hover {
    background: url(../graphics/menu_marketing.gif) repeat-x;
}

#menu a#predplatne {
    width: 105px;
    margin-left: 10px;
}
#menu a#predplatne:hover {
    background: url(../graphics/menu_predplatne.gif) repeat-x;
}

#menu a#inzerce:hover {
    background: url(../graphics/menu_inzerce.gif) repeat-x;
}

div#leftpanel {
    width: 480px;
    float: left;
    padding-bottom: 15px;
}
div#rightpanel {
    width: 470px;
    float: right;
}
div.content {
    padding: 0 15px 15px 15px;
}
#leftpanel .content {
    padding-left: 20px;
    padding-right: 5px;
}
#leftpanel h2 {
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#footer {
    color: #444;
    line-height: 30px;
}

.center {
	text-align: center;
	width: 520px;
}
.center div {
	margin: auto;
	float: none;
}

.clear {
	clear: both;
}

div#content img.leftfloat {
	float: left;
	margin: 5px 5px 5px 0px;
}

blockquote {
    font-style: italic;
}

#leftpanel img {
    float: left;
    margin: 18px 10px 10px 0px;
}

table tr td {
    color: white;
    font-size: 12px;
    padding-bottom: 8px;
}

