/* Standard styles */
table,td,div {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

html,body {
	scrollbar-base-color: #474747;
	/*min-height: 100.05%;*/
	margin: 0;
	background-color: #2f2f2f;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li,form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
	text-decoration: none;
}

/* Code Schnipsel */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.table-center {
	width: 100%;
	text-align: center;
}

.js-function {
	text-decoration: underline;
	cursor: pointer;
}

.deleted {
	text-decoration: line-through;
}


/* Page Zentriert */
#center {
	width: 100%;
	height: 100%;
	width: 866px;
	margin: 0 auto;
	background-image: url(newbg2.gif);
	background-repeat: repeat-y;
}

#center_in {
	width: 780px;
	margin: 0 auto;
}

/* Div Container */
#usercp {
	margin-top: 0px;
}

#div_container_01 {
	width: 780px;
}

#div_container_03 {
	float: right;
	width: 609px;
}

#text_01 #wo_bin_ich {
	font-size: 15px;
	color: #773131;
}

#text_01 #in_text {
	font-size: 11px;
	color: #525252;
}

#rechts {
	position: absolute;
	width: 9px;
	height: 1px;
	color: #ffffff;
	font-size: 11px;
}

#text_01 {
	position: relative;
	float: right;
	right: 2%;
	top: 10px;
	width: 580px;
	color: black;
}

/* ANZEIGE STATS */
#end_pic {
	width: 816px;
	margin: 0 auto;
}

#div_container_02 {
	float: left;
	width: 161px;
}

/* Navigation */
.navigation {
	float: right;
	width: 157px;
	margin-bottom: 15px;
	position: relative;
	background-image: url(ag_07.gif);
	background-repeat: repeat-y;
}

.navigation_in {
	clear: right;
	width: 149px;
	position: relative;
	margin: 0 auto;
}

.navigation_in img {
	margin-top: 5px;
}

.navigation_link {
	padding: 2px 0 0 0;
}

.navigation_link A {
	color: #dfdfdf;
	display: block;
	width: 149px;
	height: 16px;
}

.navigation_link A:link,.navigation_link A:visited {
	background-color: #474747;
	color: #dfdfdf;
	display: block;
}

.navigation_link A:hover,.navigation_link A:focus {
	color: #dfdfdf;
	background-color: #515151;
	display: block;
}

input.text {
	width: 20px;
	height: 20px;
	background-color: #D4D4D4;
	color: #000000;
	border: 0px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	width: 25px;
	height: 25px;
	background-color: #D4D4D4;
	color: #B43838;
	border: 0px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Menueleiste */
.menue {
	border: 2px solid rgb(100, 100, 100);
	margin: auto;
}

#f5 {
	font-size: 10pt;
	text-decoration: none;
	color: rgb(0, 0, 0)
}

#tdpx {
	width: 20%;
	background-color: rgb(150, 150, 150);
}

#tdpx:hover {
	background-color: rgb(170, 170, 170);
}

