body
{
	color: #66487c;
	background-color: #7c4575;
	margin:0px;
	padding:0px;
}

.master
{
	position:absolute;
	top:50%;
	height:420px;
	width:100%;
	margin-top:-210px;
	text-align:center;
	background-color: #FFFFFF;
}

.master .content
{
	display:block;
	width:800px;
	height:320px;

}

.master .content .boxa
{
	display:block;
	width:270px;
	height:320px;
	float:left;
}


.master .content .boxa .sp
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	text-align: center;
	clear:both;
}

.master .content .boxa .silvina
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.master .content .boxa .arq
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.master .content .boxa .entrar
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	marin-top:30px;
	text-align: center;
	text-decoration:underline;
	color: #66487c;
	text-transform: uppercase;
	font-weight: bold;
}

.master .content .boxa .entrar:hover
{
	background-image: url(../images/effectlink.gif);
	color: #a65456;
	text-decoration: none;
}

.master .content .boxb
{
	display:block;
	width:480px;
	height:320px;
	float:left;
}

.master .content .boxc
{
	display:block;
	width:270px;
	float:left;
	padding: 2px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/******************************************** ********** ********** **********/
/**********     try another ...    ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#farben
{
	margin:2px;
	padding:2px;
}
#font span,
#farben span {
  font-family:arial; 
  color:#333333; 
  font-size:10px; 
  text-decoration:none; 
  float:left; 
  display:block;
}

#farben a {
  width:10px; 
  height:10px; 
  display:block;
  float:left;
  margin-left:5px;
}

#font a {
  display:block;
  float:left;
  margin-left:5px;
  font-family:arial;
  color:#cccccc;
  font-size:10px;
  text-decoration:none;
}


/############### MENU ####################/
#blueblock{
width: 250px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
background-color: #90bade;
color: #333;
display:table;
float:left;
clear:both;
}



#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px !important;
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #7c4575;
	color: #fff;
	text-decoration: none;
	text-align:left;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5cdb3;
	border-left-color: #66487c;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #4cc7ce;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a65456;
	border-left-color: #ae7049;
}

.selected a{
	background-color: #4cc7ce !important;
}