body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
body,td,th,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a {
	text-decoration: underline;
}
b {
	font-weight: bold;
}
form {
	margin: 0px;
}

.basicGrid {
	width: 106px;
	font-size: 0px;
	height: 1px;
}
.grid {
	border: 1px dashed #DCDCDC;
}
.grid { /* alle */
	height: 16px;
}
* html .grid{ /* nur IE */
	height: 16px;
}


.default{
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	border: 1px solid #B9A879;
}
.default a {
	color:#333333;
	text-decoration: none;
}
.default a:hover {
	text-decoration: underline;
}

.defaultForm {
	background-color:#FFFFFF;
	border: 0px solid #B9A879;
	width: 200px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
.active{
	padding: 0px 2px 0px 2px;
	background-color:#B9A879;
	border: 1px solid #B9A879;
}
.active, .active a {
	color:#FFFFFF;
	text-decoration: none;
}
.active a:hover{
	text-decoration: underline;
}

.shortcuts{
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	color:#B9A879;
}
.shortcuts a{
	color:#B9A879;
	text-decoration: none;
}
.shortcuts a:hover{
	text-decoration: underline;
}

.pushbox{
	padding: 0px 2px 0px 2px;
	background-color:#F8F6F1;
	border: 1px solid #B9A879;
	height:5px;
}
.pushbox a{
	text-decoration: underline;
	color: #333333;
}
.pushbox a:hover{
	color:#B9A879;
}
.pushBoxForm {
	background-color:#F8F6F1;
	border: 0px solid #F8F6F1;
	width: 90px;
	height: 11px;
	font-size:9px;
}
.contentBlock {
	width: 500px;
	margin-top: 20px;
	margin-left:20px;
	margin-bottom:15px;
	margin-right: 0px;
	/* text-align: justify; */
}
.contentBlock a{
	font-weight: bold;
	color:#B9A879;
	text-decoration: underline;
}
.contentBlock a:hover{
	color:#333333;
}
/*
.contentBlock img.screenLeft{
	border:1px solid #666666;
	float: left;
	margin-right:5px;
}
.contentBlock img.screenRight{
	border:1px solid #666666;
	float: right;
	margin-left:5px;
}
*/

.contentBlock div.imgLegendLeft {
	float: left;
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-right:10px;
}
.contentBlock div.imgLegendLeft img {
	/*border:1px solid #666666;
	margin-right: 10px;*/
}
.contentBlock div.imgLegendLeft img.zoomLink {
	cursor: pointer; 
	cursor: hand;
}

.contentBlock div.imgLegendRight {
	float: right;
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-left: 10px;
}
.contentBlock div.imgLegendRight img {
	/*border:1px solid #666666;
	margin-left: 10px;*/
}
.contentBlock div.imgLegendRight img.zoomLink {
	cursor: pointer; 
	cursor: hand;
}



/*
.contentBlock img.zoomLeft{

}
.contentBlock img.zoomRight{
	border:1px solid #666666;
	float: right;
	margin-left:5px;
	cursor: pointer; 
	cursor: hand;
}
*/
.topic {
	font-weight: bold;
}
.contentTitle {
	font-size: 12px;
	color:#B9A879;
	font-weight: bold;
	margin-bottom: 5px;
}
b {
	font-weight: bold;
}
.hand {
	cursor: pointer; 
	cursor: hand;
}
.disclaimer {
	margin: 5px 0px 0px 10px;
}
.disclaimer, .disclaimer a{
	color: #C1C1C1;
}
#contentArea input, #contentArea select, #contentArea textarea {
	border: 1px solid #B9A879;
	background-color:#F8F6F1;
}
#contentArea input.none {
	border: 0px solid #FFFFFF;
	background-color: transparent;
}
