@import url(urquiza_base.css);


/* Kopfzeile */

#Kopfzeile {
	/*background-image: url(../Bilder/Kopfzeile-Hintergrund.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	position: relative;
}

/* /Kopfzeile */


/* Navigation */

#Hauptmenu
{
	position:relative;
	float: left;
	z-index: 99;
	font-family: "Trebuchet MS";
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	font-weight: normal;
	color: #e1d38b;
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: white;
	line-height: 25px;
	height: 25px;
}

li {
	float: left;
	position: relative;
	width: 100px;
	height: 25px;
	text-align: center;
	cursor: default;
	/*background-color: rgb(54, 20, 12);*/
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0px;	
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color: rgb(154, 101, 51);
}


li li {
	display: block;
	float: none;
	background-color: rgb(154, 101, 51);
	border: 0px;
	height: 25px;
	margin: 0px;
}

li:hover ul, li.over ul {
	display: block;
}


#nav li li a:hover {
	color: #1E0B06;
}

li .Salon
{
	background-color: rgb(142, 44, 1);
}

li ul .Salon
{
	background-color: rgb(228, 176, 124);
}

#nav li li.Salon a:hover {
	color: rgb(142, 44, 1);
}

#nav .Salon a {
	color: white;
}


li .Academia
{
	background-color: rgb(154, 101, 51);
}

li ul .Academia
{
	background-color: rgb(222, 179, 92);
}

#nav li li.Academia a:hover {
	color: rgb(154, 101, 51);
}

#nav .Academia a {
	color: white;
}

li .Club
{
	background-color: rgb(190, 101, 14);
}

li ul .Club
{
	background-color: rgb(226, 184, 128);
}

#nav li li.Club a:hover {
	color: rgb(190, 101, 14);
}

#nav .Club a {
	color: white;
}

/*
li .Ester
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Ester.gif);
}

li .Videos
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Videos.gif);
}

li .Links
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Links.gif);
}

li .Kontakt
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Kontakt.gif);
}

li .Impressum
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Impressum.gif);
}

li .Home
{
	background-image: url(../Bilder/Intro/Intro_Button_Hintergrund_Home.gif);
}
*/
/* /Navigation */



/* Contentbereich */

#Content {
	position: relative;
	float: right;
	width: 909px;
	height: 400px;
	/*background-image: url(../Bilder/Intro/Intro_Hintergrund.jpg);*/
}

#Buttons
{
	font-size: 14px;
	font-weight: normal;
	left: 302px;
	
	position: relative;
	width: 607px;
	height:373px;
	/*background-color: #F3EDBD;*/
	font-family: "Trebuchet MS", sans-serif, Helvetica;
}

#Buttons h1 {
	color:white;
}
/* /Contentbereich 
img, div, input { behavior: url("../js/iepngfix.htc") }*/