/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
/*                                          */
/* Basis CSS-Format fuer www.segoviano.de   */
/*                                          */
/* Jose L. Alonso                           */
/*                                          */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */


body {
	margin: 10px auto;
	background-color:#000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

/* -+- farbfelder -+- */
#logo {
	border: 1px solid #ffffff;
	width: 83px; height: 610px;	
	padding: 1px;	
}
#eckob {
	border: 2px solid #ffffff;
	background-image: url(../bilder/eck_peru.jpg);
	width: 76px; height: 300px;	
}
#eckre {
	border: 2px solid #ffffff ;
	background-image: url(../bilder/eck_culinaria.jpg);
	width: 384px; height: 76px;	
}
#eckun {
	border: 2px solid #ffffff ;
	background-image: url(../bilder/eck_reportaje.jpg);
	width: 76px; height: 300px;	
}
#eckli {
	border: 2px solid #ffffff;
	background-image: url(../bilder/eck_album.jpg);
	width: 384px; height: 76px;	
}

/* -+- inhaltsflaechen -+- */
#inliob {
	padding: 5px;
	width: 294px; height: 294px;	
	background-color: #eeeeee;
}
#inliun {
	padding: 5px;
	width: 378px; height: 210px;	
	background-color: #cccccc;
}
#inreun {
	padding: 5px;
	width: 294px; height: 294px;	
	background-color: #dddddd;
}
#inreob {
	padding: 5px;
	width: 378px; height: 210px;	
	background-color: #cccccc;
}

/* eigene angaben */
.ueb1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:32px;
}

/* hyperlinks weiss*/
a.weiss:link 		{ text-decoration: none; color: #ffffff; }
a.weiss:visited { text-decoration: none; color: #ffffff; }
a.weiss:active  { text-decoration: none; color: #FF9900; }
a.weiss:hover   { text-decoration: none; color: #FF9900; }


