@charset "utf-8";
/* CSS Document */

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 18px;
	background-color: #D3D8DE;
	}
	div#mainframe {
		width: 780px;
		border: 1px solid #000000;
	}
	div {
		text-align: left;
	}
	div#header {
		height: 205px;
	}
	div#mainmenu {
		height: 61px;
	}
	div#footer {
	height: 26px;
	background-image: url(images/podstranka_10.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 31px;
	padding-top: 7px;
	font-size: 10px;
	}
	div#footer a {
		color: #CCCCCC;
		background-color: inherit;
		text-decoration: underline;
	}
	div#footer a:hover {
		text-decoration: none;
	}
	div#content {
	height: auto;
	min-height: 301px;
	background-color: #061323;
	padding-left: 28px;
	padding-right: 31px;
	}
	* html div#content {
		height: 301px;
	}
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
	h1 {
	color: #95A8B7;
	background-color: inherit;
	text-transform: uppercase;
	font-size: 14px;
	}
	h2 {
		font-size: 13px;
	}
	h3 {
		font-size: 11px;
	}
	div#content a {
	color: #95A8B7;
	background-color: inherit;
	text-decoration: underline;
	}
	div#content a:hover {
		text-decoration: none;
	}
	img.imageBorder {
		border: solid 7px #ffd200;	
	}

