@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'zsreg';
    src: url('../_fonts/l-webfont.eot');
    src: url('../_fonts/l-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/l-webfont.woff') format('woff'),
         url('../_fonts/l-webfont.ttf') format('truetype'),
         url('../_fonts/l-webfont.svg#lRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;
		
	font-family: Segoe UI, Calibri, Arial; font-size: 12px;
	text-align: justify;
	letter-spacing: 0.1em;
	color: #e2e2e2; 
	background-color: #1d1d1d;
}

h1{position: relative; float: left; font-size: 14px; font-weight: normal; text-transform: uppercase; text-align: justify; color: #fff;}

h2{position: relative; float: left; font-size: 14px; font-weight: normal; text-transform: uppercase; text-align: justify; color: #fff; margin-top: 50px; margin-bottom: 10px; width: 90%;}

p{position: relative; float: left; width: 90%; line-height: 16px; margin-bottom: 50px;}

#content{
	position: absolute;
	width: 75%; height: 100%;
	left: 25%;	

}


#y2011, #y2010, #y2009, #y2008, #y2007, #y2006, #y2005, #y2004, #y2003, #y2002{position: relative; float: left; width: 100%;}


#content li{
		position: relative;
		float: left;

		padding: 0 0 0 0;
		width: 98%;
		margin-bottom: 40px;
		list-style-type: none;
	}




.event_datum{
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	line-height: 20px;
}

.event_datum img{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 55px;
	height: 55px;
}

.event_content{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	line-height: 20px;
}


.ver-space{
	position: relative; float: left;
	width: 100%; height: 10%;
	top:0; left: 0;
}


#menu{
	position: fixed;
	width: 20%; height: 100%;
	top:0; left: 0;
	border-right: 1px solid #333;
	color: #999;
}


#menu a{
	text-decoration: none;
	color: #999;
}

#menu a li{
	position: relative; float: left;
	width: 100%; height: 36px;
	top:0; left: 0;
	font-size: 13px; line-height: 36px;	 text-indent: 30px;
	text-decoration: none;
}




