body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	background: #A8BEB0;
	text-align: center;
	margin-top: 5px;
}

#container {
background: #fff;
width: 760px;
margin: 0px auto;
padding: 0px;
border:1px solid #32749A;
}


#header {
background-image: url(images/header.jpg);
background-position: right;
background-repeat: no-repeat;
border-top: 1px solid #32749A;
border-bottom: 1px solid #32749A;
height: 120px;
}


#main {
background: #fff;
border-bottom: 1px solid #32749A;
}



#midcontent {
	padding: 15px 10px;
	color: #000000;
}


#side {
width: 150px;
background: #fff;
border-right: 1px solid #ccc;
}


.box1 {
	padding: 5px;
	color: #666;
	
}


.box2 {
	padding: 8px;
	
	
}
.box3 {
	padding: 0 10px;
	margin: 20px;
	border-left:1px solid #32749A;	
}



/*Text Stuff*/

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	padding: 0;
	text-align: left;
	margin-bottom: 0px;
}


p{
	padding: 3px 0;
	margin: 3px 0;
	font-size: 9pt;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}


h1, h2, h3, h4, h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #32749A;
	padding: 3px 0;
	margin: 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED7D00;
}

h2 {
font-size: 14pt;
font-weight: normal;
border-bottom: 1px solid #ED7D00;
color: #32749A;
padding: 3px 0;
margin: 3px 0;
}

h3 {
font-size: 12pt;
font-weight: normal;
color: #32749A;
border-bottom: 1px solid #ED7D00;
padding: 3px 0;
margin: 3px 0;
}

#navcontainer {background: #fff; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px 0 3px 20px;
width: 132px;
background-image: url(assets_koutnik/link.gif);
background-repeat: no-repeat;
line-height: 17px;
}

#navcontainer a:link
{
color: #32749A;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(assets_koutnik/hover.gif);
background-repeat: no-repeat;
text-decoration: underline;
color: #6E97A8;
}


a:link {
	color: #423731;

}

a:visited {
  color: #666;
}

a:hover {
	text-decoration: none;
}

.inline {
display:inline;
float: right;
padding: 0px 5px 0px 0px;
}
