body {
	padding: 10px;
	background-color: #F3F2F0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


* html body {
	text-align: center;
}


#frame {
	width: 725px;
	margin: auto;
	text-align: left;
	background-image: url(./../images/menu_bg.gif);
	background-repeat: repeat-y;
}

#title,
#title a{
	text-decoration: none;
	color: #666666;
}


#top {
	background-color: #2E9800;
	width: 242px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 10px;
}


* html #top {
	width: 252px;
}


#top a,
#footer a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}


h1 {
	display: block;
	background-color: #79BE30;
	padding: 10px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size: 50px;
	font-weight: normal;
	vertical-align: middle;
	color: #000000;
	margin: 0px;
	background-image: url(./../images/header_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

h1 a {
	color: #000000;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
}


#menu {
	float: left;
}


* html #menu {
	
}


#menu ul {
	margin: 0px;
	padding-left: 35px;
	padding-top: 10px;
}


#menu li {
	padding-bottom: 10px;
	list-style-type: none;
}

#menu h6 a{
	font-size: 10px;
}


#menu a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#content {
	width: 411px;
	background-color: #DFF5C8;
	color: #666666;
	font-size: 11px;
	border-right: 1px solid #79BE30;
	margin-left: 252px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

#content a {
	color: #333333;
}


* html #content {
	width: 469px;
	
}


h2 {
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 30px;
}


#footer {
	margin-left: 252px;
	padding-left: 10px;
	background-color: #2E9800;
	color: #FFFFFF;
	height: 16px;
	background-image: url(./../images/footer_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10px;
	vertical-align: middle;
}


#footer span {
	padding-left: 20px;
}

#footer span a {
	background-image: none;
}

input,
select,
textarea {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	background-color: #DFF5C8;
	border:1px solid #2E9800;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	text-indent : 0px;
	margin: 1px;
	padding: 2px;
}

.button {
	background-color: #FFFFCC;
	width: 100px;
}

#error {
	color: red;
}

h3,
h3 a {
	font-size: 12px;
	border-bottom:1px solid #2E9800;
	text-decoration: none;
}

h4 {
	font-size: 20px;
}

#archive {
	font-size:12px;
	padding-top:20px;
	text-align: right;
}

#close,
#close a {
	color: #333333;
	font-size: 10px;
	padding-top: 20px;
}

#tipps li {
	font-size: 12px;
	padding: 2px;
}

#entry,
#entry a {
	font-size: 15px;
	color: #000000;
	padding-top: 30px;
}

#comment {
	padding-top: 10px;
	border-bottom:1px dotted #2E9800;
}