
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* extendet for koppensteiner.or.at by michaelpollak */

/* farben:
 * logo-grün: 137000
 * logo-rot: ff0300
 * rand-oben: abe49f
 * rand-unten: d4ffcb
 * 
*/

body {
	margin: 0;
	padding: 0;
	/* rand links und rechts */
	background: #d4ffcb url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #4B8749;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

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

ul, ol { }

blockquote { }

a { color: #137000; } /* alle links sind in dem logo-grün gehalten */

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; }



/* Header */

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

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 50px;
}

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

#menu li {
	display: block;
	float: left;
	background: url(../images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	background: #147100;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/** LOGO */

#logo {
	width: 850px;
	/* img height! */
	height: 167px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(../images/header.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #42423E;
}

.post .entry {
	padding: 10px 0;
}
.post .entry img {
	padding: 2px 12px;
}

.post .entry h4 {
	/*color: #137000;*/
		margin: 0;
		font-size: 15px;
	font-weight: normal;
	/*color: #4B8749;*/
}
.post .entry h4 img {
	/*color: #137000;*/
		margin: 0;
		height: 32px;
		font-size: 15px;
	/* text-transform: uppercase;*/
	font-weight: normal;
	vertical-align: middle
	/*color: #4B8749;*/
}
.post .entry h4 .fotos {
height: 50px;
margin-left:75px;
}

.post .entry ul li {
padding:5px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

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

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/img05.jpg) no-repeat left 5px;
}

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

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}




/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(../images/img04.gif) no-repeat left top;
}

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

#footer a {
}


/* contaft form */

#contact-area {
	width: 559px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 430px;
	font-family: Helvetica, sans-serif;
	font-size: 13px
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;
}

