/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}
.clear{
	clear:both;
}
.clear20{
	clear:both;
	height:20px;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #4e5d67;
	text-align:justify;
	
}

body{
	margin: 0;
	padding: 0;
	background-color:#82aa30;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(graphics/bg.jpg);
}
#site{
	width:900px;
	margin:auto;
	min-height:600px;
}
#left{
	float:left;
	width:256px;
	min-height:643px;
	padding-top:354px;
	position:relative;
}
#right{
	float:left;
	width:644px;
	min-height:993px;
	position:relative;
}
#baner{
	width:644px;
	height:292px;
	padding-top:27px;
}
#content{
	width:546px;
	min-height:552px;
	background-color:#fff;
	padding-left:50px;
	padding-top:36px;
	padding-right:48px;
	padding-bottom:36px;
}
.menu-element-n{
	width:232px;
	height:26px;
	padding-top:16px;
	padding-left:24px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(graphics/menu-n.gif);	
}
.menu-element-a{
	width:232px;
	height:26px;
	padding-top:16px;
	padding-left:24px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(graphics/menu-a.gif);	
}
.active{
	font-family:Arial;
	font-size:13px;
	color:#259206;
	text-transform:uppercase;
	text-decoration:none;
}
.normal{
	font-family:Arial;
	font-size:13px;
	color:#4e5d67;
	text-transform:uppercase;
	text-decoration:none;
}
.menu-br{
	width:240px;
	height:1px;
	background-color:#fff;
}
#kontakt-box{
	position:absolute;
	top:699px;
	left:24px;
	width:256px;
	height:127px;
	font-family:Arial;
	color:#4e5d67;
	line-height:18px;
}
#home{
	width:244px;
	min-height:500px;
	float:left;
}
#home-news{
	width:266px;
	min-height:500px;
	float:left;
	margin-left:36px;
}
.newsTitle{
	color:#009036;
	font-weight:bold;
	font-size:12px;
	padding-bottom:4px
}
.newsDate{
	font-size:10px;
	padding-bottom:4px
}
.newsContent a{
	color:#4e5d67;
	text-decoration:none;
}
.newsTitle a{
	color:#009036;
	text-decoration:none;
}
#footer{
	width:256px;
	height:86px;
	position:absolute;
	top:855px;
	left:3px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
#footer a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-family:arial;
}
#footer a span{
	color:#faf704
}
.title{
	color:#009036;
	text-decoration:none;
}
.title2{
	color:#58666f;
	text-decoration:none;
}
.img-title a{
	font-weight:bold;
	color:#4E5D67;
	text-decoration:none;	
	text-transform:uppercase;
}
.img-title{
	padding-top:6px;
}
#gallTitle a{
	color:#4E5D67;
	text-decoration:none;
	font-weight:bold;
}
#gallTitle{
	padding-bottom:20px
}
#gallery-home{
	width:644px;
	height:158px;
	margin-top:9px;
	background-color:#dbdbdb;
	margin-bottom:30px;
}
#logo{
	width:237px;
	height:295px;
	position:absolute;
	top:23px;
	left:23px;
}
#logo2{
	width:237px;
	height:236px;
	position:absolute;
	top:10px;
	right:-240px;
}
/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}


label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;

}

input.contact,
textarea {
	float: left;
	border: 1px solid #c6ccd2;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:248px;
}

textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}


form{
	margin: 0;
	width:251px;
}

