@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #fbcf90;
	color: #3a6cad;
}

body {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}

div.main_span {
	width: 820px;
	margin: 0 auto;
}

div.main_span_spacer {
	width: 10px;
	background-image: url(images/main_spacer_bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	float: left;
}

div.main_area {
	float: left;
	width: 800px;
	background-color: #fff;
}
div#header {
	width: 100%;
	height: 134px;
	margin-bottom: 15px;
	background-image: url(images/head_bg.gif);
}

div#bildwechsler {
	background-image: url(images/Pferdefreunde-Ziegen_Wechsler.jpg);
	width: 170px;
	height: 119px;
	position: relative;
	left: 149px;
	top: 14px;
	float: left;
}

div#head_logo {
	background-image: url(images/logo.gif);
	width: 130px;
	height: 90px;
	position: relative;
	left: 380px;
	top: 30px;
	float: left;
}

div.horizontal_spacer {
	width: 742px;
	height: 3px;
	margin: 0 auto;
	background-color: #3a6cad;
}

div#content_area {
	width: 742px;
	margin: 15px auto 10px;
}

div#navigation {
	width: 119px;
	float: left;
}

.clear {
	clear: both;
}

div#content {
	width: 623px;
	float: left;
	min-height: 445px;
	background-image: url(images/Pferdekopf-BG-hell.jpg);
	background-repeat: no-repeat;
	background-position: 105px top;
}

div#footer {
	width: 742px;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 8px auto;
}

div#zweispaltig_links {
	width: 307px;
	float: left;
	margin-right: 10px;
}

div#zweispaltig_rechts {
	width: 306px;
	float: left;
}

h1 {
	margin: 0;
	font-size: 24px;
}

div#seitentitel_area {
	margin-bottom: 10px;
}


/* links */

a:link {
	color: #b4710e;
	text-decoration: underline;
}

a:visited {
	color: #b4710e;
	text-decoration: underline;
}

a:hover {
	color: #b4710e;
	text-decoration: underline;
}

a:active {
	color: #b4710e;
	text-decoration: underline;
}

/* bildfader */

ul#image_rotate {
	list-style: none;
	margin: 0;
	padding: 0;
	/*margin-left:-1px;*/
	display: inline;
	z-index: 1;
	float:left;
}

+html ul#image_rotate li img {
	left: -15px;
	top: 0;
}

ul#image_rotate li {
	margin: 0;
	padding: 0;
}




/* drupal */

/* navigation */
ul.menu {
	border: none;
	list-style: none;
}

.block ul {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
}

li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: none;
}

ul.menu li a {
	color: #3a6cad;
	font-size: 15px;
	text-decoration: none;
	line-height: 28px;
}

ul.menu li a.active {
	font-weight: bold;
}

div#block-menu-secondary-links h2.title {
	display: none;
}

li.expanded, li.collapsed {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

ul.menu ul.menu {
	padding-left: 15px;
}

ul.menu ul.menu li a {
	font-size: 12px;
}

/* webform */
.form-item label {
	float:left;
	display: inline;
	width: 110px;
}

div.form-actions input.form-submit {
	margin-left: 110px;
}