﻿/* STYL PODLE CSS2 S OBRÁZKY VPRAVO PODÉL */


/* jak vypadá pozadí */
/* body background image source: http://www.eosdev.com/index.htm */

body {color: #49353C; background-image: url('img/eosfoil3grey4.gif'); background-color: #999999;}

body {background-repeat: repeat}



/* jak vypadá text */

p {margin-left: 1em; text-align: left}
blockquote {margin-left: 3em; text-align: left; font-style: italic}

.kapitola {text-align: center}

.rekl {margin-left: 1em; text-align: right; font-style: italic}

.navigacetop {text-align: center; font-size: 95%}
.navigacein {margin-left: 1em; text-align: left; font-size: 95%}
.pozncenter {text-align: center; font-size: 80%}
.poznleft {margin-left: 2em; text-align: left; font-size: 80%}

.about {border-bottom: 1px dashed #49353C; cursor: help;}

h1 {text-align: center; font-size: 300%;}
h2 {text-align: center; font-size: 200%; margin-top: 1,5em; margin-bottom: 1em;}
h3 {text-align: center; font-size: 115%; font-weight: normal}
h4 {margin: 1em; text-align: left; font-size: 100%; font-weight: bold; margin-top: 2em; margin-bottom: 1em;}

a:link    {color: #5D5759}
a:visited    {color: #7D5C68}
a:active    {color: #BC8B9D}
a:hover    { color: #BC8B9D}



/* rozvržení = sloupec pro text*/


#plocha {position: absolute; width: 70%; max-width: 700px; min-width: 170px; margin-left: 15%; margin-right: 15%;}

#plocha {background-color: #F4F3F3; padding: 1em; border: 3px solid #5D5759;}


/* poloha obrázků*/

img {align: center; margin: 1em; border-width: 0px}

img {float: right; clear: both}

hr {clear: both}

