/* Stylesheet-Hauptdatei fuer www.casa-anneliese.de */

/* Allgemein */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
body {
	text-align: center;
	background-color: #89B5DD;
}
a:link {
	color: #526d85;
}
a:visited {
	color: #526d85;
}
a:hover {
	color: #DD0000;
}
a:active {
	color: #DD0000;
}

/* Klassen */
.colorwhitefg{
	color: white;
}
.colorredfg{
	color: #DD0000;
}
.colordarkbg{
	background-color: #526d85;
}
.colornormalbg{
	background-color: #89B5DD;
}
.colorlightbg{
	background-color: #cfe8ff;
}
.dark{
	width: 75%; 
	min-width: 600px; 
	max-width: 900px; 
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px"); 
	margin:3px auto 3px auto; 
	padding: 5px 0 5px; 
	font-size: 10px;
	color: white; 
	background-color: #526d85; 
}
.dark strong{
	font-weight: bold; 
	color: white; 
}
.logo{
	width: 75%; 
	min-width: 600px; 
	max-width: 900px; 
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px"); 
	height: 150px; 
	position: relative; 
	margin:0 auto 0 auto; 
	background-image: url(http://www.casa-anneliese.de/Fotos/Azoren_Titel01.jpg); 
	background-position: bottom left; 
	background-repeat: repeat-x; 
}
.logo div{
	bottom: 0; 
	left: 0; 
	overflow:hidden; 
	position: absolute; 
	filter: alpha(opacity=75); 
	moz-opacity: 0.75; 
	opacity: 0.75; 
}
.logo div h1{
	margin:0 0 -0.2em 0; 
	text-align: left; 
	font-size:36px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color: white; 
}
.logo div h2{
	margin:0 0 -0.4em 0; 
	text-align: left; 
	font-size:24px; 
	font-weight:bold; 
	color: white; 
}
.logo div.empty{
	bottom: 0; 
	position: absolute; 
	right: 0; 
}
.location{
	width: 75%; 
	min-width: 600px; 
	max-width: 900px; 
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px"); 
	margin:3px auto 3px auto; 
	padding: 3px 0 3px; 
	text-align: left; 
	font-size: 13px;
	font-weight: bold; 
	color: white; 
	background-color: #526d85; 
}
.location strong{
	font-weight: bold; 
	color: white; 
}
.location a:link{
	font-weight: bold; 
	color: white; 
}
.location a:visited {
	color: white; 
}
.location a:hover {
	color: #DD0000; 
}
.main {
	width: 75%; 
	min-width: 600px; 
	max-width: 900px; 
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px"); 
	margin: 1.5em auto auto; 
	text-align: center; 
}
.main h1 {
	text-align: center;
	font-size: 160%;
	line-height: 1.8em;
}
.main h2 {
	text-align: center;
	font-size: 130%;
	line-height: 1.5em;
}
.main h3 {
	text-align: center;
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom:-0.5em;
}
.footer {
	width: 75%;
	min-width: 600px;
	max-width: 900px;
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px");
	padding-top: 0.5em;
	margin: 4.0em auto 0 auto;
	border-top: dashed 1px black;
	text-align: center;
	font-size: 80%;
}

/* Noframes-Menu */
table.noframesmenu {
	width: 75%;
	min-width: 600px;
	max-width: 900px;
	/* IE-workaround for min-/max-width */
	width: expression(document.body.clientWidth>800 ? (document.body.clientWidth>1200 ? "900px": "75%"): "600px");
	margin: 3px auto 0 auto;
	text-align: center;
	background-color: #526d85;
}
table.noframesmenu td {
	/*border-width: 0;*/
	/*padding: 0.2em;*/
	font-size: 13px; 
	font-weight: bold; 
	color: white; 
}
table.noframesmenu td a:link {
	color: white; 
}
table.noframesmenu td a:visited {
	color: white; 
}
table.noframesmenu td a:hover {
	color: #DD0000; 
}

/* Menu */
div.menu {
	text-align: right;
	padding-top: 60px;
}
div.menu a {
	display: block;
	margin-bottom: 0.2em;
	border-top: solid 0.2em #89B5DD;
	border-bottom: solid 0.2em #89B5DD;
	padding: 0.2em 0.2em;
	text-decoration: none;
}
div.menu a:hover {
	border-color: #526d85;
	/* text-decoration: underline; */
}

/* Preise */
table.preise {
	font-size: 80%;
	width: 100%;
	border-collapse:collapse;
}
table.preise th {
	border: solid 1px black;
	padding: 0.2em;
	font-weight: normal;
}
table.preise th.eckelo {
	border-style: none;
}
table.preise td {
	border: solid 1px black;
	padding: 0.2em;
}
table.preise td.preis {
	 text-align:right;
	 font-weight:bold;
}

/* @-Grafik */
img.at {
	height: 1.15em; 
	width: 1.15em; 
	position: relative; 
	top: 0.2em; 
	border: none;
}

