﻿@import url('rounded.css');
@import url('transparent.css');
@import url('bockmark.css');
/* alg ----------------------------------------------------------------*/
/* Navigation, Branding ---------------------------------------------*/
/*Scrollbalke erzwingen, gegen "springendes Layout"*/
html {
	min-height: 100.05%;
}
html, body, #body {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url("../images/img01.png") repeat-x;
	font-family: "Lucida Grande", "Segoe UI", "Lucida Sans Unicode", Verdana, Arial, Tahoma, Sans Serif;
	font-size: 11px;
	color: #666666;
}
cursor {
	cursor: default;
	cursor: pointer;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, Serif;
	font-weight: bold;
}
h1:first-letter {
	font-size: 1.85em !important /*Non-IE6*/;
	font-size: 2.4em /*IE6*/;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1em;
}
ul {
	list-style-image: url("../images/img07.gif");
}
li ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #666D24;
}
a:hover {
	border-bottom: 1px #666D24 dotted;
}
p {
	line-height: 1.3em;
	font-size: 1.1em;
	text-align: justify;
}
/*---------- Images ----------*/
img.small {
	background-color: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 6px;
}
img.float-right {
	margin: 3px 0px 6px 6px;
}
img.float-left {
	margin: 3px 6px 6px 0px;
}
img:hover.small {
	border: 1px solid #669900;
	background-color: #fff;
}
img.flower {
	float: right;
	margin: 0 20px 0 0;
}
img.border {
	margin: 14px 0 0 6px;
	padding: 4px;
	border: 1px solid #CCC;
}
/*---------- alignment classes ----------*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/*---------- Header ----------*/
#logo {
	width: 900px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
	letter-spacing: -2px;
	background: transparent url("../images/logo/logomain_88.png") no-repeat 720px 1px !important /*Non-IE6*/;
	background: transparent url("../images/logo/logomain_88.gif") no-repeat 720px 1px;
}
#logo img {
	border: 0 none;
}
#logo h1, #logo p {
	float: left;
	margin: 0 auto;
	color: #F7FBCE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logo h1 {
	padding: 20px 0 0 0;
	font-size: 3em;
	font-family: "Times New Roman", Times, Serif;
}
#logo a {
	border: none;
	text-decoration: none;
	color: #F7FBCE;
}
#logo a:hover {
	color: #FFFFFF;
}
#logo p {
	padding: 52px 0 0 8px !important /*Non-IE6*/;
	padding: 50px 0 0 8px /*IE6*/;
}
#logo .pic {
	position: relative;
	margin: 0 auto;
	padding: 0;
	float: right; /* change the values of left and top to adjust the position of the slogan */;
	top: 8px;
	right: 8px;
	border: none;
}
/*---------- Menu ----------*/
#menu {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	background: transparent url("../images/logo/logomain_88s.png") no-repeat 720px 0px !important /*Non-IE6*/;
	background: transparent url("../images/logo/logomain_88s.gif") no-repeat 720px 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	z-index: 0;
}
#menu ul li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 22px;
	line-height: 10px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background: #93973F;
}
#menu .current_page_item a {
	background: #FFFFFF url("../images/img02.gif") repeat-x;
	color: #666D24;
}
#menu .current_page_item a:hover {
	background: #FFFFFF url("../images/img02.gif") repeat-x;
	color: #666D24;
}
#menu img.flag {
	margin: -10px;
	padding: 6px;
	border: 0 none;
}
/*---------- Page ----------*/
#page {
	width: 898px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF url("../images/img03.gif") repeat-y;
}
/*---------- Content ----------*/
#content {
	float: left;
	width: 448px;
}
/*---------- Post ----------*/
.post {
	width: 99%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #F2F2F2;
	line-height: 200%;
	background: transparent url("../images/flower2.png") no-repeat center 22px !important /*Non-IE6*/;
	background: transparent url("../images/flower2.gif") no-repeat center 22px;
}
/*---------- Latest Post ----------*/
#latest-post {
	padding: 0 20px;
	border: 1px solid #E7E7E7;
}
.title {
	margin: 0;
}
.title a {
	border-bottom: none;
}
.title a:hover {
	border-bottom: 1px dotted #666D24;
}
.byline {
	margin: 0 0 20px 0;
}
.entry {
	padding: 0 20px;
	text-align: justify;
}
.links {
	border-top: 1px #F2F2F2 solid;
	text-align: right;
	font-weight: normal;
}
.links .date {
	padding-left: 13px;
	margin: 0 5px 0 15px;
	background: url("../images/date.gif") no-repeat left center;
	border: none;
}
.links a {
	padding-left: 15px;
	margin: 0 0 0 15px;
	background: url("../images/img04.gif") no-repeat left center;
	border: none;
}
.links a:hover {
	border-bottom: 1px dotted #666D24;
}
/*---------- Sidebar Boxes ----------*/

