/* MAIN ELEMENT DEFINITIONS */

html, body {
	height: 100%;
	margin: 0px;
}
body {
	width: 85%;
	min-width: 1000px;
	background-color: #EEECE8;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

form { margin: 0px; }

a {
	text-decoration: underline;
	color: #000000;
}

a:hover { text-decoration: none; }

p { margin-top: 0px; }


/* LAYOUT */

body.print {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;

}

/* HEADER */
	
#header {
	float: left;
	position: relative;
	z-Index: 1;
	width: 80%;
	height: 75px;
	background: #ED1C29 url('http://malteser-kreis-heinsberg.de/template/header_bottom.gif') bottom right no-repeat;
}

	#overflow {
		position: relative;
		width: 100%;
		height: 75px;
		overflow: hidden;
	}
	#header-image {
		position: absolute;
		top: 0px;
		left: 25%;
		float: left;
		width: 100%;
		height: 18px;
		padding-top: 57px;
		background: transparent url('http://malteser-kreis-heinsberg.de/template/header.jpg') top left no-repeat;
		border-left: 1px solid #FFFFFF;

		font-size: 8pt;
		color: #FFFFFF;
		text-indent: 5px;
	}
	
	#header-image a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#header-image a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#logo {
	float: left;
	position: relative;
	z-Index: 1;
	width: 20%;
	vertical-align: top;
	min-width: 185px;
	height: 75px;
	background-color: #FFFFFF;
}
#logo img {
	position: absolute;
	top: 10px;
	right: 10px;
}

	#header-right img {
		float: right;
		margin-top: 10px;
		margin-right: 5px;
	}



/* MENUBAR */

#page-container {
	position: relative;
	z-Index: 0;
	top: -5px;
	float: left;
	width: 100%;
	background: #F7F7F7 url('http://malteser-kreis-heinsberg.de/template/menubar_square.gif') 10px 5px repeat-y;
	border-bottom: 5px solid #F7F7F7;
}

#menubar {
	float: left;
	position: relative;
	top: 5px;
	padding-bottom: 5px;
	width: 20%;
	background-color: #F7F7F7;
	border-top: 1px solid #FFFFFF;
}

	#menubar a, #menubar .sub1 {
		display: block;
		width: 100%;
	
		border-bottom: 1px solid #000000;

		font-size: 10pt;
		color: #000000;
		text-decoration: none;
		line-height: 19px;
		text-indent: 30px;
		padding: 5px 0px;

		background: #F7F7F7 url('http://malteser-kreis-heinsberg.de/template/menubar_square.gif') 10px 5px no-repeat;
	}

	#menubar .sub1 {
		text-indent: 45px;
	}
	#menubar .sub2 {
		text-indent: 60px;
	}
	#menubar a:hover { background-image: url('http://malteser-kreis-heinsberg.de/template/menubar_square_mo.gif'); }

#white-container {
	float: left;
	position: relative;
	top: 5px;
	width: 80%;
	padding-bottom: 5px;
	background: #FFFFFF url('http://malteser-kreis-heinsberg.de/template/all_corner.gif') bottom right no-repeat;
}

/* CONTENT ELEMENTS */

#content {
	float: left;
	clear: left;
	width: 75%;
}
#content-container {
	padding: 10px;
}

#rightbar {
	float: left;
	width: 25%;
	padding-bottom: 30px;
	text-align: right;
}

#bottom {
	clear: left;
	width: 100%;
	text-align: right;
	padding: 15px 0px;
	font-size: 8pt;
	color: #000000;

}



/* RIGHTBAR */

.rightbar-c1 {
	width: 100%;
	background: #3C4586 url('http://malteser-kreis-heinsberg.de/template/r_container_tl.gif') top left no-repeat;
}
.rightbar-c2 {
	width: 100%;
	margin-top: 7px;
	background: transparent url('http://malteser-kreis-heinsberg.de/template/r_container_br.gif') bottom right no-repeat;
}
.rightbar-c-content {
	padding: 10px;
	font-size: 8pt;
	color: #FFFFFF;
}

/* COMMON STYLES */

h1 {
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
	color: #B0232A;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	color: #AAAAAA;
	font-weight: normal;
}

