html{
	width: 100%;
}

body{
	background-image: url(../images/bg.jpg);	
	margin: 0px auto 0px auto;
	width: 783px;
	text-align: center;
	color: #585858;
	font-size: 0.70em;	
}

a{
	text-decoration: none;
	color: red;
	font-weight: bolder;
}

a:hover{
	text-decoration: underline;
}

.page{
	width: 765px;
	background-image: url(../images/page_bg_gray.jpg);
	background-repeat: repeat-y;
	padding: 0px 9px 0px 9px;
	text-align: left;
}

#header{	
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 102px;
}

body.lang_sk #header{
	background-image: url(../images/top_bg_sk.jpg);	
}

body.lang_en #header{
	background-image: url(../images/top_bg_en.jpg);	
}

#header a img{
	border: 0px;
}

#header .logo{
	display: block;
	float: left;
}

#header ul{
	float: left;
	margin: 0px;
	padding: 0px;
}

#header ul li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header ul.navlinks{
	padding-top: 50px;
	padding-right: 10px;
	float: right;
}

#header ul.languages{
	padding-top: 10px;
	padding-right: 20px;
	float: right;
}


#left{
	float: left;
	width: 210px;	
}

#left h1{
	margin: 0px;
	padding: 0px;
}

#left p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 0.8em;
}

#left p.nadpis{
	color: #c41b32;
	font-size: 1em;
}

#center{
	float: right;
	width: 555px;
	background-image: url(../images/up-3.jpg);	
	background-repeat: no-repeat;
}

#center h1{
	text-align: center;
	font-size: 1.3em;
	margin: 0px;
	color: #5c0001;
}

#center h2{
	padding: 0px;
	margin: 0px;
	height: 33px;	
	background-image: url(../images/back-but-4.jpg);
	background-repeat: repeat-x;	
}

#center h2.own{
	font-size: 1em;
	line-height: 27px;
	vertical-align: middle;
}

#center p.scop{
	clear: both;
	background-image: url(../images/skop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 555px;
	height: 202px;
}

#footer{
	clear: both;
	background-image: url(../images/end.jpg);
	background-repeat: no-repeat;
	height: 79px;
	text-align: center;
}

#footer ul{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 0.9em;	
}

#footer ul li{
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	color: #ffffff;
	font-weight: bolder;
}

#footer ul li a{
	color: #ffffff;
	font-weight: bolder;
}

input, textarea{
	border: 1px solid #999999;
}
