
body {
margin: 0;
padding: 0;
font:80% verdana,tahoma,  geneva, arial, helvetica, sans-serif;
background-image: url(../images/background.jpg);
background-repeat: repeat;
color:#474c51;
}

p {
padding: 0 20px 0 20px;
text-align:justify;
}

img {
	margin: 0 20px 10px 0;
}

img.right 
{ border: none; float: right; overflow: hidden; padding: 0; margin: 0 0 12px 12px; border-style:none;}

fieldset{
    padding:       1em;
}

a {
	color:#0151a5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


h2 {
font-size: 110%;
margin: 0;
padding: 0;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
font-size: 92%;
padding: 2px;
margin-bottom: 0px;
}

#threecollayout h3{
	margin-left: 18px;
}

/* hlavní wrapper který vše vycentruje */

#wrapper {
width:654px;
margin:0 auto;
background-position:center;
background-repeat:repeat-y;
background-image: url(../images/background-center.jpg);
padding: 0 20px 0px 20px;
}

/* default masthead holding the banner and mainnav */

#header {
width: 654px;
height: 255px;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primarycontent {
float:left;
width:360px;
}

#secondarycontent{
float:left;
width:270px;
margin: 0 0 20px 15px;
}
/* note here that specifying threecollayout in the body will activate the following div instead of the default primarycontent */

#threecollayout #primarycontent {
float:left;
width:203px;
margin: 0 0 0px 20px;
}

#threecollayout #secondarycontent{
float:left;
width:203px;
margin: 0 5px 0px 5px;
}


#sidecontent{
float:left;
width:203px;
margin: 0;
padding:0;
}

/* just incase onecollayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#onecollayout #secondarycontent, #onecollayout #sidecontent {
display: none;
}

#footer {
	clear: both;
	padding: 1px 0px 10px 0px; 
	border-top: #969a9d 3px solid; 
	text-align: center;
}

#footer a {
	font-weight: bold;
	color:#0151a5;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	padding:0px;
	margin: 10px 0 0 0;
}

#footer li {
	padding-right: 0.5em; display: inline;
	color:#ff9a00;
}

#footer p {
	margin:0;
	border-top: #d1d2d4 2px solid;
	padding: 8px 0px 7px 0px; 
	background-color:#e1e3e2;
	color:#606060;
}

.contenttext{
	margin: 0;
	padding:30px;
	text-align:justify;
}

.page{
	background-image: url(../images/top-page-shadow.jpg);
	background-repeat: no-repeat;
	background-position:top;
	min-height:535px;
	margin: 0;
	padding:0;
}

.page p{
	margin: 0 ;
	padding:20px 20px 0 0px ;
}

.orangetext {
	color:#ff9a00;
}

.centertext {
	text-align: center;
}

.left {
	float:left;
}

.spacer {
	clear: both;
}

.break 
{
	margin: 30px 20px 0 20px;
	padding: 0 0px 20px 0px;
	border-top : #d1d2d4 2px dotted;
}

#history{
	background: #f4f4f4; 
	width:		215px;
	padding:	25px 0px 5px 15px;
	margin: 9px 0 0 0;
}

.history p img {
	 display: block;
	 float: left; 
	 margin: 0px 10px 0px 0px; 
	 width:50px;
	 height:50px;
}

.history a {
	display: block;
	margin: 5px 3px 30px 3px; 
	text-align:left;
	color:#474c51;
}

#displayarea {
	background: #e4e4e4; 
	width:		230px;
	height:		72px;
}

#displayarea img{
	margin:		7px 0 0 0;
}

.galery {
  margin: 0px 3px 4px 0px;

  float: left;
  text-align: center;
}
  
.galery img {
  display: inline;
}

.FormLine {
	float: left;
	clear: left;
	margin-top: 5px;
}
.FormLineLabel {
	float:left;
	clear: left;
	width: 240px;
	padding-left: 60px;
	font-weight: bold;
}
.FormLineInput {
	float: left;
	clear: right;
}

.FormLineMultiInput {
	clear: right;
	padding-left: 60px;
}

.FormInput {
	padding-bottom: 30px;
	padding-top: 30px;
	background:#F4F9F4;
	border: #126ED7 1px solid;
	width:625px
}

.FormValidator {
	float:left;
	clear: left;
	width: 300px;
	padding-left: 60px;
}

.FormButton {
	margin-top: 30px;
	margin-right: 38px;
	float:right;
}

#responseForm{
	background:#F4F9F4;
	border: #126ED7 1px solid;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-left:20px;
	width:280px;
}

.stdSize {
	width: 280px;
}

.fullSize 
{
	margin:15px 0 0 0;
	width: 520px;
}

.gradientTitle{
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
	background:#a8d7e8 url(../images/boxTitle.gif) left top repeat-x;
	padding:1px 0px 1px 0px;
	text-align:center;
	width: 100%;
	margin: 10px 0px 0px 0px;
		
	border: #126ED7 1px solid;
}

.gradbox{
	background:#F4F9F4;
	border-bottom: #126ED7 1px solid;
	border-left: #126ED7 1px solid;
	border-right: #126ED7 1px solid;
	height: 180px;
	padding: 0 0 0 15px;
	margin:0 -2px 0 0px;
}

.gradientTitle h1{
	font-size: 100%;
	line-height:20px;
	padding:1px 0px 1px 0px;
	margin: 0;
	padding: 0;
}

.gradbox p{
	text-align:left;
}

