﻿* {
    margin: 0;
    padding: 0;
}
html {
    background: transparent url(pozadi-vetrnik01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    /*font-family: Arial, sans-serif;*/
    color: #5c6d29;
    font-size: 18px;
    /*font-variant: small-caps;*/
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    /*color: #362F31;*/
    color: #def990;
    font-weight: 800;
    /*font-family: 'Arial black', sans-serif;*/
    font-size: 40px;
    font-variant: small-caps;
}

a {
    color: #32A02C;
    text-decoration: none;
}

a h2 {
    font-weight: normal;
    color: #32A02C;
    font-size: 18px;
}

#leftcontent, #rightcontent, #rightcontent2, #bottom, #prebottom {
    background-color: #f7faf1;
    opacity: 0.8;
    /*background: url(pp2.png) repeat center top;*/
}

    #leftcontent:hover {
        opacity: 1;
    }

    #rightcontent:hover, #rightcontent2:hover {
        opacity: 1;
    }

    #bottom:hover {
        opacity: 1;
    }

div#pagewrap {
	margin: 20px auto;
	width: 920px;
}

div#top {
    /*background: url(pozadi-pruhlednost.png) repeat center top;*/
	clear: both;
    /*border-top: 1px solid #D2F95E;*/
    /*border-left: 1px solid #d2f95e;*/
    /*border-right: 6px solid #D2F95E;*/
    border-bottom: 1px solid #eef9ce;
}
div#title {
    border-bottom: 3px solid #e6f9ac;
    /*border: 1px solid #dfdfdf;*/
	float: right;
    padding: 0.5em 1em;
	width: 400px;
    text-align: center;
    /*background-color: #BBCBCF;*/
    /*opacity: 0.8;*/
}
div#titlewrap {
    width: 660px;
    float: right;
    border-bottom: 2px solid #ebf9bf;
}

div#middle {
	clear: both;
	padding: 40px 0 0 0;
}
div#leftcontent {
    border: 1px solid #dfdfdf;
    height: 44px;
	float: left;
	width: 600px;
    /*padding: 1em;*/
    padding: 24px 15px 20px 20px;
}
div#rightcontent {
    background: #f7faf1 url(arrow.png) no-repeat right center;
    border: 1px solid #dfdfdf;
	height: 44px;
	float: right;
	width: 200px;
    padding: 24px 15px 20px 15px;
    /*padding: 1em 1em 1em 1em;*/
    /*line-height: 64px;*/
}
div#rightcontent2 {
    background: #f7faf1 url(arrow.png) no-repeat right center;
    border: 1px solid #dfdfdf;
    float: right;
    width: 200px;
    padding: 22px 15px;
    height: 44px;
    line-height: 44px;
}
.clr {
    clear: both;
}
div#prebottom {
    /*color: #fefefe;*/
    /*background-color: #837D7F;*/
    border-color: #dfdfdf;
    border-width: 1px 1px 0 1px;
    border-style: solid solid none solid;
    /*border: 1px solid #dfdfdf;*/
    /*border-collapse: collapse;*/
    opacity: 0.8;
    clear: both;
	margin: 50px auto 0 auto;
    height: 36px;
    line-height: 36px;
    padding: 7px 14px 0px 14px;
	width: 550px;
}
div#bottom {
    font-size: 16px;
    border: 1px solid #dfdfdf;
    /*border-collapse: collapse;*/
	/*background-color: #efefef;*/
	clear: both;
	margin: 0 auto;
	width: 550px;
    padding: 7px 14px 14px 14px;
}
#prebottom h2 {
    /*padding: 0 0 0.5em 0;*/
    /*font-family: Arial, sans-serif;*/
    font-size: 22px;
    font-weight: bold;
    /*letter-spacing: 3px;*/
}