@charset "iso-8859-1";
/*******************************/
/*                             */
/*  Stylesheet for s-v-m Web   */
/*                             */
/*  (c) 2010 by Visual Lounge  */
/*              Manuel Boch    */
/*                             */
/*                             */
/*******************************/





body
{
	background: url(../images/background1.jpg) top center no-repeat black;
	background-color: #040404;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #b4b4b4;
}


/************************ Layout Definition ************************/

/* PAGE */
div#container
{
	width:500px;
	margin:0 auto;
}

#linkbox
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width:432px;
	height: 27px;
}
div.block
{
	background:url(../imgages/hr.png) no-repeat top;
	margin:60px 0 0 0;
	padding:10px 0 0 0;
	position:relative;
	clear:both;
	border: 0px solid;
}

div.hr
{
	margin: 0 auto;
	height: 1px;
	width: 454px;
	background: #fff url(../images/hr.png) no-repeat scroll center;
}

div.hr hr
{
	display: none;
}

#linkbox li
{

	float: left;
	border: 0px solid #ff9900;
	height: 27px;
}


#left_container
{
	overflow: hidden;
	background-color: #090804;
	background-image: url(../images/agenda_left.png);
	float: left;
	width: 144px;
	height: 102px;
	margin: 182px 0 0 14px;
}




/************************ Font Definition ************************/
img
{
	border: 0;
}

H1 {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:-1px;
}

.day
{
	color: #747474;
}
.month
{
	color: #eb1754;
	text-transform: uppercase;
}



/************************ Entry Definition ************************/

.entry  {
	font-size:11px;
	color: #b4b4b4;
	width: 330px;
	margin-bottom:20px;
	clear:both;
	letter-spacing: 1px;
}

.placeholder {
	float:left;
	width:10px;
	height:35px;
}

.date_display {
	float:left;
	width:45px;
	margin-right:8px;
	padding-right:4px;
	padding-bottom:5px;
	text-align:center;
}


.date_display .day {
	font-size:20px;
	font-weight: bold;
	color: #747474;
	margin-bottom:-4px;
	letter-spacing:-1px;
}

.date_display .month {
	font-size:12px;
	font-weight: bold;
	color: #eb1754;
	margin-bottom:-6px;
	letter-spacing:-1px;
	text-transform: uppercase;
}

.etitle {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:-1px;
}

.etitle a {
	color: #ffffff;
	text-decoration: none;
}

.etitle a:hover {
	background-color: #cccccc;
	color: #c0c0c0;
}

.entry p {
	overflow:auto;
	font-size: 11px;
	width: 310px;
	margin-bottom:5px;
	padding:11px;
	line-height:11px;
	letter-spacing:1px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}