body {
	font: 85% Arial, Verdana, Sans-Serif;
	word-spacing:1px;
	color:#313131;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

#print{
display:none;
}

#header * {
	margin:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:960px;
	width:960px;
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: 1000px;
}

#innerwrapper {
	margin:1px;
	padding:20px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
}

#header {
	position:relative;
	height:105px;
}

#header img {
	border: 0px;
}

#header input[type=text] {
	width:150px;
	padding:5px;
	border:2px solid #7bb52d;
	font:110% Arial;
	color:#999;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}


#header form {
	padding:22px 25px 20px 25px;
	float:right;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
	font-size:90%;
}


#header .nav {
	position:absolute;
	top:60px;
	clear:both;
	width:910px;
	background:url(../images/nav.jpg) top repeat-x #7bb52d;
	padding: 4px 10px 10px 0;
	border-bottom: 25px solid #6e9634;
}


#header .nav a {
	font: 95% Arial;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	padding: 14px 10px;
	margin: -8px 3px 0 0;
}

#header .nav li a:hover {
	background:#6e9634;
	color:#fff;
}

#header .nav li.active a{
	background:#6e9634;
	color:#fff;
}

#header .nav li {
	display:inline;
	list-style:none;
}

#header .subnav {
	position:absolute;
	background:#6e9634;
	top:35px;
	left:0px;
    width:908px;
	padding: 1px 6px 3px 6px;
	font: 90% Arial;
	display:none;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .active ul, #header li:hover ul{
	display:block;
}


#header .subnav li a {
	font: 100% Arial;
	color:#000;
	text-decoration:none;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	margin-right: 5px;
	
}

#header .subnav li a:hover {
	color:#ffd800;
}

#header .subnav li.active a {
	color:#ffd800;
}




#sidebarright {
	width:170px;
	float:right;
	font:90% Arial;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	color:#777;
	line-height:20px;
	margin:10px 0;
}


#content {
	margin:0 210px 0 0px;
	padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
	font-size:80%;
	text-align:right;
}


p {
	margin-bottom:10px;
	line-height:20px;
}

h1 {
	font:150% "Georgia","Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	color:#51760e;
	margin: 5px 0px 15px 0px;
}

h2 {
	font:135% "Georgia","Lucida Grande","Lucida Sans Unicode","Trebuchet MS";
	color:#6E9634;
	margin: 15px 0px 10px 0px;
}


h2 a {
	color:#51760e;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}

a {
	color:#6E9634;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:122% Trebuchet MS;
	margin:18px 0pt 7px 0px;
	font-weight:bold;
	color:#51760e;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	color:#79B933;
}

#contentnorightbar ul span {
	color:#444;
}

img {
	border:0px;
	margin:0px;
}

form {
	padding: 10px 0px;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}

input[type=text] {
	width:300px;
	padding:5px;
	border: 1px solid #777;
	font-size: 90%;
	color:#777;
}

input[type=submit], input[type=button], button {
	padding:5px;
	background-color: #b6dd6d;
	border: 1px solid #777;
	font-size: 90%;
	color:#313;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #79B5D6;
}


input:focus, textarea:focus {
	border-color: #79B5D6;
	color:#555;
}


textarea {
	width:400px;
	padding:4px;
	font:90% Arial;
	border: 1px solid #777;
	height:200px;
	display:block;
	color:#313;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}


.managepicturecontainer textarea {
	width: 150px;
	height:40px;
}

.managepicturecontainer input {
	padding: 1px;
	width: 50px;
}

.programm td {

  vertical-align: top;
  
}


      
