﻿/* globalne styly */

* { b/order: 1px solid blue !important; }

html, body {margin: 0px; padding: 0px;}

body {font: 100%/1.25 Helvetica, "Trebuchet MS", Arial, sans-serif; font-size: 62.5%; text-align: center; }

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: bold; color: #111;}

h1 {font-size: 170%; margin: 30px 0 25px 0;}
h2 {font-size: 120%; margin: 0 0 15px;}
h3 {font-size: 100%; margin: 0 0 15px; 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 20px;}

/* hlavny styl */

body
{
	color:#333;
	/*background:#E1E3E4 url("Pictures/back-grad.png") top center repeat-x;*/
	/*background: url("Pictures/back2.jpg") top center repeat-x;*/
	background: url("Pictures/back.gif");
}

input[type='text']
{
	border:1px solid #ccc;
}

fieldset
{
	padding: 10px 20px;
}

#backme
{
	margin:0;
	padding:0px;
	/*background:#E1E3E4 url("Pictures/back_orna.png") top center no-repeat;*/
	background: url("Pictures/shadow2.png") top center repeat-x;
	position: relative;
	top: -1px;
}

#main
{
	position:relative;
	margin:1px auto;
	text-align:left;
	width:940px;
	padding:15px 38px 0;
	overflow:hidden;
	font-size: 120%;
	line-height: 1.4;
	background: url("Pictures/main-back.png") top center repeat-y;
}

#topdiv
{
	width:940px;
	overflow:hidden;
	padding: 2px 0px 8px;
}

#topmenu
{
	background: url("Pictures/banner-top.png") 0px 6px no-repeat;
	height: 92px;
	padding: 6px 0px;
	border-top: 1px dotted #BEBEBE;
	border-bottom: 1px dotted #BEBEBE;
	margin-top: 10px;
}

#content
{
	color:#222;
	overflow:hidden;
	width:940px;
	padding:0px 0px;
	font-size: 110%;
	margin: 15px 0px;
	/*background: url("Pictures/shadow-right.png") top left no-repeat;*/
	/*border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;*/
}

#footer
{
	width:880px;
	margin:10px 30px;
	padding:15px;
	font: 8pt "Trebuchet MS",Arial,sans-serif;
	border-top: 1px dotted #BEBEBE;
}

/* boxy v contente */

div #menubox
{
	position:relative;
	float:left;
	width:280px;
	/*margin-left:15px;*/
	/*margin-top: 15px;*/
	padding: 0;
}

.menuenvelope
{
	/*margin-left:15px;*/
	/*margin-top: 15px;*/
	padding: 15px 0px 15px 15px;
	background: url("Pictures/menu-back.gif") repeat-y;
}

div #logobox
{
	/*margin-top: 15px;*/
	padding: 25px 0px 15px 0px;
	text-align: center;
}

div #textbox
{
	position:relative;
	float:right;
	margin:auto;
	width:560px;
	padding:15px 20px 0px 50px;
	text-align:left;
	border-left: 1px dotted #aaa;
	line-height: 150%;
	/*background: url("Pictures/shadow-left.png") top right no-repeat;*/
}

/* doplnkove styly pre logo */


#topdiv #mylogo
{
	position:relative;
	float:left;
	top:0px;
	width:190px;
}

