/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 11pt;
	background: #fefefe;
	letter-spacing:0.3px;
    line-height: 1.25em;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #00c; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #00c; }
a:hover { text-decoration: none; color: #f00; border-bottom: 1px dotted black; background-image:url('http://www.martinkohout.com/files/flowbg4.jpg'); }

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 

a img { border: none; }

img { margin: 3px 0 3px 0; }

h1.hid { line-height: 1px; margin-left: -2000px; padding-bottom: 0px;}

a.namelogo { margin-left: 0px; line-height: 40px; }

#menu {
    width: 270px;
    overflow: auto;
    top: -14px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    margin: 17px 0  0 12px;
    text-align: left;
    font-size: 9pt;
    text-transform: uppercase;
    line-height: 1.15em;
}

#menu ul {
	list-style: none;
	margin: 15px 0 0 0;
        }

#menu li { 
        margin-bottom: 0px;
        text-indent: 0px;
}

#menu ul li.section-title { font-style: italic; color: #888;
}

#content {
    height: 100%;
    margin: 30px 0 50px 300px;
    top: 0;
    width: 575px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { margin-bottom: 8px; }

p {
    margin: 0 0 9px 0;
    text-indent: 0px;
}

ul {
    text-indent: 5px;
	}

h1 { font-size: 30pt; 
    font-family: arial, sans-serif;  
    font-weight: normal; 
    text-align: left;
    line-height: 1.1em;
    padding: 0 0 0.5em 0; 
    color: #222; }
h2 { font-size: 32px; 
    font-family: arial, sans-serif;  
    font-style: italic; 
    font-weight: 100; 
    color: #222; 
    line-height: 1.1em;}
h3 { font-size: 18px; 
    font-family: arial, sans-serif;  
    font-weight: 300; 
    font-style: italic;
    color: #222; 
    line-height: 1.1em;}

small { color: #999; font-size: 8pt; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 565px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

div.titlediv { margin-top: 1.5em;}

u.title { line-height: 3em;}

#kruhfixed { 
     position: fixed;
     right: 17px;
     top: 2em;
}

h1.smallh1 { font-size: 12pt;}