html {
	margin: 0;
}

body{
	background-color: #317aa1;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
	width:100%;
	color: #000000;
	margin: 0 auto;
	width: 970px;
	text-align: center;
}

img{
	border: 0;
}

p {
	margin: 0;
}

#container{
	float: left;
	*float: none;
	
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	/*text-align: center;*/
	position: relative;
}

#left{
	background-color: #fff;
	width: 200px;
	float: left;
	/*border-right: 1px solid #cccccc;*/
	
}
#right{
	background-color: #fff;
	width: 200px;
	float: left;
	margin-left: 5px;
	/*border-right: 1px solid #cccccc;*/
	
}

#header{
	background-color: #317aa1;
	width: 770px;
	height: 250px;
	float: left;
	position: relative;
	text-align: left;
	/*margin-left: 4px;*/
}

#header img {
	border: none;
	/*margin-left: -375px;
	margin-top: -1px;*/
	width: 770px;
	height: 250px;
	float: left;

	
}

#menu{
	background-color: #ffffff;
	width: 690px;
	height: 35px;
	float: left;
	margin: 0 auto;
	margin-top: 0px;
	/*text-align: left;*/
}

#content{
	margin-left: 5px;
	background-color: #ffffff;
	width: 555px;
	float: left;
	text-align: left;
}

#content_l{
	background-color: #FFFCC0;
	margin-left: 15px;
	width: 220px;
	height: 500px;
	float: left;
}

#content_m{
	background-color: blue;
	margin-left: 15px;
	width: 220px;
	height: 500px;
	float: left;
}
#content_r{
	background-color: blue;
	margin-left: 15px;
	width: 220px;
	float: left;
}
#footer_upper{
	background-color: #eeeeee;
	width: 970px;
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#footer_lower{
	background-color: #DDDDDD;
	width: 970px;
	line-height: 1.5;
	float: left;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.module {
	text-align: justify;
	/*background-color: #CCCCCC;*/
	background-color: #d3e7f1;
	/*border: 1px solid #000;*/
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}
.module_grayframe {
	text-align: justify;
	/*background-color: #CCCCCC;*/
	/*background-color: #d3e7f1;*/
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}
.module_noframe {
	text-align: justify;
	background: none;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}
.module-header {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #0C90B7;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	text-align: left;
	background-repeat:no-repeat;
}
.module-content {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding:10px;
	background-image:url(../gfx/module-grad.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.module-footer{
	background-color: #CCCCCC;
	width: 198px;
	font-size: 1px;
	height: 1px;
	margin: 0 auto;
}
.module-footer-left {
	clear: left;
	width: 50%;
	height: 4px;
	background-image:url(../gfx/btm-left.png);
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	float:left;
	font-size: 1px;
	margin-left: -1px;
}
.module-footer-right {
	width: 50%;
	height: 4px;
	background-image:url(../gfx/btm-right.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	float:right;
	font-size: 1px;
	margin-right: -1px;
}
.gallery_demo{width:650px;float:left;}
.kraje_bigimg{
	width: 350px;
	height: 250px;
}
.kraje_thumb{
	width: 100px;
	height: 75px;
}
.flaga{
	border: 1px solid black;
	width: 50px;
}
.kraj{
	float: left;
	margin: 25px;
	height: 75px;
	width: 75px;
	text-align:center;
}
.kraje_opis{
	font-size: 10px;
	width: 300px;
	margin-top:-4px;
}
.logo-stopka{
	margin: auto 2px;
	float: left;
	
}

.box {
	padding: 10px 0;
	font-size: 11px;
	z-index: 0;
	position: relative;
}

.box_header {
	/*padding-top: 5px;*/
	margin: 0;
	text-align: center;
	text-indent: 0;
	font-weight: bold;
	font-size: 13px;
}
a{
color: #317aa1;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
input, select{
border: 1px solid #999999;
}
input:hover,select:hover{
border: 1px solid #0000CC;
}
