/*
	Main Section / Defaults
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#wrapper {
	width: 775px;
	margin: 0 auto;
}

/* header */
#header {
	width: 775px;
	height: 356px;
	background: #fff url(../img/header-bg.jpg) no-repeat top right;
}

#header h1 {
	display: none;
}

/* content */
#content {
	width: 775px;
	float: left;
	margin-top: 1px;
	background-color: #434049;
	background: #434049 url(../img/bg.gif) repeat-y top left;
	min-height: 265px;
}

#content div#menu {
	width: 190px;
	float: left;
	background-color: #225491;	
}

#content div#menu ul {
	list-style: none;
}

#content div#menu ul li {
	width: 158px;
	height: 24px;
	padding-top: 22px;
	padding-left: 20px;
	background-image: url(../img/manu-dot.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #d3dde9;
}

#content div#menu ul li a:link,
#content div#menu ul li a:active,
#content div#menu ul li a:visited {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#content div#menu ul li a:hover {
	text-decoration: underline;
}

#content div#content-itself {
	width: 564px;
	padding: 10px;
	float: left;
	border-left: 1px solid #fff;
}

#content div#content-itself h2 {
	font-size: 20px;
}

/* footer */
#footer {
	width: 765px;
	height: 20px;
	font-size: 11px;
	margin-top: 1px;
	padding-right: 10px;
	line-height: 20px;
	clear: both;
	background-color: #817d8b;
	text-align: center;
	color: #fff;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #225491;
	text-decoration: none;
}

/*
	Elements defaluts
*/
a:focus {
	outline: none;
}

p {
	padding-top: 10px;
	text-align: justify;
}

.fotka {
	display:block; 
  	color: 1px solid #FFFFFF;
	border: 1px solid #FFFFFF;
}

h2{
	padding-bottom: 15px;
}


a:link {  color: #87A5C7; text-decoration: none;}
a:visited {  color: #87A5C7; text-decoration: none;}
a:hover {   color: #225491; text-decoration: none;}
