body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background:url(images/body1.jpg) center no-repeat;*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 18px;
	margin:15px 0 5px 15px;
	color:#18446a
}

h3 {
	font-size: 16px;
	margin:15px 0 15px 15px;
	color:#18446a
}

p{
	line-height:20px;
	margin:20px 0
}

ul{
	margin:15px 15px;
	list-style-type:disc;
	line-height:22px;
}

#menu {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: #5a95ca url(images/button1.png) repeat-x 0 -60px;
	padding: 0;
	/*border-top:1px solid #3e92d5;*/
	position:relative;
}

#menu ul {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width:140px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 30px 0 10px 20px;
	background: url(images/button1.png) repeat-x 0 0;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
	color: #fff;
	border: none;
	z-index:998;
}

#menu span {
	display: block;
	margin-right: 1px;
	padding: 30px 0 10px 20px;
	background: url(images/button1.png) repeat-x 0 -60px;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
	color: #fff;
	border: none;
	z-index:997;
}

#title_bar {
	display: block;
	padding: 10px;
	background: url(images/button1.png) repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	color: #fff;
	border: none;
}

#footer_bar{
	padding: 3px;
	background: url(images/button1.png) repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #fff;
	border-top: 4px solid #978f8f;
}

#footer_bar span{
	display:block;
	text-align:center
}

#footer_bar a{
	color:#fff;
	font-weight:bold
}

.content {
	margin:0;
	padding:3px 7px;
	background-color:#fff;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}

#kontakt{
	position:relative;
	padding:30px
}

#kontakt table{
	margin:5px 0 0 25px;
	padding:0;
}

#kontakt p{
	margin:0 0 0 25px;
	padding:0;
	line-height:18px;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:560px;
	overflow:hidden;
	position:relative;
	display:none;
	border-bottom:1px solid #978f8f;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div {
	width:560px;
	height:250px;
	display:block;
}

.slides_container div img {
	display:block;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:101;
	margin:5px 0;
	width:75px;
}

.pagination li {
	float:left;
	margin:0 3px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	background-color:#000;
	border:1px solid #a99d9d;
	filter:alpha(opacity=50);
	opacity:0.5;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-color:#978c8c;
	border:1px solid #b8abab;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}


input[type="text"]
{
width:170px;
display:block;
}

textarea {
    resize: none;
}

#gallery_table{
	border:0;
	padding:0;
	margin:0 auto;
	border-collapse:collapse;
}

#gallery_table td{
	padding: 5px
}

#gallery_table img{
	display:block
}

input.submit{
height:25px;
width:100px;
border:none;
background:transparent url('images/button1.png') repeat-x 0 -7px;
font-size:13px;color:#fff;
font-weight:normal;
cursor:hand;cursor:pointer;
margin-top:15px
}

.imgOpa
{
    opacity:0.4;
    filter:alpha(opacity=40);
}

#flags{
	margin:0;
	padding:0;
	list-style: none;
}

#flags li{
	float:left;
	margin-right:15px;
	border:1px solid #d1cece;
	filter:alpha(opacity=100);
	opacity:1;
}

#flags img{
	display:block
}