﻿/* globalne styly */

* { b/order: 1px solid blue !important; }

html, body {margin: 0px; padding: 0px;}

body {font: 100%/1.25 Verdana, Arial, sans-serif; font-size: 62.5%; text-align: center; }

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: bold; color: #000;}

h1 {font-size: 170%; margin: 30px 0 25px 0;}
h2 {font-size: 120%; margin: 0 0 15px;}
h3 {font-size: 100%; font-weight: bold;}

p {margin: 0; padding: 0 0 0.7em 0;}

ul, ol {margin: 0; padding: 1em 0pt 1.25em 1em;}

a {text-decoration: underline; color: #0C64E8; }
a:hover {text-decoration: underline;}

img, fieldset {border: 0px;}

fieldset {padding: 10px 0px;}

input, textarea { background: #FAFAFA; }

textarea { border: 1px solid #CCCCCC; }

/* hlavny styl */

body
{
	color:#222;
	background:#F5F5F5 url("Pictures/back.png");
}

input[type='text']
{
	border:1px solid #ccc;
}

#main
{
	position:relative;
	margin:0px auto;
	text-align:left;
	width:980px;
	background: #F5F5F5; /*url("Pictures/roh.gif") repeat-x;*/
	text-align:left;
	overflow:hidden;
	font-size: 140%;
	line-height: 1.4;
}

#backme
{
	margin:0;
	padding:48px 0px 10px;
	background:url("Pictures/myback.png") repeat-x 0px 0px;
}

#topdiv
{
	width:920px;
	overflow:hidden;
	padding: 12px 30px 30px;
	margin: 0 auto;
	background: url("Pictures/roh.gif") bottom repeat-x;
	/*border-bottom: 1px dotted #BEBEBE;*/
	/*background: url('Pictures/top.gif') repeat-x;*/
}

#content
{
	color:#000;
	overflow:hidden;
	width:870px;
	padding:35px 30px 5px;
	/*border-top: 1px dotted #BEBEBE;*/
	font-size: 110%;
	margin: 0 30px;
	background:#F5F5F5;
}

#footer
{
	width:880px;
	margin:0 30px;
	padding:15px;
	font: 8pt "Trebuchet MS",Verdana,Arial,sans-serif;
	border-top: 1px dotted #BEBEBE;
}

/* boxy v contente */

div #leftbox
{
	position:relative;
	float:left;
	width:260px;
	margin-right:15px;
}

div #rightbox
{
	position:relative;
	float:right;
	margin:auto;
	width:545px;
	padding:0px 0px 0px 45px;
	text-align:left;
	border-left: 1px dotted #BEBEBE;
}

/* doplnkove styly pre logo */


#topdiv #mylogo
{
	position:relative;
	float:left;
	top:5px;
	left: 10px;
	width:208px;
}
