/*
EXPUCON e.K.
http://www.expucon.de
*/

body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(images/backgrd_colour.jpg) repeat-x left top;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F4600;
}


h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1.2em;
}


.blockbg {
	background-color: #ECE29F;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 96px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#headerbg_index {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/header_home.jpg) no-repeat left top;
}

#headerbg_about {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/header_about.jpg) no-repeat left top;
}

#headerbg_horses {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/header_horses.jpg);
}

#headerbg_dogs {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/header_dogs.jpg) no-repeat left top;
}

#headerbg_training {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/header_training.jpg);
}

#headerbg_course {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/header_course.jpg) no-repeat left top;
}

#headerbg_kate {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background-image: url(images/header_wuestenkate.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#headerbg_links {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/header_links.jpg) no-repeat left top;
}

#headerbg_impressum {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background-image: url(images/header_wuestenkate.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#headerbg_news {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background-image: url(images/header_wuestenkate.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Logo */

#bkb_logo {
	float: left;
	width: 60px; /* 920 - 60 = 860 Pixel Rest */
	height: 96px;
}

#logo {
	float: left;
	width: 330px; /* 860 - 330 = 530 Pixel Rest */
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: capitalize;
}

#logo h1 {
	padding-top: 0px;
	text-align: left;
	font-size: 2.8em;
	color: #FFFFFF;	
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	padding-top: 0px;
	font-size: 1.4em;
	color: #299762;
}

#logo h2 a {
	color: #FEEDB9;
}

#logo p a {
	color: #FFF;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
}

#logo p {
	padding-top: 0px;
	font-size: 1.5em;
	color: #ABC13A;
}

/* Menu */

#menu {
	width: 530px; /* 530 - 530 = 0 Pixel Rest */
	float: right;
	height: 93px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 52px 0px 0px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 40px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
}

#latest-post {
	float: left;
	width: 638px;
	padding: 0px 20px 0px 0px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	text-align: right;
	width: 260px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	font-size: 15px;
}

.post {
}

.post .title {
	margin: 0;
}


.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 638px;
	background: #ECE29F;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 227px;
	padding: 1px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 1px;
	color: #5F8700;
	text-align: right;
}



/* Footer */

#footer {
	width: 920px;
	height: 25px;
	margin: 0 auto;
	padding-top: 0px;
}

#footer p {
	margin: 0;
	padding: 4px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}
#page #content #latest-post .entry p {
	color: #900;
}
#page #content #latest-post .entry p {
	color: #30462A;
}
#page table tr td {
	text-align: left;
}
#page p {
	font-size: 16px;
}
.rahmen {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5F8700;
}

