body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff3d1;
	color: #000000;
	
	scrollbar-base-color: #f5d9a3;
	/*scrollbar-3dlight-color = Farbe für 3D-Effekte
	scrollbar-arrow-color = Farbe für Verschiebepfeile
	scrollbar-face-color = Farbe für Oberfläche
	scrollbar-highlight-color = Farbe für oberen und linken Rand
	scrollbar-shadow-color = Farbe für unteren und rechten Rand
	scrollbar-track-color = Farbe für freibleibenden Verschiebeweg */ 
}

a:hover  {
	color: #8B0000;
}

.parent {
	width : 100%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: solid 1px #EFB26B;
	background-color: #f5d9a3;
	height : 100%;
}

.border {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border: solid 1px #cc9966;
}

.dense {
	border : none;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.button {
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	color : #FFFFCC;
	border-color : #EFB26B;
	background-color : #cc9966;
}

.form {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : #cc9966;
	border-color : #EFB26B;
	background-color : #FFFFCC;
}

.menu {
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color : #cc9966;
}

.header  {
	font-family : Verdana;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color : #cc9966;	
}

.index {
	font-family : Verdana;
	font-size : 8px;
	text-decoration : none;
	text-align : justify;
	color : #cc9966;
}

.text {
	font-family : Verdana;
	font-size : 11px;
	text-align : justify;
	color : #cc9966;
}

.topright {
	border-right : 1px solid #cc9966;	
	border-top : 1px solid #cc9966;
}

.right {
	border-right : 1px solid #cc9966;
}

.left {
	border-left : 1px solid #cc9966;
}

.bottomleft {
	border-left : 1px solid #cc9966;
	border-bottom : 1px solid #cc9966;
}

.bottomright {
	border-right : 1px solid #cc9966;
	border-bottom : 1px solid #cc9966;
}
