html,
body 
	{
	margin:				0px;
	padding:			0px;
	border:				0px;
	}
.right
	{
	float:				right;
	}
.left
	{
	float:				left;
	}
.bg
	{
	background:			url(../../editor/img/bg.gif) top left;
	}
.title
	{
	width:				500px;
	padding:			20px 36px 40px 36px;
	}
.titled,
.titlee,
.titlef
	{
	width:				500px;
	padding:			10px 36px 10px 36px;
	}	
.header
	{
	width:				500px;
	padding:			20px 36px 10px 36px;
	}
.titlelarge
	{
	text-align:			center;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			16px;
	font-weight:		bold;
	color:				black;
	}
a.titlelarge:link,
a.titlelarge:visited
	{
	text-align:			center;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			16px;
	font-weight:		bold;
	text-decoration:	none;
	color:				black;
	}
a.titlelarge:hover
	{
	text-align:			center;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			16px;
	font-weight:		bold;
	text-decoration:	underline;
	}
.legende
	{
	margin:				40px 0;
	}
.add
	{
	width:				702px;
	padding-left:		36px;
	}
.nav
	{
	padding:			5px 0px;
	}
.box
	{
	background:			#eff0f1;
	width:				130px;
	height:				36px;
	padding:			7px 5px;
	border-right:		1px solid white;
	border-bottom:		1px solid white;
	}
.box_over
	{
	background:			#f8f8f8;
	width:				130px;
	height:				36px;
	padding:			7px 5px;
	border-right:		1px solid white;
	border-bottom:		1px solid white;
	cursor:				pointer;
	}
.image
	{
	width:				680px;
	padding-left:		36px;
	margin-bottom:		10px;
	}
.imagename
	{
	margin-top:			10px;
	}
.title,
.textd,
.texte,
.textf,
.special,
.detail,
.online,
.content
	{
	padding-left:		36px;
	}
.textd,
.texte,
.textf,
.online
	{
	margin-bottom:		30px;
	}
.input
	{
	border:				1px solid silver;
	margin-bottom:		5px;
	font-weight:		normal;
	}
a.btn_add img,
a.btn_online img,
a.btn_edit img,
a.btn_up img,
a.btn_down img,
a.btn_detail img,
a.btn_del img
	{
	background:			silver;
	}	
a.btn_add img:hover,
a.btn_online img:hover,
a.btn_edit img:hover,
a.btn_up img:hover,
a.btn_down img:hover,
a.btn_detail img:hover,
a.btn_del img:hover
	{
	background:			#666;
	}
.btn_add_over img,
.btn_online_over img,
.btn_edit_over img,
.btn_up_over img,
.btn_down_over img,
.btn_detail_over img,
.btn_del_over img
	{
	background:			#666;
	}
a.btn_online_active img,
a.btn_detail_active img
	{
	background:			green;
	}
a.btn_up_inactive img,
a.btn_down_inactive img
	{
	background:			silver;
	}
.bluelink
	{
	color:				#457FC2;
	text-decoration:	none;
	}
.content,
.detailnav
	{
	padding-left:		167px;
	margin-bottom:		40px;
	}	
.bildlegende
	{
	padding-top:		10px;
	}
.bildlegende p
	{
	padding:			0px;
	margin:				0;
	}

	
/* Der Kern von Clearfix */
.clear-after:after
	{
	content:			".";
	display:			block;
	clear:				both;
	height:				0;
	visibility:			hidden;
	}
/* IE-Patches für Clearfix */
.clear-after { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clear-after { height: 1px; }
.clear-after { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */