body {
	margin:0;
	padding:0;
	background: repeat url('../images/bg.jpg') top center; 
}

#top{
	height: 110px;
	width:100%;
	background: #CCC no-repeat url('../images/logo.png') bottom right;
}

#bottom {
	padding:0;
	margin:0;
}

#content-wrapper{
	background: url('../images/paper.png') no-repeat;
		
	width: 600px;
	height: 640px;
	
	padding-left: 65px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#content {
	width: 555px;
	height: 625px;
	overflow: auto;
}

.content-container {
	width: 750px;
}

.b_pagination {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

div.clear {
	clear:both;	
}

/* MENU */

ul.menu {
	list-style-type: none;
	width: 570px;
}

ul.menu li {
	float: left;
	width: 80px;
	height: 80px;
}

ul.menu img { 
	border: none; 
} 

/* MODULES */

.right-panel {
	text-align: center;	
}

div.moduletable_calendar {
	background: no-repeat url('../images/cal_bg.png') top center; 
	width: 200px;
	padding-top: 135px;
	text-align: center;
}

div.moduletable_calendar div.gcalendar {
	padding-left: 20px;
	padding-right: 20px;
}

div.moduletable_calendar div.gcalendar div {
	background-color: white;
	border: 1px solid #999;
	width: 160px;
}

div.moduletable_calendar div.gcalendar table {
	background-color: white;
	width: 160px;
}

div.moduletable_calendar div.gcalendar table a {
	font-weight:bold;
}


div.moduletable_upcomingevents {
	width:160px;
	border: 1px solid #CCC;
	background-color: white;
	font-size: 10pt;
	margin-left:20px;
	margin-right:20px;
}

div.moduletable_upcomingevents h3 {
	font-size: 10pt;
	font-weight:bold;
}

div.moduletable_upcomingevents h3, div.moduletable_upcomingevents p { 
	padding-left: 5px;
	padding-right: 5px;
}



/* CONTENT */

#content {
	font-size:9pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

.contentheading {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}

.contentitem {
	background: no-repeat url('../images/kratzer-left.png') top left;
	
	padding-left: 50px;
	padding-top: 40px;
}

.articletext {
	background: no-repeat url('../images/kratzer-right.png') bottom right;
	
	padding-right: 30px;
}
