body {
	background: #fff;
	margin: 0px;
	height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
}


#header {
	background: #fff url('jaz-logo.png') no-repeat;
	height: 153px;
	width: 77%;
	position: absolute;
	top: 0px;
	right: 1%;
	border-bottom: 2px solid #945100;
}

#header h1 {
	margin: 0px 0px 0px 0px;
	font-family: sylfaen, georgia, times;
	font-weight: normal;
	font-size: 26px;
	text-align: right;
}

#header h1 a {
	color: black;
	text-decoration: none;
}

#header h1 span {
	display: block;
	color: #b50000;
	background: url('sofa.jpg') no-repeat right bottom;
	height: 143px;
	padding-top: 10px;
	padding-right: 20px;
}

#header h3 {
	font-family: sylfaen, georgia, times;
	color: #3a1700;
	border-bottom: none;
	font-size: 17px;
	display: none;
}

#header #version {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	z-index: 101;
	position: absolute;
	text-align: center;
	width: 180px;
	right: 60px;
	top: 118px;
	color: #666;
}

/**			Sitestructure			**/

#wrap {
	margin: 0px;
	width: 100%;
}

.menus {
	background: #fff;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 18%;
	padding-bottom: 2em;
}

#mainarea {
	background: #fff;
	width: 77%;
	position: absolute;
	top: 155px;
	left: 22%;
	padding: 20px 0px 40px 0px;
}

#mainarea h3,
#mainarea h4 {
	margin-left: 10px;
}
#mainarea p {
	margin-left: 15px;
}


#Scriptmenu {
	display: inline;
	float: right;
	padding: 1em;
	background: #fff;
	border: 1px solid #733000;
}

#footer {
	color: #999;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: -80px;
}

#footer a {
	color: #777;
	text-decoration: none;
}

h2, h3, h4 {
	font-family: sylfaen, georgia, times;
	color: #733000;
	clear: left;
}

h2 {
	font-size: 2em;
	position: absolute;
	top: -34px;
	left: 2%;
	color: #3a1700;
	z-index: 100;
	margin: 0px;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 40px;	
}

h4 {
	font-size: 1em;
	font-family: verdana;
}


/**				Elemente			**/

ul, ol {
	line-height: 1.8em;
}

dl {
	line-height: 1.5em;
	padding-left: 3em;
	margin-bottom: 2em;
}

dl dd {
	padding-bottom: 0.3em;
}

dl dt {
	font-weight: bold;
}

a {
	color: #bd4900;
	font-weight: bold;
	font-size: 0.95em;
}

a.toplink {
	float: right;
	padding-right: 30px;
	margin-top: -3em;
}

fieldset {
	width: 95%;
	padding:0px 5px;
	margin: 5px auto;
	overflow: auto;
}

pre {
	margin: 0px;
	padding: 2px 0px 10px 2em;
	overflow: auto;
}

dl.inline {
	padding-left: 4em;
}

dl.inline dd {
	margin-left: 1em;
	float: left;
}
dl.inline dt {
	margin-left: -1em;
	float: left;
	clear: left;
}

/**				Menus			**/

.menus .menutitle {
	padding-left: 0.5em;
	margin: 0px;
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	border: none;
	clear: left;
}

.menus div {
	float: left;
	clear: left;
	margin-bottom: 30px;
}

.menus ul {
	list-style-type: none;
	padding-left: 1.4em;
	margin: 0px;
	line-height: 1.1em;
}

.menus ul li {
	margin-top: 0.5em;
}

.menus #scriptmenutitle {
	padding-top: 40px;
}

.menus #scriptmenu {
}


/**				languages			**/

.languages {
	position: absolute;
	top: 106px;
	right: 276px;
	text-align: right;
}

.languages h3 {
	margin: 0px;
	padding: 0px;
	display: none;
}

.languages ul {
	list-style-type: none;
	margin: 0px;
}


/**				API			**/

.Method {
	background: #733000;
	margin: 0px auto;
	width: 95%;
	margin-bottom: 25px;
	padding-bottom: 3px;
}

.Method .desc {
	background: #fff;
	margin: 2px;
	padding: 1px 20px 1px 0px;
}

.Method .name {
	background: #733000;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}

.Method .usec {
	background: #fff;
	margin: 2px;
	padding: 0px 20px 10px 20px;
}


.Method .usec h4 {
	background: #955000;
	color: #fff;
	font-size: 1.2em;
	padding: 3px 5px;
	margin: 0;
}

.Method .usec dl {
	margin-left: 15px;
}


/**				Demonstration			**/

.demo {
	background: #f4f9fb;
	border: 1px solid #bbb;
	padding: 0.3em 1em;
	margin-bottom: 2em;
}

.preview {
	margin-left: 15px;
	margin-bottom: 5px;
}

.demo fieldset {
	background: #fff;
}

