


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

#user {
  margin-top: 0px;
  	color: black;
	margin-left: 790px;
	padding-top: 110px;
	position: absolute;
}


body {
	color: white;
	background: #A9D63F url("images_tag/header.jpg") repeat-x;
	margin: 0 auto;
	
}

#wrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	background-repeat: repeat-y;
	background-image: url(/images/Hintergrund.jpg);
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 20px;
}

#navigation {
	margin-top: 205px;
	margin-left: 15px;
	width: 770px;
	height: 37px;
}

#content {
	background-color: #f1ffc0;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-style: none;
	font-size: 1em;
	text-align: justify;
	background: url("images_tag/px-ct.png");
	float: left;
	margin-bottom: 10px;
	width: 505px;
}

#searchbar {
	float: right;
	background: url(images_tag/sb-search-bg.jpg) no-repeat;
	margin-bottom: 10px;
	height: 50px;
	width: 200px;
}

#sidebar {
	color: black;
	background-color: #e08a3b;
	background: url(images_tag/px-sb.jpg);
	float: right;
	margin-left: 6px;
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
}

#footer {
	color: black;
	background: url("images_tag/px-ct.png");
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	width: 770px;
}
/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	background: url("images_tag/tabLeft.jpg") no-repeat;
	float: left;
	height: 37px;
	margin-right: 1px;
	padding-left: 11px;
}
#navigation a {
	color: #fee614;
	background: url("images_tag/tabRight.jpg") no-repeat 100% 0;
	display: block;
	float: left;
	height: 31px;
	padding-right: 11px;
	padding-top: 6px;
}

#navigation ul li.current_page_item {
	background: url("images_tag/tabLeft.png") no-repeat 0 100%;
}
#navigation ul li.current_page_item a {
	background: url("images_tag/tabRight.png") no-repeat 100% 100%;
}
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #4eb82e;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #f7ae16;
	text-decoration: none;
}
a:hover {
	text-transform: none;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 20px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #498001;
	font-size: 34px;
}
#header h2 {
	color: white;
	font-size: 18px;
	font-weight: normal;
}

#navigation a {
	font-size: 15px;
}

#content .post small {
	font-size: 12px;
	font-style: italic;
	position: absolute;
}

#content .post p {
	margin-top: 10px;
}

#sidebar ul li h2 {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
	color: #fee614;
	font-size: 15px;
}

#wp-calendar caption {
	color: #1a5b09;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #1a5b09;
	font-weight: bold;
	text-transform: capitalize;
}

#footer .footer-box-content,
#footer .footer-box-content a {
	font-style: italic;
}
/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
	position: static;
	text-align: left;
	margin-left: 15px;
	list-style: none;
}

#sidebar ul li ul li a {
	max-width: 130px;
	min-width: 100px;
	border-style: none;
	display: block;
	height: 1%;
	color: #F7AE16; 
}

#sidebar ul li ul li a:hover {
	width: 200px;
	background-repeat: no-repeat;
	text-align: left;
	background: #F9630D;
}

#sidebar ul li ul li ul li a {
	padding-left: 20px;
}
#sidebar ul li ul li ul li a:hover {
	background: #b0c941;
}

#sidebar .textwidget {
	text-align: left;
	padding: 0 15px;
}


#content ul,
#content ol,
ol.commentlist {
	margin: 0 0 0 30px;
	list-style-position: outside;
}
ol.commentlist li {
	margin: 10px 0;
	padding: 5px;
	position: relative;
}

ol.commentlist li ul li,
ol.commentlist li ol li {
	margin: 0;
	padding: 0;
}
/* END LISTS
----------------------------------------------------------- */



/* BEGIN FORMS
----------------------------------------------------------- */
#commentform input {
	width: 200px;
}
#commentform textarea {
	width: 95%;
}

#commentform #submit {
	float: right;
	width: auto;
}
#commentform p {
	padding: 5px 0;
}

#content form div {
	text-align: center;
}

#sidebar #sbar-searchform input {
	margin: 2px 0;
}

#searchbar form#sbar-searchform {
	height: 50px;
	margin: 11px 15px 0 15px;
	height: 1%; /* IE :( */
}
#searchbar form#sbar-searchform #sbar-s {
	float: left;
	margin-top: 4px;
	width: 120px;
}
#searchbar form button#sb-searchsubmit,
#searchbar form button#sbar-searchsubmit {
	background: none;
	border: none;
	float: right;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content .post img {
	border: 0px solid #cce04d;
	padding: 2px;
	margin: 2px;
}

