/* Start of CMSMS style sheet 'Seeth-Ekholt (3 Spalten)' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #006AB3;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #006AB3;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #006AB3;
}
/*****************
basic layout 
*****************/
body {
	background-color: #ccc;
	color: #333;
	margin:1em;
}
div#pagewrapper {
	border: 1px solid black;
	margin: 0 auto;
	background-color: #fff;
	color: black;
	width:950px;
}
div#header {
	height: 260px;
	background:transparent;
}
div#header h1 a {
	background:url('images/layout/bg_header.jpg') no-repeat;
	display:block;
	height:260px;
	text-indent:-999em;
	text-decoration:none;
}
div#search {
	height:22px;
	text-align:center;
	margin:0;
	padding:6px;
	background:url('images/layout/bg_h4.jpg') no-repeat bottom left;
}
#cntnt01searchinput {
	float:left;
	padding:2px 2px 2px 20px;
	background:url('images/layout/lupe.png') no-repeat 3px center #fff;
	border:1px solid #999;
	color:#666;
	width:85px;
	vertical-align:top;
}
#cntnt01searchinput:hover {
	border:1px solid #666;
	background:url('images/layout/lupe.png') no-repeat 3px center #EEE;
	width:85px;
}
/* SEARCH BUTTON */
button.search {
	background:url('images/layout/btn_search.png') 0 0 no-repeat;
	width:62px;
	height:20px;
	margin:0;
	vertical-align:top;
	border:none;
	cursor:pointer;
	float:right;
font-size:11px;
}
button.search:hover, button.search:focus {
	background-position:0 -19px;
}
button.search:active {
	background-position:0 -38px;
}
div.breadcrumbs {
	padding: 1em 0 1.2em 0;
	font-size: 90%;
	margin: 0 1em;
	border-bottom: 1px dotted #000;
}
div.breadcrumbs span.lastitem {
	font-weight:bold;
}
div#content {
	margin:0;
	background:url('images/layout/bg_content.jpg') repeat-y;
	min-height:300px;
	overflow:auto;
	height:auto;
	display:block;
}
div#main {
	margin:0 190px 0 200px;
	width:480px;
	padding:40px;
}
div#sidebar, div#rightbar {
	float:left;
	width:200px;
	display:inline;
	margin-left: 0;
}
div#rightbar {
	width:190px !important;
	float:right !important;
}
div.spalten_abschluss {
	background:url('images/layout/cap_verlauf_unten.jpg') no-repeat;
	border-top:1px solid #333;
	width:190px;
	height:190px;
	margin:0;
	padding:0;
}
div#footer {
	clear: both;
	color: #fff;
	background:url('images/layout/bg_footer.jpg') no-repeat;
	height:86px;
	margin:0;
}
div#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding:60px 0 0 0;
}
div#footer p a {
	color: #fff;
}
p.bildunterschrift {
	font-weight:bold;
	font-size:0.9em;
}
div.hr {
	clear:both;
	height:1px;
	widht:100%;
	padding:0;
	border-bottom:1px solid #e7ab0b;
	margin:1em 0;
}
div.left49 {
	width: 49%;
}
div.right49 {
	float: right;
	width: 49%;
	text-align: right;
}
/********************
CONTENT STYLING
*********************/
div#content {
}
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #006AB3;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #e7ab0b;
	border-left: 1.1em solid #e7ab0b;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
div#content h3 {
	color: #006AB3;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #006AB3;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #006AB3;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #006AB3;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* TEXT */
p {
	margin: 0 0 1.5em 0; /* some air around p elements */
	padding: 0;
}
p, td, th {
	font-size: 1em;
	line-height: 1.7em !important;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode {
	margin: 0 0 2.5em;
}
/* LISTS */
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* TABLE */
table {
	width:100%;
	border:1px solid #585858;
}
caption {
	font-weight:bold;
	padding:5px;
}
thead {
	font-size:90%;
	color:#333;
}
th {
	text-align:center;
	padding:3px;
	background:#f7f7f7;
	vertical-align:top;
}
.th_vert {
	background:url('images/layout/bg_tr_odd.png') repeat-x #f7f7f7;
}
tr {
	background:url('images/layout/bg_tr.png') repeat-x #fff;
}
tr.odd {
	background:url('images/layout/bg_tr_odd.png') repeat-x #f7f7f7;
}
td {
	padding:3px;
	line-height:1em;
	width:50%;
	vertical-align:top;
}
/* FORMS */
#main input, #main textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	color:#000;
	border:1px solid #999;
	width:250px;
	background:#fff;
	margin-bottom:8px;
}
#main input:hover, #main textarea:hover {
	border:1px solid #666;
	background:#EEE;
}
input.fbsubmit, #m6submit {
	width:200px !important;
	height:24px;
	text-align:center;
	padding:5px;
	background:url('images/layout/bg_fb_submit.png') no-repeat 0 0 !important;
	border:none !important;
	color:#000 !important;
}
input.fbsubmit:hover, input.fbsubmit:focus, #m6submit:hover, #m6submit:focus {
	background:url('images/layout/bg_fb_submit.png') no-repeat 0 -24px !important;
}
input.fbsubmit:active, #m6submit:active {
	background:url('images/layout/bg_fb_submit.png') no-repeat 0 -48px !important;
}
#main form {
/*padding:20px;*/
}
div.kontaktformular label, .tellafriendform label {
	cursor:pointer;
	float:left;
	width:125px;
	display:block;
}
form p {
	margin:5px 0;
}
.clearer {
	clear:both;
}
fieldset {
	border:none;
}
/* Links */
#cms-module-bookmarks {
	padding:0;
}
.cms-module-bookmarks-header {
	display:none;
}
.cms-module-bookmarks-list {
	margin:0;
}
/* Calendar */
.upcoming-event {
	background-image:none !important;
	border-bottom:1px solid #656565;
}
.upcoming-eventlink {
	padding:6px;
}
.calendar-date-from, .calendar-details, .calendar-returnlink {
	line-height: 1.7em !important;
}
.calendar-fields, .calendar-date-title {
	display:none;
}
/* Gästebuch */
.cms-guestbook-entry-header {
	margin:15px 5px 5px 5px;
}
.cms-guestbook-pagination {
	margin-top:15px;
}
.rounded p {
	margin:0;
	padding:0;
}
/* Firmenverzeichnis */
.firmenvz-headline {
	margin-bottom:10px;
}
.firmenvz-logo {
	width:125px;
	height:125px;
	overflow:hidden;
	float:left;
	border:1px solid #999;
	background:#fff;
}
.firmenvz-details {
	margin-left:135px;
}

/* End of 'Seeth-Ekholt (3 Spalten)' */

