* {
	margin: 0;
	padding: 0;
}

a:hover  {color: #cc3300;}

body {
	background: #EBDCBB;
	color: #444;
	font: normal 62.5% Verdana,sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}

h1,h2,h3 {
	padding-top: 6px; 
	color: #553; 
	margin-bottom: 15px;
}

h1 {font: normal 1.4em Verdana,sans-serif;}
h2 {font: normal 1.3em Verdana,sans-serif;}
h3,
.toggler {font: normal 1.2em Verdana,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
}

.wrapper {
	padding-bottom: 20px;
}

.header {
	background: #FEFAE1 url('islandpferde-von-witsand.jpg') no-repeat;
	height: 123px;
	border-bottom: 2px solid #D7D7D2;
	text-align: left;
}

.navigation {
	float: left;
	width: 190px;
}

.mod_navigation {
}

.mod_navigation ul.level_1 {
	font-weight:bold;
	list-style: none;
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.mod_navigation ul.level_2 {
	padding-left: 23px;
	border-top: 1px solid #EAEADA;
	list-style: dot;
	font-weight:normal;
}

.mod_navigation li {
	border-bottom: 1px solid #EAEADA;
}
.mod_navigation li.last {
	border-bottom: none;
}

.mod_navigation li a,
.mod_navigation li a:visited,
.mod_navigation li span {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.mod_navigation li a:hover,
.mod_navigation li span.active {
	background: #FEFAE1;
	color: #cc3300;	
}

.mod_navigation ul.level_1 span.submenu {
	background: #FFFFFF;
	color: #555544;
}

.main {
	background: url(main.gif) repeat-y;
	padding: 0px;
	height:auto !important;
	height:350px;
}

.ce_text {
	padding-left: 2px;
	margin-bottom: 15px;
}

.ce_text li{
	margin-top: 3px;
	margin-left: 18px;
}

.ce_text a,
.ce_text a:visited {
	color: #555533;
	font-weight: bold;
	text-decoration: none;
}

.ce_text a:hover {
	text-decoration: underline;
}

.content_one {
	float: right;
	width: 558px;
	padding: 15px;
	min-height: 465px;
	border-left: 2px solid #D7D7D2;
}

.ce_gallery {
	padding: 10px;
}


/* Formularformatierung */
.ce_form td {
	padding: 5px;
}

.ce_form input.text,
.ce_form input.captcha,
.ce_form textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #A6A6A6;
}

.ce_form input.text,
.ce_form textarea  {
	width: 300px;
}

.ce_form input.submit{
	width: 100px;
}