/* body stranky */
body {
    text-align: center;
    margin: 0px;
    background-color: #F2F2F2;
    background-image: url(../images/pozadi.png);
    background-repeat: repeat-x;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

h1 {
	margin-top: 0px;
	margin-left: -20px;
	padding-left: 10px;
	width: 791px;
/*	background-color: #50B045; */
	background-color: #A7D151;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
}

div.logo1 {
    position: fixed;
    top: 10px; 

    margin: auto;
 
}

div.logo {
    width: 100%;
    margin-top: 0px;
	background-image: url(../images/vnejsi_kolo.png);
	background-repeat: no-repeat;
	background-position: 80% top;
}


/* hlavni div */
div.main {
    /*width: 801px;
    margin: auto;*/
   width: 961px;
   margin: auto;
   background-image: url(../images/vnejsi_kolo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* nadpis */
div.title {
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

/* menu */
div.menu_ddl {
	width: 100%;
	height: 36px;
	margin: auto;
	padding-top: 0px;
	margin-bottom: 15px;
}

div.mban {
	width: 100%;
	margin: 0px;
	height: 227px;
}

div.contact {
	float: right;
	width: 209px;
	height: 215px;
	margin-top: -10px;
	margin-right: 160px;
	/*background-image: url(../images/ramecek_kontakt.png);*/
	background-image: url(../images/kontakt_kolecko.png);
	background-repeat: no-repeat;
}

div.contact h2 {
	margin-top: 13px;
	/*color: #50B045;*/
	color: #AA3418;
	font-weight: normal;
	text-transform: uppercase;
}

div.contact div.condata {
	width: 75%;
	margin: auto;
	/*border: 1px solid red;*/
}

div.contenthead {
	width: 100%;
	height: 16px;
	background-image: url(../images/content_head.png);
	background-repeat: no-repeat;
}

div.content {
	width: 761px;
/*	border: 4px solid #50B045;*/
	border: 4px solid #A7D151;
	overflow: auto;
	text-align: justify;
	padding: 0 20px 0 20px;
}

div.footer {
	margin-bottom: 20px;
}

/* obrazky */
img.left {
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-left: 0px;
}

img.right {
	float: right;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-left: 9px;
}

img.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

img.min {
	margin: 6px;
	border: none;
}

/* vstupni formular */
table.kontakt {
	width: 100%;
}
table.kontakt td.label {
	width: 80px;
	vertical-align: top;
	padding-top: 4px;
}
table.kontakt input[type="text"] {
	width: 300px;
}
table.kontakt textarea {
	width: 100%;
	height: 200px;
}
input.odeslat {
	margin-top: 10px;
	margin-left: 88px;
}
span.sent {
	font-size: 120%;
	color: #009a0b;
	font-weight: bold;
}
span.error {
	font-size: 120%;
	color: #ff0000;
	font-weight: bold;
}
/* --- */





