/*
---------------------------------
 Standard eCMS-light Templet CSS
--------------------------------- */
@import "shop.css";      /* Load shop CSS  */
@import "admin.css";     /* Load admin CSS  */

body {
	background: url("../img/bgBody.gif") repeat-y center;
	margin: 0;


}
a:link {
	color:#639937;
	text-decoration:none;
}
a:visited {
	color:#639937;
	text-decoration:none;
}
a:hover {
	color:#639937;
	text-decoration:underline;
}
a img {
	border-width: 0;
}

/* Content
----------------------------------------------- */
#content {
	width: 782px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* only ie 6 fix \*/
* html #content	{ width: 782px; }
/* only ie 6 fix */ 
#left {
	width: 225px;
	float: left;
}
#main {
	width: 530px;
	float: right;
}
#main2 {
	padding-right: 10px;
}
#main2 h1 {
	font-size: 1.0em;
}
/* Top
----------------------------------------------- */
#Top {
	background: url("../img/bgTop.gif") no-repeat;
	width: 778px;
	height: 150px;
}
#Top h1 {
	margin:0;
	font-size: 20px;
	font-weight: normal;
	color: #436724;
	font-family: Arial,Verdana,Sans-serif;
	text-transform:uppercase;
}

#logoPlaceHolder {
	width: 170px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 10px;
	left: 30px;
}

/* Footer
----------------------------------------------- */
#siteFooter {
	float: left;
	width: 768px;
	margin: 10px 0 0 0;
	padding: 3px 10px 3px 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	text-align: right;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#siteFooter a {
	color: #2f94d2;
	font-size: 10px;
	text-decoration: none;
}
#siteFooter img {
	margin: 0 10px 0 35px;
	vertical-align: middle;
}

/* Navigator
----------------------------------------------- */
#Nav {
	float: left;
	width: 225px;
	padding: 25px 0 25px 0;
	background-color: #639937;
	background:#fff url("../img/bgMenuBottom.gif") no-repeat left bottom;
}
#Nav ul {
	margin: 0;
	padding: 25px 0 0 0 ;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	background:url("../img/bgMenu.gif") no-repeat left top;

}
#Nav ul li {
	background: url("../img/bgMenuItem.gif") no-repeat;
}
#Nav ul li a {		
	border-top: 1px solid #fff;
	display: block;
	height: 11px;
	padding: 4px 0 3px 42px;
	color: #f0f4f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#Nav ul li a:hover {
	color: #436724;
	background: url("../img/bgMenuItemHover.gif") no-repeat;
}

/* Posts
----------------------------------------------- */
.post {
	margin-bottom: 1.0em;
	border-bottom: 1px solid #dedede;
}
.post-title {
	margin: .25em 0 0;
	padding:0 0 4px;
	font-weight: normal;
	font-size: 1.2em;
	color: #436724;
	font-family: Arial,Verdana,Sans-serif;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration: none;
	color: #96bb79;
	font-weight: normal;
}
.post-body p {
	font: 0.75em Verdana,Arial,Sans-serif;
	color: #333;
}
.post p {
	margin:0 0 .75em;
	line-height:1.6em;
	margin: 0 0 5px 0;
}
p.post-footer {
	padding: 0 10px 4px 4px;
}
.post-footer em, .comment-link {
	font: 0.6em Verdana,Arial,Sans-serif;
	text-transform: uppercase;

}
.post-footer em {
	font-style:normal;
	color: #7dcc33;
	margin-right:.6em;
}
.comment-link {
	padding: 0 0 1px 20px;
	background: url("../img/icon_comment.gif") no-repeat 4px 3px;
}  
.post img {
	padding: 4px;
	border: 1px solid #ddd;
}


/* Comment List
----------------------------------------------- */

#comments {
	background:#EAEEF3 url("../img/comments_top.gif") no-repeat left top;
	width: 365px;
	font: 12px Verdana,Arial,Sans-serif;
}

#comments .comments-titel {
	font: 20px Verdana,Arial,Sans-serif;
}

#comments h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: Arial;
}

#comments p {
	border-bottom: 1px solid #BFC4CB;
	font: 10px Verdana,Arial,Sans-serif;
	color: #8A8E93;
	padding: 5px 0px 5px 0px; 
}

#comments2{
	background:#EAEEF3 url("../img/comments_bot.gif") no-repeat left bottom;
	padding: 15px;
	margin-top: 10px;
	width: 365px;
}

/* Comment New
----------------------------------------------- */

fieldset {
	padding: 10px;
	font-weight: bold;
}

legend {
	padding: 0px 5px 0px 5px;
	color: #436724;
}

fieldset textarea {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #989CA0;
	width: 330px;
	height: 100px;
	font-size: 12px;
	font-family: Arial;
	background:#FFF url("../img/input_bg.gif") repeat-x left top;
}

fieldset input {
	padding: 5px;
	margin-right: 5px;
	width: 245px;
	border: 1px solid #989CA0;
	background:#FFF url("../img/input_bg.gif") repeat-x left top;
}

fieldset .submit {
	padding: 3px;
	width: 65px;
	border: 1px solid #989CA0;
	background:url("../img/button_left.gif") no-repeat -1px -1px;
}


