/*
CSS Datei für Homepage der Ferienwohnung - Familie Zornow
*/


/* defaults */
*{margin: 0; padding: 0;}

body {
	background: #cccccc url(img/Sand2.jpg);
	color: #504838;
	font: normal 62.5% Tahoma,sans-serif;
	padding: 2% 0;
}

a {color: #504838; text-decoration:none;}
a:hover {text-decoration:underline;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #352F25; padding: 8px 0 2px;}

h1 {font: normal 2.4em Times New Roman,serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Times New Roman,serif;}
h3 {font: bold 1.2em Times New Roman,serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Times New Roman,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; text-align:justify;}
small,.small {font: normal 0.9em Tahoma,sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #504838 url(img/wrapper.png) no-repeat left bottom;
	margin: 0 auto;
	width: 875px;
}
#container {
	background: #F5F0F5;
	border-top: 10px solid #504838;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 855px;
}

/* header */

.header {
	background: #FFF url(img/banner02.jpg) no-repeat left bottom;
	height: 240px;
}

/* navigation */
.navigation {
	background: #B5C8E6 url(img/nav.png) repeat-x; height: 41px;
	border-top: 1px solid #CCCCCC;
}
.navigation a {
	background: #FFF url(img/nav.png) repeat-x;
	border-right: 1px solid #CCCCCC;
	color: #EEE9EE;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 15px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #504838;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.png) repeat-y;}

/* bottom */
.bottom {
	border-top: 2px solid #504838;
	background: #C5BAA8 url(img/bottom.png) no-repeat left bottom;
	color: #504838;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 48%;}

/* footer */
.footer {
	background: #504838;
	color: #C5BAA8;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 25px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 25px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #FFFFFF;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #FFFFFF;
	list-style: none;
}

.block li a,.block li em {
	color: #504838;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a,.block li p {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
	
.block li p.tooltip, .block li a.tooltip { height: 20px }

.block li a:hover,.block li p:hover, .block li a#active {
	color: #504838;
	background: #EEE9EE;
}

p.tooltip span, a.tooltip span{
  display:none; 
  text-decoration: none;
}

p.tooltip:hover span, a.tooltip:hover span {
  display:block;
  position:relative; top:10px; left:-7px;
  border:0px;
  
}
.right .block,.right .block li {border-color: #EEE9EE;}
.right .block li a:hover {background: #EEE9EE;}




/*
folgend CSS Definitionen für Gästebuch
*/


#gb_content {
	width: 680px;
	margin: 50px auto 0px auto;
}
#formular {
	border-width: 2px;
	border-style: dotted;
	width: 680px;
	height: 460px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 5px 0px;
	background-image: url(images/briefmarke.gif);
	background-repeat: no-repeat;
	background-position: 450px 35px;
	background-color: ##352f25;
}
#formular_blind {
	width: 510px;
	float: left;
}
#smilies {
	width: 135px;
	height: 260px;
	float: left;
	margin-top: 155px;
	margin-left: -60px;
}
.Stil1 {
	color: #352f25
}
/* HELLGRAU */
.Stil2 {
	color: ##352f25
}
/* DUNKELGRAU */
.Stil3 {
	color: #434F54
}
.seiten_navi a {
	color: #504838;
	text-decoration: none;
	outline: 0;
}
.seiten_navi a:hover {
	color: #352f25;
	text-decoration: none;
}
	
/* obere eintrag vom gästebuch */
.status {
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-right-style:none;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: ##352f25;
}
/* button neuer eintrag (ausrichtung)  */
.neuer_eintrag {
	text-align:right;
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-left-style:none;
	padding: 10px 10px 10px 0px;
}

.user{
	width:220px;
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-right-style:none;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #352f25;
	text-align:left;

}
.datum{
	width:220px;
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-left-style:none;
	border-right-style:none;
	font-size: 8pt;
	font-weight: bold;
	color: #352f25;
	text-align:center;
}
.eintrag{
	width:220px;
	background-color: #c5baa8;
	border:1px solid #504838;
	border-left-style:none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #352f25;
	text-align:right;
}
.inhalt{
	background-color: #c5baa8;
	border:1px solid #504838;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #352f25;
}
/*  untere zeile der seitennavi oben */
.seiten_navi{
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg_rev.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	border-right-style:solid;
	font-size: 8pt;
	font-weight: bold;
	color: ##352f25;
}
/*  untere zeile der gb einträge */
.www_icq_email{
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	border-right-style:none;
}
/*  untere zeile der gb einträge für ausrichtung der admin buttons*/
.admin_buttons{
	background-color: #c5baa8;
	border:1px solid #504838;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	border-left-style:none;
}
.options {
	width:380px;
	background-color: #c5baa8;
	border:1px solid #504838;
	border-right-style:none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: ##352f25;
}
.options_1 {
	width:300px;
	text-align:right;
	background-color: #c5baa8;
	border:1px solid #504838;
	border-left-style:none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	color: ##352f25;
}
/* schrift der Seitennavi */
.gb_Stil1 {
	color: ##352f25;
	font-size: 8pt;
}
/* breite der textarea (für safari und div.andere browser */
textarea#inhalt { 
	width: 300px;
	/* border: 11px solid #504838;*/
}

#admin_login {
	width:300px;
	margin: 0px auto 0px auto;
}
.login_name {
	width:80px;
	font-weight:bold;
	font-size:smaller;
}
.input_login_name {
	width:150px;
	font-weight:bold;
	font-size:smaller;
}
.login_pass {
	width:80px;
	font-weight:bold;
	font-size:smaller;
}
.input_login_pass {
	width:150px;
	font-weight:bold;
	font-size:smaller;
}
.button {
	margin: 5px 5px 0px 0px;
	padding-bottom: 2px;
	float:right;
	background-color: #c5baa8;
	color: #352f25;
	background-image: url(images/bg_rev.gif);
	background-repeat: repeat-x;
	width:70px;
	height:22px;
	border:1px solid #504838;
}