/* FRONTPAGE STYLES */

/* FRONTPAGE LEADING */

.frontpage-line {
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #9DA59E;
	margin-bottom: 8pt;

	font-size: 7pt;
	color: #9DA59E;
	text-align: right;
}


.frontpage-leading {
	width: 100%;
	font-size: 9pt;
	color: #000000;
	padding-bottom: 5px;

}
.frontpage-leading h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
}



/* FRONTPAGE INTRO */

.frontpage-intro-body {
	width: 100%;
	margin-bottom: 15px;
	background-color: #EDEDED;

}

.frontpage-intro-top {
	width: 100%;
	height: 5px;
	background: #EDEDED url('http://malteser-kreis-heinsberg.de/template/intro_tl.gif') top left no-repeat;
}

.frontpage-intro-text {
	padding: 0px 5px;
	font-size: 8pt;
	color: #56575C;
}

.frontpage-intro-text h1 {
	margin-top: 0px;
	padding-bottom: 2px;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #9DA59E;
}
.frontpage-intro-text h2 {
	font-size: 10pt;
	color: #B0232A;
	font-weight: normal;
}

.frontpage-intro-bottom {
	width: 100%;
	height: 5px;
	background: #EDEDED url('http://malteser-kreis-heinsberg.de/template/intro_bl.gif') bottom left no-repeat;
}

.frontpage-intro-top img, .frontpage-intro-bottom img { float: right; }


/* ARTICLE STYLE */

.article-head {
	width: 100%;
	float: left;
	padding: 3px;
	border-bottom: 1px solid #9DA59E;

}

.print .article-head {
	width: auto;
	border: none;
}

.article-head img { border: none; }

.article-title {
	float: left;
	font-size: 18pt;
	color: #000000;
	padding-bottom: 3px;

}

.article-date {
	float: right;
	font-size: 8pt;
	color: #000000;

}

.article-body {
	width: 100%;
	font-size: 10pt;
	color: #000000;
}

/* CATEGORY STYLE (NEWS CATEGORY) */

.category-title {
	font-size: 18pt;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px #BDBEC0 solid;
}

.category-item {
	width: 100%;
	float: left;
	font-size: 9pt;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #BDBEC0 solid;
}

.category-item h2 {
	font-size: 11pt;
	color: #B0232A;
	font-weight: normal;
}

.category-item-head {
	float: left;
	width: 100%;
}

.category-item-title {
	float: left;
	width: 70%;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
}

.category-item-date {
	float: right;
	font-size: 8pt;
	margin-bottom: 7px;
}

.category-page-control {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.category-page-counter {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 8pt;
	color: #000000;
}

/* RWI */

.img-left, .thumbnail-left {
	float: left;
	margin: 3px 5px 3px 0px;	
}

.img-right, .thumbnail-right {
	float: right;
	margin: 3px 0px 3px 5px;
}

.thumbnail-left, .thumbnail-right {
	position: relative;
	cursor: pointer;
}
.thumbnail-left img, .thumbnail-right img {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/* RWI GALLERY */

.gallery-tab {
	width: 100%;
	border-spacing: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

.gallery-item {
	padding: 10px;
	text-align: center;
}

.gallery-pages {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 8pt;
	color: #9DA59E;
}

.gallery-pages a { color: #9DA59E; }

#lightbox {
	position: absolute;
	z-Index: 99;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	overflow: hidden;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	color: #000000;
}

#lightbox-head {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	color: #FFFFFF;
	background-color: #ED1C29;
	cursor: move;
	font-size: 15pt;
	font-weight: bold;
}

#lightbox-message {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px solid #000000;
}
#lightbox-message span {
	display: block;
	padding: 10px;
}

#lightbox-content { position: relative; }

#close-img {
	position: absolute;
	right: 5px;
	top: 5px;
}

#lightbox-navi {
	width: 100%;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 13pt;
}




/* PAGINATION STYLE */

.page-number {
	background-color: #BDBEC0;
	padding: 2px;
	margin: 3px;
	font-size: 10pt;
	color: #56595C;
}

.page-number a { color: #56595C }

.page-item {
	padding: 2px;
	margin: 3px;
	font-size: 9pt;
	color: #56595C;
}
