body,html {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 160%;
	color: #C4B78C;
}

/*----------------links----------------------*/
a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #C4B78C;
}

/*--------------------------------------*/ /* table */
td {
	text-align: left;
}

/*----------------divs----------------------*/ /** Header **/
#contentheader {
	width: 770px;
	height: 285px;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	color: white;
}

/** Menu **/
#menu {
	position: static;
	background-color: #13171e;
	width: 770px;
	height: 35px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	filter: alpha(opacity =   70);
	-moz-opacity: .70;
	opacity: .70;
	-khtml-opacity: 70;
}

.noCSS {
	background: ;
	font: ;
	margin: ;
	padding: ;
	border: ;
	float: ;
	display: ;
	visibility: ;
}

/** Content **/
#content {
	position: relative;
	top: -35px;
	background-color: #13171e;
	width: 770px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	filter: alpha(opacity =   70);
	-moz-opacity: .70;
	opacity: .70;
	-khtml-opacity: 70;
}

#content-block {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 750px;
}

div.content-position {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	/**border-bottom: 1px solid #c4b78c; **/
	margin-bottom: 10px;
	padding-bottom: 5px;
}



/** Footer **/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em /* background-color:#000000; */
}

#fixed {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	z-index: 10;
	color: #ffffff;
}

#sidebar {
	float: left;
	width: 100px;
	margin: 0 10px;
}

/*--------------------------------------*/ /* Fontsize */
h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3.content-header {
	font-size: 14px;
	border-bottom: 1px solid #c4b78c;
}

/*--------------------------------------*/ /* style form */

/* Zend Form Styling */
.zend_form, .zend_form_dojo {
	width: 700px;
	margin: 5px auto;
	padding: 2px;
	overflow: auto;
}

.zend_form dt, .zend_form_dojo dt {
	padding: 0;
	clear: both;
	width: 15%;
	float: left;
	text-align: left;
	margin: 5px 5px 5px 0;
}

.zend_form dd, .zend_form_dojo dd {
	padding: 0;
	float: left;
	width: 68%;
	margin: 5px 2px 5px 0;
}

.zend_form p,  .zend_form_dojo p {
	padding: 0;
	margin: 0;
}

.zend_form input, .zend_form_dojo input, .zend_form textarea,  .zend_form_dojo textarea {
	margin: 0 0 2px 0;
	padding: 0;
}



/*--------------------------------------*/ /* sidebar sytle*/
#sidebar ul,#sidebar ul li {
	margin-left: 10px;
	padding-left: 0;
}

/*--------------------------------------*/ /* error style */
.error {
	color: darkred;
}
