/* - - - - - - - - - - - */
/* standard tags         */
/* - - - - - - - - - - - */

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 80%;
	color: #000000;
	background-color: #E1E3EB;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 1em;
}

textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 1em;
}



h1, h2, h3, th {
	color: #003366;
	text-align: left;
}

h1 { 
	font-size: 1.4em;
	font-weight: normal;
}

h2 { 
	font-size: 1.2em;
}

h3 { 
	font-size: 1em;
}

a {
	color: #003366; 
	text-decoration: none;
}

a:visited {
	color: #446699; 
}

a:hover {
	color: #DC871E; 
	text-decoration: none;
}
	
cite {
	font-style: normal;
	color: #666666;
}

ul {
	list-style-type: square;
}

ol {
	list-style-image: none;
}

li {
	margin-bottom: 0.5em;
}

li ul, li ol {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

hr { 
	height: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-color: #003366;
}

caption {
	color: #003366; 
	font-weight: bold;
}

abbr, acronym {
	border-bottom-style: none;
}

label { 
	color: #003366;
	font-weight: bold;
}


/* - - - - - - - - - - - */
/* page areas            */
/* - - - - - - - - - - - */

#pageheader {
	height: 70px;
}

#topnav {
	text-align: right;
	padding-bottom: 8px;
	margin-right: 96px;
}

#leftnav {
	float: left;
	width: 12em;
	padding: 4px;
}

#breadcrumb {
	color: #003366;
	margin-left: 14em;
	margin-right: 96px;
	margin-bottom: 1em;
	border-bottom: 1px solid #003366;
}

#pagecontent {
	margin-left: 14em;
	margin-right: 16px;
}

#pagecontentnav {
	float: left;
	width:12em;
}

#pagecontentwithnav {
	margin-left: 13em;
}

#pagecontentsidebar {
	float: right;
	width:12em;
}

#pagecontentwithsidebar {
	margin-right: 14em;
}


/* - - - - - - - - - - - */
/* navigation            */
/* - - - - - - - - - - - */

ul.nav li { 
	border-top: 1px solid #003366; 
	padding-top: 6px;
}

ul.nav { 
	border-bottom: 1px solid #003366; 
}


/* - - - - - - - - - - - */
/* user-defined classes  */
/* - - - - - - - - - - - */

h2.subheader, h3.subheader { 
	font-weight: normal;
	margin-top: -0.85em;
}

a.inlinelink {
	color: #336699;
}

ul.linklist {
	list-style-image: url('/images/dot_bluearrow.gif');
	padding-left: 8px;
	margin-left: 8px;
}

ul.linklist li {
	margin-bottom: 0em;
}

ul.commandbar {
	color: #003366;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 2px;
}

ul.commandbar li {
	display: inline;
	padding-left: 0.4em;
}

ul.none { 
	list-style-type: none;
	list-style-image: none;
	padding-left: 0em;
	margin-left: 0em;
}

ol.decimal { 
	list-style-type: decimal;
}

ol.roman { 
	list-style-type: upper-roman;
}

ol.alpha { 
	list-style-type: upper-alpha;
}

th.big { 
	font-size: 1.2em;
}

th.shadowed, td.shadowed {
	background-color: #F2F6FA;
}

th.normalfont {
	color: #000000;
	font-weight: normal;
}

img.topleft {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 8px;
}

img.topright {
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 0px;
}

img.withborder {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

img.withshadow {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', direction=135, strength=2);
	margin-bottom: 10px;
	margin-right: 15px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

img.publication {
	width: 160px;
	float: left;
	margin-top: 3px;
	margin-bottom: 24px;
	margin-left: 0px;
	margin-right: 15px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', direction=135, strength=2);
}

img.download {
	width: 160px;
	float: left;
	margin-top: 3px;
	margin-bottom: 24px;
	margin-left: 0px;
	margin-right: 15px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.publication, div.download {
	margin-left: 190px;
}

div.withborder {
	border-left: 1px dotted #003366;
	border-top: 1px dotted #003366;
	border-right: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
}

a.infolink {
	font-family: 'Times New Roman', serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #F2F6FA;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 4px;
	margin-right: 10px;
	border: 1px outset #003366;
}

table.lines {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.lines td {
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
}


.floatcontainer {
	float: left;
	width: 100%;
}

.floatcontainer > h1:first-child {
	margin-top: 0em;
}

.hidden {
	display:none;
}

.normalsize { 
	font-size: 1em;
}

.small { 
	font-size: 0.85em;
}

.subheader, .smaller { 
	font-size: 85%;
	font-weight: normal;
}

.left { 
	text-align: left;
}

.center {
	text-align: center;
}

.right { 
	text-align: right;
}

.bold { 
	font-weight: bold;
}

.highlighted, a:visited.highlighted {
	color: #DC871E; 
}

.nomarginbefore { 
	margin-top: 0em;
}

.nomarginafter { 
	margin-bottom: 0em;
}

.nomarginafter + h2, 
.nomarginafter + h3, 
.nomarginafter + p, 
.nomarginafter + ul, 
.nomarginafter + ol { 
	margin-top: 0em;
}

.noverticalmargin { 
	margin-top: 0em;
	margin-bottom: 0em;
}

.smallspace {
	margin-bottom: 0.5em;
}

.nowrap {
	white-space: nowrap;
}

.shadowedarea {
	background-color: #F2F6FA;
	padding: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

.shadoweddiv {
	background-color: #F2F6FA;
	padding: 4px;
}

.shadoweddiv2 {
	background-color: #F7F9FB;
	padding: 4px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.neu {
	font-size: 0.85em;
	color: #CC0000;
	background-color: #FFFF99;
}

.dottedlinetop {
	border-top: 1px dotted #003366; 
}

.dottedlinebottom {
	border-bottom: 1px dotted #003366; 
}

.dottedlineleft {
	border-left: 1px dotted #003366; 
}

.dateheader {
	font-size: 0.85em;
}

.teaserheader, .navheader {
	color: #003366;
	font-weight: bold;
}

.innerpagenavbar {
	color: #003366;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 2px;
}

.footnote {
	margin-left: 1em;
	text-indent: -1em;
}

.simplelist {
	margin-left: 0.6em;
	text-indent: -0.6em;
}

.datefooter {
	color: #999999;
	font-size: 0.85em;
	text-align: left;
	margin-top: 48px;
}

.copyright {
	color: #999999;
	font-size: 0.85em;
	text-align: left;
}

.pdfhinweis {
	background-color: #F2F6FA;
	padding: 4px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#pagecontentsidebar .pdfhinweis {
	background-color: #F2F6FA;
	padding: 4px;
	margin-top: 0em;
	margin-bottom: 1.5em;
	margin-left: 1em;
}

.warning {
	background-color: #FFF8F8;
	padding: 4px;
	border: 1px dotted #DC871E;
}

/* - - - - - - - - - - - - */
/* imperia template styles */
/* - - - - - - - - - - - - */

.label {
	color: #CC3333;
	margin-top: 1em;
	margin-bottom: 0px;
}

.labelopt {
	color: #999999;
	margin-top: 1em;
	margin-bottom: 0px;
}

.controls {
	color: #000000;
}

.tmplarea {
	background-color: #FCFCFC;
	border: 1px dotted #CCCCCC; 
	padding: 4px;
}

.popup {
	position: absolute;
	width: 500px;
	height: 200px;
	z-index: 2;
	overflow: scroll;
	scrollbar-base-color: #F9F9F9;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-shadow-color:#999999;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: none;
}