/* CSS Document */
*, html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#195200;
}

body {
	background:url(img/body_bg.gif);	
}

#main {
	margin:0 auto 0;
	width:982px;
	background:url(img/main_bg.gif) repeat-y;
}

p {
	padding:5px 0 5px;
}

p#enter {
	font-size:17px;
	text-align:justify;
}

h3, h4 {
	padding-bottom:10px;
	padding-top:5px;
}

h4 {
	font-size:15px;
}

img {
	border:0;
}

#lang {
	text-align:right;
	height:30px;
	line-height:30px;
	padding-right:20px;
	background-color:transparent;
	background:url(img/body_bg.gif);
}

#lang a#active {
	color:#ffcc33;
	text-decoration:none;
}

#lang a {
	color:#fff;
}

#menu {
	background-color:#fff;
	border-top:#ffcc33 solid 5px;
	text-align:center;
	margin-top:5px;
	margin-left:4px;
	margin-right:5px;
	height:23px;
}

#menu ul li {
	display:inline;
	margin-left:20px;
	
}

#menu ul li a {
	color:#308b16;
}

#menu ul li#active {
	background:url(img/arrow.gif) top center no-repeat;
}

#menu ul li#active a {
	color:#ffcc33;
	text-decoration:none;
}

#menu ul {
	border-top:#009933 solid 1px;
	list-style-type:none;	
}

#content {
	padding:15px 10px 15px 10px;
}

#content ul, #content ol {
	margin-left:30px;
}

#content img#box {
	border:#fff solid 3px;
}

#contakt {
	height:100px;
	background:url(img/main_footer.gif) bottom no-repeat;
}

#contakt p {
	padding-top:20px;
	padding-left:140px;
	color:#195200;
	font-size:15px;
}

#contakt a {
	font-size:15px;
}

#contakt img {
	float:left;
}

#coop {
	background:url(img/body_bg.gif);
	color:#fff;
	text-align:right;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}

#coop a {
	color:#fff;
}