/* ############################################################################################## */
/* Lignum-Startseite                                                                              */

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
}

div#bg {
	background-image: url('../img/bg.gif');
	min-height: 100%;
}

div#bgTop {
	background-image: url('../img/bg-top.gif');
	background-repeat: repeat-x;
	padding: 20px 0;
}

div#bgPage {
	margin: 0 auto;
	padding-top: 6px;
	width: 904px;
}

div#bgPageTop {
	background-image: url('../img/bgPageTop-904x18.png');
	background-repeat: no-repeat;
	height: 18px;
	overflow: hidden;
	width: 100%;
}

div#bgPageMiddle {
	background-image: url('../img/bgPageMiddle-904x1.png');
	background-repeat: repeat-y;
	padding-top: 33px; /* 45 - 12 */
	padding-right: 47px; /* 38 + 9 */
	padding-bottom: 39px; /* 45 - 6 */
	padding-left: 47px; /* 9 + 38 */
}

div#page {
	
}

div#bgPageBottom {
	background-image: url('../img/bgPageBottom-904x18.png');
	background-repeat: no-repeat;
	height: 18px;
	overflow: hidden;
	width: 100%;
}

/* ********************************************************************************************** */
/* file: all-content.css                                                                          */
div#content div.diashow {
	margin-top: 5px;
	overlfow: hidden;
	position: relative;
}

div#content div.firstChild {
	margin-top: 0;
}

div#content div.diashow div.diashowLabel {
	border-bottom: 1px solid #ca3754;
	font-size: 18px;
	margin-top: -43px;
	width: 180px;
	text-align: right;
	position: absolute;
	right: 0;
}

div#content div.diashow div.diashowLabel a {
	background-image: url('../img/arrows-red.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 24px;
	text-decoration: none;
}

/* ********************************************************************************************** */
/* file: all-layout-pageBody.css                                                                  */
div.pageBodyCol {
	float: left;
	/*min-height: 460px;*/
}

div.pageBodyColCnt {
	
}

div#pageBodyCol-1 {
	border-right: 3px solid #00aa7b;
	margin-right: -3px;
	width: 324px;
}

div#pageBodyCol-1 div.pageBodyColCnt {
	margin-right: 36px;
	padding: 30px 0;
}

div#logo {
	background-image: url('../img/logo-Lignum.png');
	height: 119px;
	margin: 0 auto;
	width: 273px;
}

div#pageBodyCol-2 {
	border-left: 3px solid #00aa7b;
	width: 483px;
}

div#pageBodyCol-2 div.pageBodyColCnt {
	margin-left: 36px;
}

/* ********************************************************************************************** */
/* file: all-editor-font.css                                                                      */
body {
	font-family: Arial;
}

body,a {
	color: #373535;
}
