/* 
=======================================================
Globaleeinstellungen Start 
=======================================================*/
a:focus { outline: none; }
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

P {
	padding: 0;
	margin: 0;
}

body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background-color: #181411;
}
#box_seite_bearbeiten {
	position:relative;
	width:184px;
	z-index:999;
	background-color: #FFFFFF;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	height: 631px;
	position: relative;
	background-image: url(../bilder/hintergrund.jpg);
	margin-top: 25px;
}
/* Globaleeinstellungen Ende */
/*
======================================================= 
Layout Start ( Änderungen für Aussehen ) 
=======================================================*/

#login_box_top {
	background-image: url(../bilder/headbereich_top_1_bg.jpg);
	height: 48px;
	width: 651px;
	padding-top: 30px;
	padding-right: 19px;
}