/*
Design by D.Juwara - http://www.runelocus.com/
Made for Zymic.com - Free Web Templates
Layout angepasst von J. Winter für "Klöppeln mit Juliane" 2010
*/

body {
	margin: 20px 0;
        background: #ffff99;
	background-image: url('bilder/bg.png');
}

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2 {
	margin-top: 1.5em;
	color: #006600;
}

h1 {
	font-size: 2em;
}

h2 {

	font-size: 1em;
	font-weight: bold;
	color: #ffff99;
}

p, ul {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	border: none;
        font-weight: bold;

}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #ffff99;
}

hr {
	display: none;
}

#header {
	width: 1150px;
	height: 35px;
	margin: 0 auto;
background: #ffff99;

}

#menu {
	float: left;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
        background: #ffff99;
	color: #006600;
}

#menu a:hover {
	background:  #66cc00;
	color: #ffff99;
}

#menu .current_page_item a {
	background: #006600;
	color: #ffff99;
}

/* Logo */

#logo {
	width: 1140px;
	height: 200px;
	margin: 0 auto;
	background: url(bilder/logo2.png) no-repeat left top;
	height: 157px;
	border: 5px solid #006600;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 10px 5px 0 20px;
	color: #006600;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
        text-align: right;
	color: #ffff99;
}

#logo a {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1em;
        text-align: right;
	color: #ffff99;
}

/* Page */

#page {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #ffff99;
	border: 5px solid #006600;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 845px;
	padding: 0px 0px 0px 20px;
}

.news .title {
	margin: 0;
	font-weight: normal;
        color: #ffff99;
}

.news h1.title {
	background: url(bilder/largebar.png) no-repeat left top;	
        padding: 2px 0  0 20px;
        height: 25px;
	font-size: 1.5em;
}

.news .entry {
	padding: 0 10px 30px 20px;
}

.news .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(bilder/line.gif) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

.news .meta a {
	color: #006600;

}

.news .meta a:hover {
	color: #006600;
}

/* Right navigation */

.right {
	float: left;
}

.right ul {
	margin: 0;
	padding: 1em 0 0 0;
	list-style: none;
}

.right li {
	margin-bottom: 2em;
}

.right li a:hover {
	margin-bottom: 2em;
        background: #66cc00;
	color: #ffff99;
}

.right li ul {
}

.right li li {
	margin: 0;
}

.right li h2 {
	margin: 0 0 0 0;
}

#right {
	width: 230px;
	padding: 0px 10px 0px 20px;
}

#right li h2 {
	margin: 0 0 1em 0;
	background: url(bilder/smallbar.png) no-repeat left top;
	padding: 2px 0  0 10px;
	height: 25px;
}

#right li li {
	padding: 0px;
	background: url(bilder/line.gif) repeat-x left bottom;
	font-size: .8em;
}

#right li a {
	border: none;
	padding-left: 10px;
}

#right li a:hover {
	border: none;
	padding-left: 10px;
}


/*
Footer
Please leave the copyright/credits, thank you!
*/

#footer {
	text-align: center;
	font-size: 9px;
        color: #ccc;
}


#footer a {
	text-align: center;
	font-size: 9px;
        color: #ccc;
}



