@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#747474;
	margin:0px;
}

img{
	border:0px;
}

#logo{
	background:url(../images/larp_logo.png) no-repeat;
	height:54px;
	width:142px;
	position:relative;
	left:800px;
}

#maintable{
	width:993px;
	position:absolute; 
	left:50%; 
	margin-left:-496px; 
}

#header{
	background:url(../images/header.jpg);
	height:156px;
}

#lrpagenda_link a{
	color:#fff;
	text-decoration:underline;
}

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

#lrpagenda_link a:visited{
	color:#fff;
	text-decoration:underline;
}

#content{
	background:url(../images/content_bg.gif) repeat-y;
	padding-left:39px;
	padding-top:5px;
	padding-right:24px;
	min-height:900px;
	height:100%;
	text-align:left;
	
}



#content a{
	color:#000;
	text-decoration:underline;
}

#content a:visited{
	color:#000;
}

#content a:hover{
	color:#747474;
}

#lrpagenda{
	position:relative;
	top:43px;
	left:39px;
	width:150px;
	color:#FFF;
	text-align:center;
}

#menu{
	position:absolute;
	padding-right:24px;
	top:122px;
	left:41px;
	height:28px;
	font-weight:bold;
}

#menu a{	
	float:left;
	padding-top:4px;
	display:block;
	color:#b3b3b3;
	font-size:13px;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-decoration:none;
}

#menu a:hover{
	background:url(../images/menu_link_bg.jpg) repeat-x;
	color:#fff;
	border-bottom:1px solid #5d6da1;
	border-left:1px solid #5d6da1;
	border-right:1px solid #5d6da1;
}

h1{
	margin:0px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #000;
	width:655px;
	padding-bottom:3px;
}

#ad_blok{
	background:url(../images/ad_bg.jpg) repeat-y;
	width:260px;
	position:relative;
	top:-5px; 
	float:right;
	padding-right:1px;
	margin-left:5px;
	padding-top:5px;
}

#ad_bottom{
	height:14px;
	width:260px;
	background:url(../images/ad_bottom.jpg);
}