body,form,.checkbox {
	padding:0px;
	margin:0px;
}
body,td,div,select,input,textarea {
	font-family:"Lucida Sans Unicode",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a:link,a:visited,a:active,a:hover {
	color:#4458AA;
}
.small {
	font-size:10px;
}
.form_element {
	margin-bottom:4px;
}
.body_dark,.body_medium,.body_light {
	background-repeat:repeat-x;
	background-position:top;
}
.body_dark {
	background-color:#F4E9DD;
	background-image:url(grafik/bg_dark.gif);
}
.body_medium {
	background-color:#F7EFE6;
	background-image:url(grafik/bg_medium.gif);
}
.body_light {
	background-color:#F9F3EC;
	background-image:url(grafik/bg_light.gif);
}
.headline {
	font-family:Arial;
	font-size:18px;
	color:black;
	margin-bottom:4px;
}
.headline_medium {
	font-family:Arial;
	font-size:14px;
	color:black;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:4px;
}
.headline_small {
	font-family:"Lucida Sans Unicode",Verdana,Tahoma,Arial,Helvetica,sans-serif;;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	margin-bottom:1px;
}
.label {
	margin-top:4px;
	margin-bottom:1px;
}
.icon_small,.icon_small_left,.icon_small_right {
	width:16px;
	height:16px;
	cursor:pointer;
}
.icon_small_left {
	margin-right:4px;
}
.icon_small_right {
	margin-left:4px;
}
.item_editable {
	color:#4458AA;
	cursor:pointer;
}
.item_editable_float {
	color:#4458AA;
	cursor:pointer;
	float:left;
	padding:2px;
}
.item_float {
	float:left;
	padding:2px;
}
.thumb_holder {
	float:left;
	width:120px;
	height:160px;
	overflow:hidden;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.thumb_frame,.thumb_frame_hover {
	cursor:pointer;
	padding:10px;
}
.thumb_frame {
	background-color:#E8E8E9;
}
.thumb_frame_hover {
	background-color:white;
}
.thumb_frame_clicked {
	cursor:pointer;
	background-color:white;
	border:2px dashed #A1A2A5;
	padding:8px;
}
.caption {
	margin-top:1px;
	font-size:9px;
	line-height:10px;
}