/*  
Theme Name: landjugendholtwick
Theme URI: ./.
Description: ./.
Version: 1.0
Author: ./.
Author URI: ./.

	
 */
@charset 'utf-8';



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

q:lang(de) {
quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
quotes: '“' '”' "‘" "’";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
img { 
-ms-interpolation-mode: bicubic; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* --------------------------------------------------------------------------------------- */


		* {
			margin: 0px;
			padding: 0px;
		}
		body {
			font-family: arial, helvetica;
			font-size: 12px;
			background: url("images/bgbody.jpg") no-repeat;
		}
		#main {
			margin: 235px auto 0px 50px;
			width: 800px;
			text-align: left;
			border-bottom: #fff 10px solid;
		}
		#inhalt {
			width: 592px;
			float: right;
			background #fff;
			margin-bottom: 10px;
		}
		#sidebar {
			width: 190px;
			margin-right: 10px;
			float: left;
		}
		#sidebar #navigation, #sidebar #termine, #sidebar #subnavigation, #sidebar #kalender 		{
			background: #fff;
			padding: 10px;
			margin-bottom: 10px;
		}
		#sidebar ul {
			list-style: none;
		}
		#navigation, #kalender, #termine, #subnavigation, #inhalt, #foot {
			border: #ABD2A6 4px solid;
		}
		#navigation ul {
			font-size: 1.2em;
			list-style: none;
		}
		#navigation ul li {
			list-style: none;
		}
		#navigation ul li a {
			display: block;
			border-bottom: #666 1px dotted;
			padding: 5px;
			height: 1.5em;
			line-height: 1.4em;
		}
		#subnavigation ul li {
		}
		#subnavigation ul li a {
			display: block;
			padding: 4px;
			border-bottom: #666 1px dotted;
		}
		#foot {
			width: 792px;
			clear: both;
			margin: 10px 0px 0px 0px;
			background: #fff;
		}
		.content {
			background: #fff;
			padding: 15px 15px 10px 15px;
		}
		.content#text {
			padding: 15px 15px 10px 15px;
		}
		.content#complete {
			background: #fff;
			padding: 15px; 
			display: block;
		}
		.content h1 {
			color: #6FB85C;
			font-size: 1.6em;
			font-weight: normal;
			padding-bottom: 15px;
		}
		.content h2 {
			color: #333333;
			font-size: 1.4em;
			font-weight: bold;
			padding-top: 15px;
			padding-bottom: 10px;
		}
		.content h3 {
			color: #333333;
			font-size: 1.2em;
			font-weight: bold;
			padding-top: 15px;
			padding-bottom: 10px;
		}
		.content p {
			font-size: 1em;
			line-height: 1.6em;
			padding-bottom: 10px;
			color: #333333;
		}
		#sidebar h2 {
			font-size: 1.4em;
			font-weight: bold;
			color: #6FB85C;
			padding-bottom: 10px;
		}
		a {
			color: #6FB85C;
			text-decoration: none;
		}
		p a {
			text-decoration: underline;
		}
		a:hover {
			text-decoration: underline;
		}
		#sidebar a {
			text-decoration: none;
		}
		#sidebar a:hover {
			text-decoration: underline;
		}
		#meta {
			font-size: 1em;
			color: #999;
			padding-top: 5px;
			padding-bottom: 15px;
			border-top: #999 1px dotted;
		}
		.content a h1 {
			text-decoration: none;
		}
	#wp-calendar {
		width: 160px;
	}
	#wp-calendar table tr td, #wp-calendar table thead, #wp-calendar caption {
		font-size: 12px;
	}
	#wp-calendar a img {
		border: none;
	}
	#cathead {
		background: #fff;
		padding: 15px;
		border-bottom: #6FB85C 1px solid;
			color: #6FB85C;
			font-size: 1.6em;
			font-weight: normal;
	}
	.commentlist {
		list-style-type: none;
	}
	.commentlist li {
		padding: 10px;
	}
	.alt {
		background: #F3F3F3;
	}
