body
{
	margin:0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.7em;
	background:url(../files/images/layout/bg-body.png) left top repeat-x #ffffff;
	color:#272727;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	display:block;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
input, select, textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:1em;
	padding:3px 3px;
}


/*Page*/
#page {
	width:1000px;
	margin:0px auto;
	text-align:left;
	position:relative;
}
#page-doplnek {
	position:absolute;
	left:-30px;
	top:27px;
	overflow:hidden;
	width:30px;
	height:66px;
	background:url(../files/images/layout/bg-page-doplnek.png) left top no-repeat;
}
/*Page*/

/*Header*/
#header {
	height:137px;
	position:relative;
	overflow:hidden;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:32px;
	left:0px;
}
a.logo{
	color:#213967;
	font-weight:bold;
	font-size:2.5em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:331px;
	height:85px;
	text-align:right;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../files/images/layout/logo.png) top left no-repeat;
	width:331px;
	height:85px;
}
a.logo em {
	display:block;
	font-size:0.5em;
	font-style:normal;
	font-weight:normal;
	color:#494949;
}
/*Logo*/
/*Header*/

/*Sub-Header*/
#sub-header {
	height:316px;
	width:1000px;
	position:relative;
	overflow:hidden;
	background:url(../files/images/layout/bg-sub-header.png) left top no-repeat;
	margin-bottom:18px;
}
#sh-left {
	width:679px;
	overflow:hidden;
	float:left;
}
#sh-right {
	float:left;
	width:286px;
	overflow:hidden;
	margin-left:22px;
	color:#ffffff;
	background:#2c4a86;
	font-size:1.4em;
	padding:10px 0px;
}
#sh-right p {
	line-height:1.4em;
	padding-bottom:16px;
}
#sh-right a {
	color:#b4c9f5;
}
#sh-right a:hover {
	color:#000000;
}
/*Sub-Header*/

/*Main*/
#main {
	width:1000px;
	overflow:hidden;	
}
#main-top {
	width:1000px;
	height:1px;
	overflow:hidden;
	background:url(../files/images/layout/bg-main-top.png) left top no-repeat;
}
#main-bottom {
	width:1000px;
	height:1px;
	overflow:hidden;
	background:url(../files/images/layout/bg-main-top.png) left top no-repeat;
	margin-bottom:15px;
}
#main-in {
	width:984px;
	overflow:hidden;
	background:url(../files/images/layout/bg-main-in.png) left top repeat-y;
	padding:5px 0px 5px 16px;
}

/*Columns*/
.mi-column {
	float:left;
	overflow:hidden;
	width:287px;
	float:left;
	background:#ffffff;
	margin-left:51px;
}
.mic-left {
	margin-right:4px;
	margin-left:0px;
}
/*Columns*/

#main-in p {
	padding:9px 0px;
	line-height:1.5em;
	text-align:justify;
}
#main-in p.intro {
	font-size:1.3em;
	color:#2c4a86;
	text-align:left;
}
#main-in a {
	color:#3ab8f3;
}
#main-in a:hover {
	color:#2c4a86;
}
#main-in ol {
	padding:6px 0px 6px 20px;
}
#main-in ol li{
	padding:2px 0px;
	line-height:1.4em;
}
#main-in ul {
	padding:6px 0px 6px 0px;
}
#main-in ul li{
	padding:4px 0px 4px 21px;
	line-height:1.4em;
	list-style-type:none;
	background:url(../files/images/layout/bg-li.png) left 5px no-repeat;
}
#main-in h1, #main-in h2 {
	color:#2c4a86;
	font-size:1.6em;
	padding-top:8px;
	padding-bottom:10px;
	font-weight:normal;
}
.blue {
	color:#2c4a86;	
}
.kontakt-box {
	font-size:1.3em;
	padding-bottom:5px;
}
#main-in .kontakt-box p {
	padding:5px 0px 13px 0px;
}
/*Form*/
table.form {
	border-collapse:collapse;
	margin:12px 0px;
}
table.form td {
	padding:3px 0px 2px 0px;
	vertical-align:top;
}
table.form label {
	display:block;
	padding-right:25px;
	padding-top:3px;
}
table.form input, table.form textarea {
	width:180px;
	border:1px solid #b0b0b0;
}
table.form input.submit {
	overflow:visible;
	width:116px;
	color:#ffffff;
	background:#2c4a86;
	cursor:pointer;
	font-size:1.15em;
	margin-top:5px;
}
table.form input.submit:hover {
	background:#3ab8f3;
}
/*Form*/
/*Main*/

/*Footer*/
#footer {
	margin-bottom:15px;
}
/*Footer*/


ul.error li {
	color: red;
	font-weight: bold;
}

.ok {
	color: green;
	font-weight: bold;
}