* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}
a, a:link, a:visited, a:active, a:hover {
	color: #F6671E;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #504A3D;
	background-color: #FFFFFF;
}
h1, h2 {
	font-size: 13px;
	padding: 1px 0px 2px 5px;	
	background-color: #B3AF9F;
	color: #ffffff;	
	border-bottom: 1px solid #8F8B79;		
}
h3 {
	font-size: 12px;
	padding: 5px 0px 3px 10px; 	
}
input, textarea, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #E9E9E9;
	background-color: #ffffff;	
	color: #000000;	
	width: 300px;
	line-height: 16px;
	height: 18px;
}
textarea {
	height: 100px;
}
.button{
	background-color: #EFEFEF;
	width: 130px;
	height: 17px; 	
	text-align:center;
	color:#FA6A19;
	margin-top: 3px;
	border: 1px solid #B3B2B2;
	margin-bottom: 5px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align:top;
	padding: 1px;
}
label {
	clear: left;
	display: block;
}
.row0 td{
	background-color:#FEFEFE;
}
#header {
	height: 169px;
}
/*#topads {
	background-color: #C0C0C0;
	text-align: center;
	padding: 20px 5px;
	border-top: 1px solid #CD0330;
	border-bottom: 1px solid #CD0330;	
}*/
#abc-liste-box {
	text-align: center;
	width: 427px;
	background: #F8F8F8;
	border: 1px solid #E4E1D3;
	margin: 15px 0px 0px 10px;
	padding:  5px 5px 5px 5px;
}

#abc-ergebnis-box {
	width: 435px;
	background: #F7F4EF;
	border: 1px solid #EBE6D3;
	margin: 15px 0px 0px 10px;
	padding: 1px 1px 1px 1px;
}
#abc-ergebnis-box h4{
	color: #F46C22;
	background: #EDEADC url(../graphics/buttons/h4.gif) no-repeat 2px;
	margin-bottom: 3px;
	font-size:12px;
	font-weight: bold;
	text-indent: 22px;

}
#content {
	text-align: left;
	width: 780px;
	margin: 0px auto;
	background: #E9E9E9 url(../graphics/common/bg.jpg) repeat-y top left;
	min-height: 100%;
	padding: 0px 38px;
	position: relative;
}
#main {
	margin: 0px 1px 0px 161px;
	float: left;
	width: 458px;
	display: inline;	
}

#main h1 {
	margin-bottom: 10px;
}
#main p, #main address {
	padding: 5px;
}
#right {				
	width: 160px;
	float: left;
	margin-top: 0px;
}
#left {
	position: absolute;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	left: 38px;
}
#left ul {
	margin: 0px 0px 20px 0px;
}
#left li a, #left li a:link, #left li a:visited, #left li a:active, #left li a:hover {
	background:  url(../graphics/buttons/nav01.gif) no-repeat 5px;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 1px 25px;
	color: #5B4C37;	
	text-decoration: none;
	display: block;
}
#left li a:hover {
background:  url(../graphics/buttons/nav02.gif) no-repeat 5px;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-left: 160px;
	margin-bottom: 0px;
	padding-top: 20px;
	border-top: 1px solid #E9E9E9;
	width: 458px;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a, #footer li a:link, #footer li a:visited, #footer li a:active, #footer li a:hover {
	padding: 0px 10px;
	text-decoration: none;
}

#searchbox {
	margin: 20px 0px;
	text-align: center;
}
#addAbbr {
	border: 1px solid #EEECE3;
	background-color: #F8F8F8;
	margin: 10px  10px  10px  70px;
	padding-left: 10px;
	width:320px;
}

#result {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#result th, #result td {
	padding: 4px;
}
.onerow {
	xwhite-space:nowrap;
}
.message {
	font-weight: bold;
	color: #e46f2d;
}
.shortTD {
    /*width: 50px;*/
}
table#top100 {
	width: 200px;
	float: left;
	margin: 0px 9px;
}
/*********************************
STYLES FUER SCRIPTACULOUS-FRAMEWORK
**************************************/
div.autocomplete {
	position:absolute;
	width:200px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index: 1;
	text-align: left;
}
	
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected {
	background-color: #b3af9f;
	color: #ffffff;
	font-weight: bold;
}
    
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:18px;
	cursor:pointer;
}