/* BASICS */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A1B1B;
}
/*      background-image: url('villa-vinum_bg.jpg'); */
/*      background-repeat: no-repeat; */
/*      background-attachment: fixed funzt nicht */ 
body {
        background-color: #4A1B1B;
	margin: 10px;
        padding: 0;
}

/* LINKS */
a:link, a:visited, a:active {
	color: #7C221F;
	text-decoration: underline;
}
a:hover {
	color: #4A1B1B;
	text-decoration: underline;
}
/*      for IE: no border around linked images: */
a image {
        border: 0;
}

/* HEADLINES */
h1 {
        margin: 10px 0px 5px 0px;
        font-family: sans-serif;
}
h2 {
	margin: 10px 0px 5px 0px;
        font-family: sans-serif;
        border-bottom: solid thin black; 
}

h3, h4, h5 {
	margin: 10px 0px 5px 0px;
        font-family: sans-serif;
}
.header {
	background-color: #7C221F;
	vertical-align: middle;
	text-align: center;
	color: #FCF5E0;
	height: 150px;
	font-size: 20px;
	font-weight: bold;
}
.language {
	background-color: #DBC18A;
	padding: 0px 0px 0px 5px;
	width: 170px;
	vertical-align: top;
        text-align: left;
}

/* MENU */
.menu {
	background-color: #DBC18A;
	padding: 0 0 5px 5px;
	width: 170px;
	vertical-align: top;
        text-decoration: none;
}
.menu a:link, a:visited {
	color: #7C221F;
	text-decoration: none;
}
.menu a:active, a:hover {
	color: #7C221F;
	text-decoration: none;
}
.menu ul, .menu li {
	list-style-type: none;
        text-decoration: none;
        display: block;
	margin: 0;
	padding: 0 0 1px 1px;
	padding-left: 10px;
        font-size: 12px;
        line-height:165%;
}
.menu_current {
        background-color: #FCF5E0; /* noch bis re Rand */
	display: block;
        padding: 0;
        font-weight: bold;
        text-align: left;
}

/* MENUTOP nur für Sitemap, Impressum, AGB */
.menutop {
	padding: 10px;
	width: 170px;
	vertical-align: top;
}
.menutop a:link, a:visited, a:active {
	color: #7C221F;
	text-decoration: underline;
}
.menutop a:hover {
	color: #4A1B1B;
	text-decoration: underline;
}


/* VARIOUS */
form {
	margin: 0;
}
.highlight {
	background-color: #DBC18A;
}
.content {
	background-color: #FCF5E0;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #7C221F;
	text-align: center;
	color: #FCF5E0;
	font-size: 10px;
	height: 10px;
}
a.footer {
        font-size: 10px;
 	color: #FCF5E0;
	text-decoration: underline;
}

/* .footer a:link, a:hover, a:visited, a:active { */
/*    font-size: 10px; */
/*    color: #FCF5E0; */
/*    text-decoration: underline; */
/* } */

