body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#E8E8E8;
	margin: 0;
	padding: 0;
}

#wrapper_box {
	margin: 0 80px 0 80px;
	padding: 0;
	height: 100%;
	background-color:#FFFFFF;
	border-left: 1px solid #4A7995;
	border-right: 1px solid #4A7995;
	z-index: 2;
	min-width: 900px;
}

#loading {
	position: absolute;
	top: 395px;
	left: 280px;
	z-index: 3;
	font-size:14px;
	font-weight: bold;
	padding: 25px;
	background-color:#FFFFFF;
	border: 1px solid #4A7995;
	width: 260px;
}

/*kopfbereich*/
#header {
	background-image: url(bilder/layout/bg_header.jpg);
	background-repeat: repeat-y;
	background-color: #E4EBF0;
	height: 120px;
	padding: 0;
	margin: 0;
}

#header_schriftzug {
	position: absolute;
}

/*inhaltsbereich*/
#main_content {
	margin: 35px 60px 0 180px;
	border-right: 1px solid #4A7995;
	padding-bottom: 15px;
	padding-right: 10px;
}

#main_content_popup{
	margin: 0;
	padding: 5px 0 0 5px;
	background-color:#fff;
}

#url_liste {
	/*margin-left: -200px;
	width: 100%;*/
}

/*navigation*/
#navigation {
	background-color: #FFFFFF;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.80;
	border-top: 1px solid #4A7995;
	border-bottom: 1px solid #4A7995;
	border-right: 9px solid #4A7995;
	width: 206px;
	padding: 8px 0 8px 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A7995;
	top: 160px;
	left: 0px;
	position: absolute;
}

#navigation a {
	color: #4A7995;
	display: block;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00;
	padding-bottom: 3px;
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #4A7995;
}

.nav_lo {
	border-bottom: 1px solid #fff;
}

.nav_hi {
	border-bottom: 1px solid #4A7995;
}

/*footer eigenschaften*/
#footer {
	background-color: #FFFFFF;
	height: 40px;
	border-top: 1px solid #4A7995;
	border-bottom: 1px solid #4A7995;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #4A7995;
	margin-top: 0;
	padding-left: 20px;
	background-image:url(bilder/layout/schluessel_footer.gif);
	background-repeat:no-repeat;
	background-position: 272px 3px;
}

#footer_text {
	background-image:url(bilder/layout/bg_footer_linien.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 5px 5px 10px 5px;
	border-left: 1px solid #4A7995;
	border-right: 1px solid #4A7995;
	position: absolute;
	margin-top: -1px;
	background-color: #FFFFFF;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00;
}

.footer_text a{
	color: #4A7995;
}

/*sonstiges*/
h1 {	
	color:#FFFFFF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #4A7995;
	font-weight: bold;
	border-bottom: 1px solid #4A7995;
	border-right: 1px solid #fff;
	background-color:#fff;
	margin-right: -12px;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #8CB1C8;
	font-weight: bold;
	margin-bottom: 0;
}


a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

table {
	background-color:#6F9DBA;
	margin: 5px;
	border: 1px solid #959595;
	/*border-spacing: 1px;*/
	border-collapse: collapse; 
}

td {
	padding: 5px;
	margin: 10px;
	background-color:#effefe;
	border: 1px solid #959595;
	text-align: left;
	vertical-align: top;
}
td.page-button_r {
	text-align: right;
}

th {
	vertical-align: top;
	border: 1px solid #fff;
	color: #FFFFFF;
	padding: 5px;
}

input {
	font-size: 10px;
}

.button {
	text-align:center;
	vertical-align: top;
}

.button input {
	background-color:#DDE6EB;
	border: 1px solid #6E94AA;
}

.url_category {
	background-color:#DDE6EB;
	padding: 10px;
	white-space:nowrap;
}

.block_ok {
	background-color:#51A2A2;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #959595;
}

.url_input {
	width: 320px;
}

.block_error {
	background-color:#B1292D;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:auto; padding:4px; white-space:nowrap;
  color:#000; font-size:11px; line-height:1.2;
}

