/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                                       */
/*    Stylesheets fuer www.landhaus-in-der-toskana.de    */
/*                                                       */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

*{
margin: 0;
padding: 0;
}

body#alles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B3319;
	text-align: center;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover{
	color: #4B3319;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 150%;
	font-style: italic;
}

h2{
	font-size: 100%;
	margin-bottom: 10px;
}

h3{
	font-size: 80%;
	margin-bottom: 10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
	font-size: 90%;
	background-color: #C0A67C;
	padding-left: 10px;
	border-bottom: 1px solid #4B3319;
}

p{
	font-size: 80%;
}
em{
	font-size: 80%;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Container mit ihren Inhalten */
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 1px solid #4B3319;
	border-right: 1px solid #4B3319;
	margin-bottom: 20px;
}

/* Header */
#kopf {
	color: #4B3319;
	background-image: url(img/top5.jpg);
	background-repeat: no-repeat;
	padding: 70px 0px 10px 20px;
	border-bottom: 1px solid #4B3319;
}

#menueLinks {
	float: left;
	width: 150px;
	background-color: #DEC295;
	color: #4B3319;
}
#navigation {
	border-bottom: 1px solid #4B3319;
	padding-bottom: 20px;

}
#navigation a {
	display: block;
	background-color: #DEC295;
	color: #4B3319;
	border-bottom: 1px dashed #4B3319;
	padding: 3px 0px 2px 10px;
}
#navigation a:hover {
background-color: #FFFFFF; 
color: #4B3319;
}

#newsletter {
	border-bottom: 1px solid #4B3319;
	padding-bottom: 20px;
}
#newsletter p {
	margin-top: 5px;
	margin-left: 10px;
}
#newsletter input{
margin-top: 2px;
margin-bottom: 2px;
}

#wetter {
	padding-bottom: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
#wetter p {
	margin-left:10px;
	margin-top: 5px;
}
#hinweise {
     font-size: 80%;
     padding-left: 20%; 
}
#hinweise h2{
     font-size : 100%;
     text-align: center;
     margin : -1.5em 0 0 0; 
}
#wegenIECSSBug {
     text-align: center; }
#vorschau {
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#grossesBild {
	position: absolute;
	top: 120px;
	text-align: center;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	white-space: nowrap;
	z-index: 3;
}
#grossesBild IMG {
	border: 2px solid #000;
}
#wahl {
     text-align: right;
     font-size : 80%;
     padding-right: 20%; 
	 }
/* Content */
#inhalt {
	padding: 20px 20px 0px 20px;
	background-color: #FFFFFF;
	color: #4B3319;
	border-left: 150px solid #DEC295;
	background-image: url(img/border.gif);
	background-repeat: no-repeat;
}
inhalt img {
	float: right;
	margin-left: 30px; 
}
#inhalt p {
	line-height: 150%;
	padding: 5px 0px 10px 0px;
}
#inhalt ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
#bilder {
	float: right;
	margin-left: 20px;
	width: 280px;
	margin-bottom: 10px;
}
#bilder p {
	padding: 0;
	text-align: center;
	font-style: italic;
	margin-bottom: 10px;
}

/* Footer */
#footer {
	clear: both;
	background-color: #DEC295;
	border-top: 1px solid #4B3319;
	border-bottom: 1px solid #4B3319;
	text-align: center;
	font-family: "Courier New", Courier, mono;
}

#kontakt {
	font-style: normal;
	text-align: left;
	float: right;
	width: 250px;
}
/* Ausgeblendetes */
.invis, hr {
display: none;
}
IMG { -moz-opacity: 1.0; filter:alpha(opacity=100); 
} 
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text-dick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text-kursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
