body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #9FBFF7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C00000;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 30px;
}

h3 {
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #C00000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}


/* Page */

#page {
	width: 930px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	background: #9FBFF7;
	
}

#page-bgtop {
}

#page-bgbtm {
	overflow: hidden;
}

/** LOGO */

#logo {
	width: 950px;
	height: 135px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

/* Content */

#content {
	float: right;
	width: 740px;
	padding: 0px 0px 0px 0px;
}

/* Post */

.post {
	background: url(images/content_middle.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(images/content_top.jpg) no-repeat left top;
}

.post-bgbtm {
	padding: 0px 30px 20px 30px;
	background: url(images/content_bottom.jpg) no-repeat left bottom;
}

.post .entry {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	background:  none;
	list-style: none;
	line-height: normal;
}

#sidebar ul a.logo {
	margin: 25px 0px 30px 55px;
	padding: 0px 0px 70px 85px;
	background: url(images/wappen_langenbrettach.png) no-repeat left 13px;
}


#sidebar li {
	background: url(images/sidebar_middle.jpg) repeat-y left top;
}

#sidebar li ul {
	margin: 0px 0px;
	padding: 0px 0px 20px 0px;
	background: url(images/sidebar_bottom.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}

#sidebar li li {
	margin: -20px 30px 20px 30px;
	padding: 8px 0px 8px 10px;
	border-bottom: 2px solid #E0E0E0;
	background: url(images/sidebar_link_arrow.jpg) no-repeat left 13px;
}

#sidebar li li a {
	font-weight: normal;
     	text-decoration: none;
      color: #C00000;
}

#sidebar li li a:hover {
	color: #C00000;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 0px;
	margin: 0px;
	padding: 30px 0px 13px 30px;
	background: url(images/sidebar_top.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: normal;
	color: #CD3788;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

/* Footer */

#footer {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

/* Popup */
#popup {
	float: left;
	width: 740px;
	padding: 0px 0px 0px 0px;
}

.post {
	background: url(images/content_middle.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(images/content_top.jpg) no-repeat left top;
}

.post-bgbtm {
	padding: 0px 30px 20px 30px;
	background: url(images/content_bottom.jpg) no-repeat left bottom;
}

.post .entry {
	padding: 10px 0px 0px 0px;
	text-align: center;
}


