body, html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #efefef;
	background-image: url(images/background_slice.gif);
	background-position: top center;
}


img {
	border: none;	
}

h1 {
	margin-top: 14px;
	font-size: 22px;
	margin-bottom: 4px;
}

h2 {
	margin-top: 2px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

textarea, input {
	font-family: Courier New;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	color: #ffffff !important;
}

hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #ffffff;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
}

ul {
	list-style-image: url(images/menu_bullet.gif);
	padding-left: 20px;
	margin-left: 0px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

li {
	padding-left: 0px;	
}

table {
}

/* LAYOUT */

.page {
	width: 916px;
	margin: auto;	
	text-align: left;
	margin-top: 10px;
	margin-bottom: 180px;
	font-family: Courier New;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	line-height: 1.5em;
	letter-spacing: 0px;

}

.pageBorderTop {
	background-image: url(images/kante_oben.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.pageBorderBottom {
	background-image: url(images/kante_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 20px 0px 20px 0px;
}

.pageContent {
	position: relative;
	background-color: #000000;
	padding-left: 30px;
	padding-right: 30px;
}

.header {
	text-align: right;
	padding-top: 125px;
	margin-bottom: 16px;
}

.logo {
	background-image: url(images/katapult_logo.gif);
	background-repeat: no-repeat;
	width: 233px;
	height: 175px;
	position: absolute;
}

.main {
}

.content {
	
}

.leftColumn {
	width: 170px;
	padding-right: 10px;
	padding-left: 20px;
}

.rightColumn {
	padding-bottom: 40px;
	padding-right: 20px;
}

.rightColumn hr {
	text-align: left;
	margin-left: 0px;
	position: relative;
}

.footer {
	text-align: center;
	font-size: 15px;
}

.footer span {
	padding-right: 10px;
}

/* MENU */

.sidemenu {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 6px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 1em;
}

.sidemenu.level0 {
	margin-top: 14px;
	padding-left: 10px;
}

.sidemenuItem.level0 {
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(images/menu_bullet.gif);
	font-size: 22px;
	padding-bottom: 10px;
}

.sidemenuItem a:hover {
	text-decoration: none !important;
}

.sidemenuItem.level0.selected {
	list-style-image: url(images/menu_bullet_selected.gif);
}

.sidemenuItem {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: none;
	color: #ffffff;
}

.sidemenuLink {
	text-decoration: none;
}

.sidemenuLink:hover {
	text-decoration: none;
}

.sidemenuLink.selected {
	text-decoration: none;
}

/* EDIT CONTROLS */

.listInsertPreview {
	background-color: white;
}

/* CONTENT */
.emphasizedLink {
	padding-left: 20px;
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.eventDescription {
	font-size: 16px;
	margin-bottom: 4px;
}

.eventContent {
	margin-top: 16px;
}

/* PAGINATION */

.paginationLink.selected {
	font-weight: bold;
}

/* PAGE CONTENT */

.contentBlock img {
	margin: 2px;
}

/* SECTION */

ul.sectionList {
	list-style-image: url(images/menu_bullet.gif);
}

/* EVENTS */

.eventItemProps.edit {
	font-size: 12px;
}

.eventItemPropsLabelCell {
	padding-right: 10px;
}

.eventItem {
	margin-bottom: 10px;
}

/* GALLERY */

.galleryBlock {
	line-height: 0px;
}

.galleryBlock img {
	margin: 2px;
}

ul.parentLink {
	list-style-image: url(images/menu_bullet.gif);
}

.wideInput {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	width: 100%;
}