/*
---------------------------------
 Standard eCMS-light Templet CSS
--------------------------------- */
@import "shop.css";      /* Load shop CSS  */
@import "admin.css";     /* Load admin CSS  */

body {
	margin: 10px 0 0 0;
	background: #fff url("../img/bgBody.jpg") repeat-x left top;
}
a:link {
	color:#728c99;
	text-decoration:none;
}
a:visited {
	color:#728c99;
	text-decoration:none;
}
a:hover {
	color:#728c99;
	text-decoration:underline;
}
a img {
	border-width: 0;
}

/* Content
----------------------------------------------- */
#content {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}
#left {
	float: left;
	width: 200px;
	margin: 5px;
	background: #fff url("../img/bgNav.jpg") repeat-x left top;
}
#main {
	width: 560px;
	float: right;
	min-height: 420px;
}
#main2 {
	padding: 10px 10px 10px 10px;
}
#main2 h1 {
	font-size: 1.0em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Hide from IE5-mac \*/
* html #left	{ margin-right: -3px; }
* html #shopKorg{ margin-right: -3px; }
* html #main	{ height: 1%; margin-left: 0; }
/* End IE5/mac hide */ 

/* Top
----------------------------------------------- */
#Top {
	background: url("../img/bgTop.jpg") no-repeat left top;
	width: 780px;
	height: 120px;
}
#Top h1 {
	margin:0;
	font-size: 35px;
	color: #728c99;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

#logoPlaceHolder {
	width: 170px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 10px;
	left: 15px;
}

/* Footer
----------------------------------------------- */
#siteFooter {
	float: left;
	width: 770px;
	margin: 10px 0 0 0;
	padding: 3px 10px 5px 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	text-align: right;
	border-top: 1px solid #e1e1e1;
}
#siteFooter a {
	color: #728c99;
	font-size: 10px;
	text-decoration: none;
}
#siteFooter img {
	margin: 0 10px 0 35px;
	vertical-align: middle;
}

/* Navigator
----------------------------------------------- */
#Nav {
	width: 170px;
	float:left;
	padding: 5px;
	margin: 0;
}
#Nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Nav ul li {
	margin: 0 0 2px 0;
	border-bottom: 1px solid #edeae3;
}
#Nav ul li a {
	width: 170px;
	height: 12px;
	line-height: 12px;
	padding: 0px 0 4px 19px;
	display: block;
	color: #36342f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: url("../img/navArrow_off.gif") no-repeat left top;
	font-weight: bold;
}
#Nav ul li a:hover {
	color: #4895bc;
	background: url("../img/navArrow_on.gif") no-repeat left top;
}

/* Posts
----------------------------------------------- */
.post {
	margin-bottom: 1.0em;
	border-bottom: 1px solid #999999;
}
.post-title {
	margin: .25em 0 0;
	padding:0 0 4px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
	font-family: Arial,Verdana,Sans-serif;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration: none;
	color: #728c99;
	font-weight: normal;
}
.post-title strong, .post-title a:hover {
	color: #333;
}
.post-body p {
	font: 0.7em Arial,Verdana,Sans-serif;
	color: #4d4d4d;
}
.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 Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing:.1em;
}
.post-footer em {
	font-style:normal;
	color: #999;
	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 {
	width: 365px;
	font: 12px Arial,Verdana,Sans-serif;
	background-color: #f1f1f1;
	margin: 0 auto;
}

#comments .comments-titel {
	font: 20px Arial,Verdana,Sans-serif;
}

#comments h2 {
	margin: .25em 0 0;
	padding:0 0 4px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	color: #728c99;
	font-family: Arial,Verdana,Sans-serif;
}

#comments p {
	border-bottom: 1px solid #BFC4CB;
	font: 10px Arial,Verdana,Sans-serif;
	color: #8A8E93;
	padding: 5px 0px 5px 0px; 
}

#comments2{
	padding: 15px;
	margin-top: 10px;
	width: 365px;
}

/* Comment New
----------------------------------------------- */

fieldset {
	padding: 10px;
	font-weight: bold;
}

legend {
	padding: 0px 5px 0px 5px;
}

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/bgInput.gif") repeat-x left top;
}

fieldset input {
	padding: 5px;
	margin-right: 5px;
	width: 245px;
	border: 1px solid #989CA0;
	background:#FFF url("../img/bgInput.gif") repeat-x left top;
}

fieldset .submit {
	padding: 3px;
	width: 65px;
	border: 1px solid #989CA0;
}
