
/*  ############  IDs  ############  */

#bg-Menu {
    background-color: #E6E6E6;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
}
#bg-Home {
    background-color: #E6E6E6;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
}
#bg-2005-cabernet-sauvignon {
    background-color: #E6E6E6;
	background-image: url(../images/bg_2005_cabernet_sauvignon.jpg);
	background-repeat: no-repeat;
}
#bg-2005-gewurztraminer-auslese {
    background-color: #E6E6E6;
	background-image: url(../images/bg_2005_gewurztraminer_aus.jpg);
	background-repeat: no-repeat;
}
#bg-2005-gewurztraminer {
    background-color: #E6E6E6;
	background-image: url(../images/bg_2005_gewurztraminer.jpg);
	background-repeat: no-repeat;
}
#bg-2006-gewurztraminer {
    background-color: #E6E6E6;
	background-image: url(../images/bg_2006_gewurztraminer.jpg);
	background-repeat: no-repeat;
}
#bg-Contact {
    background-color: #E6E6E6;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
}


#content {
	padding: 0px 0px 0px 14px;
}
#nav {
	padding: 4px 10px 4px 10px;
}
#navActive {
	background-color: #FFFFFF;
	padding: 4px 10px 4px 10px;
}
#copyright {
	font-size: 10px;
	padding: 4px 10px 8px 10px;
}
#footer {
	font-size: 10px;
}

/*  ############  TAGS  ############  */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #6A6A6A;
}
body {
	background-color: #000000;
	background-image: url(../images/background_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
h2.first {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 15px;
	margin: 0px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 4px 0px;
	margin: 0px;
}
p.first {
	line-height: 17px;
	padding: 2px 0px 12px 0px;
	margin: 0px;
}
p {
	line-height: 17px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

/*  ############  CLASSES  ############  */

a:link, a:visited, #copyright a:link {
	color: #484848;
	text-decoration: none;
}
a:hover, #copyright a:hover {
	text-decoration: underline;
}

a.nav {
	color: #6A6A6A;
	text-decoration: none;
}
a.enter {
	color: #95989C;
	text-decoration: none;
}
