/* Styles for "Apartment im Grünen" - ferienwohnungkrause.de */

* {
	padding: 0;
	margin: 0;
}

* :focus {
	outline: none;
}

body {
	font: normal normal 11px/16px Arial, Helvetica, sans-serif;
	background: url(../img/bg_body.png) left top repeat-y;
}

a {
	color: #4a8f00;
	text-decoration: none;
}

#main {
	margin: 0 0 0 58px;
	width: 920px;
	min-height: 500px;
	position: relative;
	
}

div#textsizer {
	margin: 0 0 0 717px;
	padding: 3px 0 4px 109px;
	width: 94px;
	height: 16px;
	background: url(../img/bg_textsizer.png) right top no-repeat;
}

#textsizer span {
	display: block;
	float: left;
}

#textsizer a {
	margin: 2px 0 0 4px;
	display: block;
	width: 11px;
	height: 11px;
	float: left;
}

#textsizer a.plus {
	background: url(../img/sizer_plus.png) left top no-repeat;
}

#textsizer a.minus {
	background: url(../img/sizer_minus.png) left top no-repeat;
}

h1 {
	text-indent: -999em;
	background: url(../img/logo.png) left top no-repeat;
	margin: 13px 0 0 52px;
	width: 225px;
	height: 74px;
}

h1 a {
	display: block;
	width: 225px;
	height: 74px;
}

#header {	
	width: 920px;
	height: 131px;
	float: left;
	background: url(../img/bg_header-folgeseite.png) 1px bottom no-repeat;
}

#headerbig {
	height: 206px;
	background: url(../img/bg_header.png) 1px bottom no-repeat;
}

ul#navigation {
	list-style: none;
	margin: 10px 0 0 52px;
	padding: 0px 4px 0 0;
	width: 270px;
	float: left;
}

ul#navigation li {
	padding: 4px 0 4px 19px;
}

ul#navigation li.active {
	background: url(../img/arrow_right.png) left center no-repeat;
}

ul#navigation li a {
	color: #4a8f00;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

ul#navigation li a:hover {
	color: #000;
}

#header img {
	float: left;
	display: block;
}

#content {
	clear: both;
	color: #686868;
	background: url(../img/bg_content.png) 1px top no-repeat;
	min-height: 250px;
	padding: 38px 0 0 0;
}

#content a {
	text-decoration: none;
	border-bottom: 1px solid #4a8f00;
	color: #4a8f00;
}

#content a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

div.csc-textpic-imagewrap, div.csc-textpic-image {
	float: left;
}

#leftcol {
	width: 225px;
	margin: 0 0 0 52px;
	float: left;
	min-height: 100px;
}

#leftcol h3 {
	color: #505050;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

#leftcol h3 a {
	color: #505050;
	background: url(../img/arrow_right_invert.png) right center no-repeat;
	padding: 0 18px 0 0;
	text-decoration: none;
	border-bottom: none;
}

#leftcol h3 a:hover {
	color: #000;
	border-bottom: none;
}

#rightcol {
	margin: 0 0 0 48px;
	width: 564px;
	float: left;
}

#rightcol h2 {
	font-weight: normal;
	color: #4a8f00;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#rightcol p {
	margin: 0 0 16px 0 ;
}

#footer {
	clear: both;
	margin: 0 0 0 324px;
	padding: 32px 0;
	color: #686868;
}

#footer ul#tools {
	list-style: none;
	float: left;
}

#footer ul#tools li {
	float: left;
	margin: 0 1px 0 0;
}

#footer ul#tools li a {
	display: block;
	text-indent: -999em;
	width: 31px;
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
}

#footer ul#tools li a.top {
	background-image: url(../img/top.png);
}

#footer ul#tools li a.print {
	background-image: url(../img/print.png);
}

#footer ul#tools li a.email {
	background-image: url(../img/email.png);
}

#footer #bar {
	background: #eee;
	float: left;
	height: 16px;
	margin-left: 12px;
	padding: 3px 20px 2px 20px;
}

#footer #bar p {
	float: left;
}

#footer #bar ul#footernav {
	list-style: none;
	float: left;
}

#footer #bar ul#footernav li a {
	margin-left: 30px;
	padding: 0 0 0 14px;
	background: url(../img/arrow_right_grey.png) left 3px no-repeat;
	color: #686868;
	text-decoration: none;
}

#footer #bar ul#footernav li a:hover {
	color: #000;
}


/* Flexible Content Elements */
div.imageshow {
	padding-bottom: 32px;
}

div.imageshow div.imagecontainer {
	width: 320px;
	float: left;
}

div.imageshow div.imagecontainer img {
	margin: 0 10px 10px 0;
}


/* Extensions */
/* Contact + Tip A Friend */
table#contactform input, table#contactform textarea {
	border: 1px solid #686868;
	font: normal normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 5px;
	width: 200px;
}

table#contactform textarea {
	width: 400px;
}

table#contactform input.submitbutton {
	width: 100px;
}


/* Guestbook */

/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	color:#ff0000;
}

/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	float:right;
}

/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	float:right;
}

/* styles for list mode */
#rightcol .tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background: #d8d8d8;
	text-transform: none;
	display:block;
	padding: 3px 10px;
	margin: 0;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: 11px;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
	display: none;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
	background:#FFF;
	padding: 1em;
	border: 1px solid #d8d8d8;
	border-top: none;
}

/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	color:#333;
}

.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
    font-weight: normal;
    font-style: italic;
}

.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	background:none;
}

.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	color:#333;
	font-style: italic;
}

/* Weather */
table.weatherbox {
	background: #fff;
	width: 70px;
}
table.weatherbox img {
	margin: 5px 0 0 15px;
}

/*Copyright Link - Headerimage*/
.copy img{
	border:none;
}

.follow img{
	margin:23px 0 0 2px;
}