/*---------- Sidebar ----------*/
#sidebar1 {
	background-color: transparent;
}
.sidebar {
	float: left;
	width: 210px;
	padding: 0 2px 0 2px;
	border-right: 1px #F2F2F2 solid !important /*Non-IE6*/;
	border-right: 1px #F2F2F2 dotted /*IE6*/;
	border-left: 1px #F2F2F2 solid !important /*Non-IE6*/;
	border-left: 1px #F2F2F2 solid /*IE6*/;
}
.sidebar .a {
	border-bottom: 0 none;
	text-decoration: none;
}
.sidebar ul {
	margin: 0; padding: 0;
	margin-bottom: 10px;
	list-style: none;
}
.sidebar img {
	border: 0 none;
}
.sidebar li {
	padding: 0 0 20px 0;
}
.sidebar li ul {
}
.sidebar li li {
	background: transparent url("../images/img04.gif") no-repeat 10px 9px;
	padding: 0 0 0 25px;
}
.sidebar li li a {
	display: block;
	width: 100%;
	padding: 5px 0px 5px 0;
}
.sidebar li li a:hover {
	display: block;
	width: 100%;
	height: auto;
	background-color: #FBFBF0;
	padding: 5px 0 5px 0;
}
.sidebar li h2 {
	margin: 0 0 2px 0;
	padding: 5px 10px;
	background: transparent url("../images/img02.gif") repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}
.sidebar p {
	padding: 5px 10px;
	margin: 0 0 2px 0;
}
.sidebar .tags {
	text-align: justify;
	letter-spacing: -1px;
}
/*---------- Sidemenu ----------
.sidebar li li#current {
	
}*/
.sidebar li li#current {
	background: none;
	margin: 0;
	padding: 0 0 1px 0;
}
.sidebar ul.sidemenu a {
	display: block;
	width: 185px;
	font-weight: normal;
	height: 1.5em;
	padding: .3em 0 .3em 20px;
	border-left: 5px solid #666D24; /*99CC00*/
	line-height: 1.5em;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}
/* .sidebar ul.sidemenu a.top {
	border-top: 1px dotted #ddd;
} */
.sidebar ul.sidemenu a:hover {
	width: 185px;
	padding: .3em 0 .3em 20px;
	border-left: 5px solid #666D24;
	color: #ddd;
	background-color: #666D24;
}
.sidebar ul.sidemenu a#current {
	padding: .3em 0 .3em 20px;
	border-left: 5px solid #ddd;
	color: #666; 
	background-color: #FBFBF0;
}
/*---------- Search ----------*/
#searchform {
	margin: 0;
	padding: 0;
}
#searchform br {
	display: none;
}
/*---------- Calendar ----------*/
#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}
#calendar_wrap table {
	width: 90%;
}
#calendar_wrap th {
	border-bottom: 1px solid #CCC;
}
#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}
#calendar_wrap tfoot td {
	border: none;
}
#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#prev a {
	border: none;
}
#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#next a {
	border: none;
}
/*---------- Footer ----------*/
#footer {
	clear: both;
	height: 160px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	font: normal 1em/1.1em;
	color: #ddd;
	background: #36381D url("../images/img05.gif") repeat-x;
}
#footer-content {
	width: 880px;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #ddd;
	border-bottom: #666D24 1px dotted;
}
#footer-content a:hover {
	text-decoration: none;
	border-bottom: #828A2F 1px dotted;
	color: #fff;
}
#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content ul.columns li {
	height: 16px !important /*Non-IE6*/;
	height: 12px /*IE6*/;
	background: url("../images/img04.gif") no-repeat 0 4px;
	padding: 0 0 0 14px;
}
#footer-content ul.columns li a {
	display: block;
	font-weight: normal;
}
#footer-content ul.columns li a:hover {
	background-color: #36381D ;
}
#footer p {
	margin-left: 0;
	color: #ddd;
}
#footer h3 {
	margin-left: 0;
	color: #ddd;
	text-transform: uppercase;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
}
input submit {
	margin: 0;
	width: 160px;
	font: bolder 1.2em sans-serif, arial;
	border: 3px double #CCC;
	background: #EFEFE1;
	padding: 4px 3px;
	color: #777;
	cursor: auto;
	cursor: pointer;
}
input submit:hover {
	color: #FFF;
	border: 3px solid #A52A2A;
	background-color: #A52A2A;
	cursor: auto;
	cursor: pointer;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
/* white-space: pre; background: #FAFAFA;
	border: 1px solid #fff; */	
	border-left: 3px solid #666D24;
	overflow:hidden;
}
.vn {
	font-family: "Courier New";
}
.trans {
	background-color: transparent;
}



