
body {
	background-color: #f0f0f0;
	background-image: url(../images/bodybackground.gif);
	background-repeat: repeat-x;
}

#header {
    background: url(../images/shade.gif) repeat-x;
    height:100px;
}

#breadcrumb {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

#printIcon {
	position:absolute;
	top:108px;
	right:10px;
}

div.mainText {
	padding-top: 30px;
	position: relative;
	padding-left:13px;
}

.cont_manuscript {
	padding-top: 0px;
	position: relative;
}

div.column {
    height:500px; /* height for "kolumn" */
    overflow-y: scroll;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
}

div.subcolumnBottom {
    position: absolute; 
    top: 50px; 
    left: 0; 
    right: 0; 
    bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
    overflow-y: scroll;
}

div.subcolumnBottomSmall {
    position: absolute; 
    top: 90px; 
    left: 0; 
    right: 0; 
    bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
    overflow-y: scroll;
}

div.subcolumnBottomMedium {
    position: absolute; 
    top: 75px; 
    left: 0; 
    right: 0; 
    bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
    overflow-y: scroll;
}

div.column.noScroll {
    overflow-y: hidden;
}

.columnwrapper {
    float: left;
    position: relative;
}

.helperwrapper {
	float: left;
    position: relative;
	margin-top: 26px;
	border: 4px solid #dfd8c9;
	color: #b1aa97 !important;
}

.wrapper div {
    background-image: url(../images/tabmainbackground.gif);
	background-repeat: repeat-x;
    background-color:#e8e3d4;
    border:none;
    clear:left;
    /*margin-bottom:10px;*/
    /*padding: 10px;*/
}

.nav > ul > li {
    float:left;
	/*margin-left: 16px;*/
}

.paragraph_number {
	width:18px;
	color:#a9a49a;
}
p.noIndent span.paragraph_number {
	left:-15px !important;
}

span.variantType {
	position: absolute;
	font-size: 0.8em;
	left: 20px;
	top: 41px;
}

.bigImageContainer {
	position: absolute; 
    top: 70px; 
    left: 10px; 
	border: 1px solid #d47f00 !important;right: 10px; bottom: 10px;    /*height:80%;*/
    overflow: hidden;
    /*width: 92%;*/
	margin: 0px !important;
	padding: 0px !important;
}
.bigImage {
	}
#titleBanner {
	position:absolute;
	top:0px;
	left:0px;
	width:1106px;
	height:499px;
	z-index:-1;
	border-bottom:1px solid #c6c6c6;
}

.frontPageDiv {
	height: 490px;
}
