/* CSS for Entrics website */
/* 2007 written by Olaf Wodrich, www.entrics.de */

/* general */

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px;
	margin-top: 15px;
	padding: 0;
}

td {
	vertical-align: top;
	padding: 0;
	font-size: 10pt;
}

img {
	border: none;
}

form {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 5pt;
	line-height: 14pt;
}

a {
	color: #598abb;
}

h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-weight: bold;
	margin-top: 20pt;
}

.horLine {
	background-color: #808080;
	font-size: 0;
	overflow: hidden;
}

.column {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.columnLine {
	border-right: 1px dotted #ff6633;
}


/* navi */

.naviColumn {
	height: 100%;
	background-image: url(/img/quallen.jpg);
	background-position: 50% top;
}

.navi {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.navi li {
	font-size: 9pt;
	font-weight: bold;
	line-height: 14pt;
	color: #153c76;
	margin-bottom: 10px;
}

.navi li a {
	color: #598abb;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
	display: inline;
}

.navi li a:hover, #activeEntry {
	color: #ffffff;
	background: #598abb;
}

.secondLevelNavi {
	list-style: none;
	margin-top: 5px;
}

.secondLevelNavi li a {
	text-transform: none;
}

.thirdLevelNavi {
	list-style: none;
	margin-top: 5px;
}


/* main column */

#referencesColumn h2 {
	margin-top: 0;
}

.copy p {
	margin-bottom: 10pt;
}

.referenceBlock {
	width: 330pt;
	float: left;
}

.columnHorLine {
	background-color: #808080;
	font-size: 0;
	overflow: hidden;
	margin-top: 10pt;
	margin-bottom: 25pt;
}

.code {
	font-family: Courier New, Courier, mono;
}

.note {
	border: 2px solid #ff6633;
	padding: 3px;
	margin-bottom: 10px;
}

.releaseTable td {
	padding: 2px;
}


/* right side column */

.box {
	background-color: #dde5ef;
	padding: 5px;
	font-size: 7.5pt;
}

.box h1 {
	font-size: 12pt;
	color: #ff6633;
}

.box h2 {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 7pt;
}

.box p {
	line-height: 10pt;
}

.boxLine {
	border-top: 1px solid #ff6633;
	border-bottom: 1px solid #ffffff;
	font-size: 0;
	margin-bottom: 10px;
}

.caption {
	font-size: 8pt;
	font-style: italic;
	margin-top: 3px;
}

.loginBox td {
	padding: 3px;
	font-size: 7.5pt;
}

.small {
	font-size: 6.5pt;
}

.errormsg {
	color: red;
	font-weight: bold;
	font-size: 6.5pt;
}

/* footer */

.footer {
	margin-top: 30px;
	text-align: center;
	font-size: 7.5pt;
	color: #808080;
}

.footer a {
	color: #808080;
}