#content .post img.left {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-top: 5px;
	display: inline;
	float: left;
}
#content .post img.right {
	margin-left: 2px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	display: inline;
	float: right;
}
#content .post img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post h2 a {
	display: block;
	width: 450px;
}

#content .post {
	position: relative;
	margin: 0 0 20px 0;
}

#content .entry {
	background: url("images_tag/post-divider.png") no-repeat 0 100%;
	margin: 20px 0 10px 0;
	padding-bottom: 20px;
}

#content a.commentslink {
	margin-right: 0px;
	background: url(images_tag/comments-bubble.jpg) no-repeat;
	display: block;
	font-size: 20px;
	font-style: italic;
	height: 41px;
	padding-top: 4px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: center;
	width: 57px;
}
#content .post small {
	background: url("images_tag/icons/time.gif") no-repeat;
	display: block;
	font-style: italic;
	height: 16px;
	padding-left: 20px;
	text-align: right;
}

#content .post span.editlink {
	background: url("images_tag/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 65px;
	text-align: right;
}
#content .post span.editlink-single {
	background: url("images_tag/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	text-align: right;
}
#content .commentlist span.editlink {
	background: url("images_tag/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	margin: 0 10px 0 0;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}


#content blockquote {
	border-left: 5px solid #cce04d;
	margin: 15px 30px 0 10px;
	padding-left: 10px;
}
#content .commentlist blockquote {
	background: #fff;
}

#content .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}


.navigation {
	display: block;
	padding: 0 0 30px 0;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}

.bildschatten2 {
  background: url(images_tag/bildschatten2.jpg) no-repeat bottom left;
  padding: 4px 4px 15px 8px;
}

.bildschatten1 {
  background: url(images_tag/bildschatten1.jpg) no-repeat bottom left;
  padding: 12px 4px 20px 12px;
}




/* END OTHER
----------------------------------------------------------- */


/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content {
   background: #f3fbc2;
}
.content-box-top div {
   background: url("images_tag/content-box-tl.jpg") no-repeat top left;
}
.content-box-top {
   background: url("images_tag/content-box-tr.jpg") no-repeat top right;
}
.content-box-bottom div {
   background: url("images_tag/content-box-bl.jpg") no-repeat bottom left;
}
.content-box-bottom {
   background: url("images_tag/content-box-br.jpg") no-repeat bottom right;
}

.content-box-top div, .content-box-top,
.content-box-bottom div, .content-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.content-box-content {
	margin: 0 15px 15px 15px;
	height: 1%; /* IE :( */
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: #f3fbc2;
}
.sidebar-box-top div {
   background: url("images_tag/sidebar-box-tl.jpg") no-repeat top left;
}
.sidebar-box-top {
   background: url("images_tag/sidebar-box-tr.jpg") no-repeat top right;
}
.sidebar-box-bottom div {
   background: url("images_tag/sidebar-box-bl.jpg") no-repeat bottom left;
}
.sidebar-box-bottom {
   background: url("images_tag/sidebar-box-br.jpg") no-repeat bottom right;
}

.sidebar-box-top div, .sidebar-box-top,
.sidebar-box-bottom div, .sidebar-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.sidebar-box-content {
	margin: 0;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN FOOTER ROUNDED BOX
----------------------------------------------------------- */
.footer {
   background: #f3fbc2;
}
.footer-box-top div {
   background: url("images_tag/content-box-tl.jpg") no-repeat top left;
}
.footer-box-top {
   background: url("images_tag/content-box-tr.jpg") no-repeat top right;
}
.footer-box-bottom div {
   background: url("images_tag/content-box-bl.jpg") no-repeat bottom left;
}
.footer-box-bottom {
   background: url("images_tag/content-box-br.jpg") no-repeat bottom right;
}

.footer-box-top div, .footer-box-top,
.footer-box-bottom div, .footer-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.footer-box-content {
	margin: 0 15px 0 15px;
}
/* END FOOTER ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

#main_start {position: absolute;left: -10000px;};
/* END CALENDAR
----------------------------------------------------------- */
