body{
	background-color: #FFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #615748;
	margin:0px;
	padding:0px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 13px 0px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px 6px 0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 8px 0px 4px 0px;
}

hr {
	width:100%; 
	color:#FC0; 
	background-color:#FC0; 
	height:1px; 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input{
	border: 1px solid #FC0;
	color: #615748;
}

a {text-decoration:underline}

pre{
	border: 1px solid #DDD;
	background-color: white;
	color: #333;
	font-family: "Courier New", monospace;
	padding: 4px;
	font-size: 11px;
}

p{
	margin: 3px 0px 5px 0px;
}

/* Pseudoformate */
a:link{color:#615748;}
a:visited{color: #615748;}
a:hover{color: #F90;}
a:active{color: #FC0;}


/* Feste Boxen */

#headerBox{
	background-color: #FC0;
	width: 100%;
	height: 50px;
}

#headerBox h1{
	margin: 0px 0px 0px 250px;
	font-weight: bold;
	font-size: 16px;
	padding: 9px 0px 0px 5px;
}

#naviBox{
	position: absolute;
	top: 70px;
	left: 5px;
	width: 240px;
	border-right: 1px solid #FC0;
}

#naviBox ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	line-height:16px;
}

#naviBox li{
	margin-bottom: 3px;
}

#naviBox ul.childs{
	list-style-type: square;
	list-style-image: url("/globals/cimi30_doku_DE.nsf/xsltFolder/$Design.standard01/$File/subchapter.gif");
	margin-left: 7px;
}

#naviBox a{
	color:#615748;
	text-decoration: none;
}

#naviBox a:hover, a:active{
	text-decoration: underline;
}

#contentBox{
	position: absolute;
	top: 70px;
	left: 250px;
	padding: 5px;
	width: 700px;
	margin-bottom: 15px;
}

#contentBox hr{
	color: #615748;
	background-color: #615748;
}

#contentBox table{
	border-collapse: collapse;
	border-top: 2px solid #615748;
	border-bottom: 2px solid #615748;	
}

#contentBox th{
	border-bottom: 2px solid #615748;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
	/*background-color: #FC0;*/
	padding: 2px;
}

#contentBox td{
	border-top: 1px solid #615748;
	border-bottom: 1px solid #615748;
	vertical-align: top;
	padding: 2px;
}

#contentBox img{
	border: 1px solid #CCC;
}

/* Klassen */
.remark{
	font-size: 10px;
}

.warning{
	/*font-weight: bold;
	color: #C33;*/
	font-weight: bold;
	color: #FC0;
	background-color: #615748;
	padding: 2px;
}

.code{
	font-family: "Courier New", monospace;
	color: black;
}

#footer{
	margin-top: 10px;
	font-size: 11px;
	color: #FC0;
	text-align: right;
	vertical-align: top;
}

#footer hr{
	color: #FC0; 
	background-color: #FC0; 
}

#footer a{
	color: #FC0;
	text-decoration: none;
}

#footer p{
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
}

#footer a:hover, a:active{
	text-decoration: underline;
}


/* Klassen */

.searchField{
	width: 180px;
	padding: 1px;
	margin: 0px 3px 3px 0px;
}

.search{
	border-top: 1px solid #FC0;
	padding: 10px 0px 5px 12px;
	margin-top: 15px;
}

/* für das logo oben links */
.icon{
	float:left;
	margin: 5px;
	width: 241px;
	height: 40px;
	overflow: hidden;
}

.fragezeichen{
	float:left;
	background-color: #FFC;
	width: 44px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #FC0;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.logoText{
	float:left;
	width: 190px;
	height: 20px;
	text-align: left;
	color: #FFC;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.logoDocumentation{
	font-size: 20px;
	font-weight: bold;
}

.titleDocumentation{
	font-size: 12px;
	font-weight: normal;						
}

/* Ende für das logo oben links */

.selected{
	font-weight:bold;
	margin: 0px 0px 3px 0px;
}

.contentTitlebarAbstract{
	font-size: 10px;
	width: 80%;
	padding: 0px 0px 0px 9px;
	margin-left: 250px;
}

.arrows{
	display:inline;
	float:right;
	margin-left:10px;
}