/* 
	* OX Hilfe Styleguide
	* Autor   : CUP GmbH Karlsruhe
	*Version : 1.0
*/			

/* Debug für Div's  
div {border: solid 1px #f00;}
*/

/*================================================== tag redefinitionen ============================================*/

/* Standardfont */
td, table, div, th  {
    -moz-box-sizing:border-box ;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
	color: #323d52;
}

tr {
	vertical-align: top;
}

html, body {
	margin:0px; padding:0px;
	background-color: #ffffff;
	width:900px;
	font-size: 11px;
	line-height: 18px;
	color: #323d52;
}

body {
	 -moz-box-sizing:border-box ;
	font-family: Arial, helvetica, sans-serif;
}
 
img {
	border: 0px;
}

div {
	-moz-box-sizing:border-box;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color	:	#323A9E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

h1{
	font-size: 18px;
	xline-height: 22px;
	margin: 30px 0px 0px 0px;

}

h2{
	font-size: 16px;
	xline-height: 20px;
	margin: 30px 0px 0px 0px;
}

h3, h4 {
	font-size: 14px;
	xline-height: 18px;
	margin: 20px 0px 0px 0px;
}

h4 {
	font-size: 12px;
}


a:link, a:hover, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #e87300;
}
a:hover {
	color: #757595;
}
/* a:visited {
	color: #9595B5;
} */

dl {
	margin-left: 0px;
	padding-left: 11px;
}
dt {
	margin-left: 0px;
	padding-left: 12px;
}
dd {
	margin-left: 0px;
	padding-left: 12px;
}

p {
	margin: 5px 0px 15px 10px;
}
/*================================================== named divs ============================================*/


.toc, .preface, .article {
	margin:10px;
}

.navheader {
  background-color: #E1E4EB;
}
.navfooter {
  background-color: #E1E4EB;
}

.book,.chapter {
	margin:10px;
}

.simplelist {
	margin: 5px 0px 5px 22px;
}

.variablelist {
	margin: 5px 0px 5px 22px;
}

.sect1 {
  margin: 0px 10px 0px 10px;
}

.toc .sect1 {
	margin:0px;
}

.mediaobject {
	border:1px solid #323d52;
}
.inlinemediaobject {
	margin: 0px 5px 0px 5px;
}

div.navfooter table {
	padding: 0px 10px 10px 10px;
}

div.navheader table {
	padding: 10px 10px 0px 10px ;	
}

div.navheader th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.figure {
	margin:10px;
}

div.figure p.title
{
	font-style: italic;
	color: #000000;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
}