/* Layout Formatting Classes */

.paper {
	position: absolute;
	visibility: visible;
	left: 75px;
	top: 75px;
	overflow: visible;
}
.topbar {
	position: absolute;
	visibility: visible;
	width: 850px;
	height: 50px;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
}
body {
	background-color: #CCCCCC;
	background-image: url(/static/bg.gif);
	background-repeat: repeat-y;
}
.spalte1 {
	position: absolute;
	visibility: visible;
	padding: 0px;
	width: 425px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.spalte2 {
	position: absolute;
	visibility: visible;
	padding: 0px;
	width: 291px;
	margin-left: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.spalte1Sync {
	position: absolute;
	visibility: visible;
	padding: 0px;
	width: 360px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	z-index: 10000;
}
.spalte2Sync {
	position: absolute;
	visibility: visible;
	padding: 0px;
	width: 360px;
	margin-left: 380px;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	z-index: 10000;
}
.twospaltenSync {
	position: absolute;
	visibility: visible;
	padding: 0px;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	z-index: 10000;
}
.twospalten {
	position: relative;
	visibility: visible;
	padding: 0px;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.head {
	position: relative;
	visibility: visible;
	padding: 0px;
	width: 740px;
}
.abstract:hover {
	background-color: #F0F0F0;
}
.linklist {
	line-height: 4px;	
}
.indent {
	text-indent: -15px;
	padding-left: 15px;
	padding-right: 5px;	
}
/* Minipage Stuff */

.minipage {
	background-image: url(/static/mpage_bg.gif);
	background-repeat: no-repeat;
	width: 102px;
	height:134px;
	position: relative;
}
.sidebar {
	width: 12px;
	height:122px;
	position: absolute;
	top: 0px;
	left: 90px;
}
.sbcont {
	width: 77px;
	position: absolute;
	top: 6px;
	left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.mpagehead {
	width: 77px;
	height: 18px;
	position: relative;
	top: 0px;
	left: 0px;
}
.mpagecont {
	position: absolute;
	visibility: visible;
	left: 846px;
	top: 50px;
}

/* Pop Up Stuff */

.popBG {
	background-color: #FFFFFF;
	background-image: none;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
}

.popCLOSE {
	position: absolute;
	margin-left: 304px;
	margin-top: 293px;
}
.popSCROLL {
	position: absolute;
	margin-left: 0px;
	margin-top: 50px;
	width: 409px;
	height: 220px;	
	overflow: auto;
	clip:  rect(0px 409px 220px 0px);
}
.popSCROLLCNT {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.popCLOSEAUTH {
	position: absolute;
	margin-left: 304px;
	margin-top: 225px;
}
.popAUTH {
	position: absolute;
	margin-left: 0px;
	margin-top: 225px;
}

.popTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.popTXTB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.popLink {
	background: url(/static/redarrow.gif);
 	background-repeat: no-repeat;
 	background-position: left;
 	width:12px;
}

.popPDFTITEL {
	width:409px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.popPDFAREA {
	width:409px;
	height:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Text Formatting Classes */

.sectiontitle {
	font-weight: bold;
}
.caption {
	font-style: italic;
}
a {
	text-decoration:none;
	color: #FF3300;
}
a:hover, a:visited:hover {
	text-decoration:underline;
	color: #FF3300;	
}
.ctable {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
td {
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 10px;
}
p {
	margin-bottom: 10px;
	margin-top: 10px; 	
}

hr {
	height: 1px;
	background-color: #000000;
	border: 0px solid #000;
}