body {
	padding:0px;
	margin:0px;
	font-family:"Lucida Grande", Tahoma;
	font-size:13px;
	color:#111111;
}

h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
    font-weight: normal;
    color: #222;
}

h2,
#footer a{
    font-family: "Lucida Grande", Tahoma;
	font-size: 11px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color:#bab9b9;
    margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
	text-decoration:none;
}

a,
a:active,
a:visited{
	color:#000000;
}

a:hover
{
	text-decoration:underline;
	color:#d91c8b;
}

hr{
	width:80%;
	border:1px solid #d91c8b;
}


#container{
	width:980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
}

#title{
	width:980px;
	height:80px;
	text-align:center;
}

#header{
	padding-top:20px;
}

#ornamente_li{
	width:130px;
	height:290px;
	float:left;
}

#headerimg{
	width:700px;
	height:290px;
	float:left;
}

#ornamente_re{
	width:150px;
	height:290px;
	float:right;
}

#content{
	width:660px;
	margin-left:130px;
	padding:20px;
	padding-bottom:50px;
	text-align:left;
	line-height:120%;
}

#footer{
	width:700px;
	border-TOP: 1px solid #bab9b9;
	margin-left:130px;
}

#footer a:hover{
	text-decoration:underline;
}

#player{
	width:400px;
	padding-left:300px;
	border:1px solid black;
}

#navi language a{
	font-weight:11px;
	background:none;
}

/*****************************************************
/*                    NAVI
*****************************************************/
#navi{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	margin-top:20px;
	margin-left:130px;
	margin-right:150px;
	border-bottom: 1px solid #bab9b9;
	color:#111111;
	height:20px;
	width:700px;
}

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

#navi li{
	display:inline;
	margin:0;
	padding:0;
}

#navi a {
	float:left;
	display:block;
	text-decoration:none;
	cursor:hand;
	color:#111111;
	
	margin-right:22px;
	padding-right:15px;
	height:20px;
	text-decoration:none;
	text-transform:none;
}

#navi a:hover,
#navi #current a{
	background:url(../img/navi_over.png) right top no-repeat;
	color:#d91c8b;
	text-decoration:none;
	text-transform:none;
}

#navi #language a {
	font-size:11px;
	background:none;
	padding:0px;
	padding-top:5px;
	margin:0px;
}



