body
{
	background-color: #f9f9f9;
	font-size: small;
	padding: 0;
	font-weight: normal;
	margin: 0;
	color: #555;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -1;
}
/*input, select { border:solid 1px #000; }*/
input.searchfield
{
	width: 360px;
	padding: 2px;
	border: solid 1px #000;
	font-size: 1.5em;
}
input.searchbtn
{
	font-size: 1.3em; /* Klick-Button */
}
table
{
	margin-bottom: 15px;
}
img
{
	border-width: 0;
}
a
{
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	text-decoration: none;
}
a:hover
{
	background: none transparent scroll repeat 0% 0%;
	color: #0095b0;
	text-decoration: none;
}

h1
{
	padding: 0;
	margin: 0px 0px 8px;
	font-size: 1.2em;
	color: #0095b0;
	background: none transparent scroll repeat 0% 0%;
	display: block;
	border-bottom: solid #0095b0 1px;
	text-transform: uppercase;
	font-weight: normal;
}
h2
{
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0px 2px;
	color: #0095b0;
	background: none transparent scroll repeat 0% 0%;
}
h4
{
	margin: 0;
	font: 30px 'helveticaneue-condensedbold' , 'Arial Narrow' , Helvetica, Arial, sans-serif;
}

#wrapper
{
	padding: 0;
	background: #fff;
	margin: 0px auto;
	width: 790px;
}
/* Logo */
#logo
{
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding-bottom: 1.5em;
	padding-top: 1.0em;
}

/* Search box */
#searchbox
{
	float: left;
	margin: 0 0 0 20px;
	margin-bottom: 10px;
	background-color: #EBECED;
	width: 550px;
}
/* Round corners */
b.rtop, b.rbottom
{
	display: block;
	background: #fff;
}
b.rtop b, b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #EBECED;
}
b.r1
{
	margin: 0 5px;
}
b.r2
{
	margin: 0 3px;
}
b.r3
{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}
/* Keywords */
div#keywords
{
	float: right;
	width: 200px;
}
div#keywords a
{
	display: block;
}
div#keywords b
{
	display: none;
}

/* Navigation */
#nav1
{
	background-color: #d0d0d0;
	color: #000;
}
#menu1
{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px auto;
	width: 790px;
	height: 29px;
	background-image: url(../images/hntoben.jpg);
}
#logosmall
{
	float: left;
	width: 200px;
}
#logosmall span
{
	vertical-align: top;
}
div#links
{
	float: right;
	width: 590px;
	z-index: 200;
}
#gnav
{
	text-align: left;
	background-color: #deeff2;
	color: #000000;
	padding: 5px 5px 5px 10px;
	border-top: solid #838383 1px;
}

/* ToolTips */
#tip
{
	color: #555;
	border: solid 1px #b51111;
	background-color: #fff;
	width: 400px;
	height: 200px;
	overflow: auto;
	text-align: left;
	padding: 2px;
}
#tip a
{
	color: #b51111;
	text-align: right;
	text-decoration: none;
	display: block;
	margin: 2px 2px 0 0;
}
table th.tip
{
	width: 50%;
}
h3.tip, h3.tip a, table th.tip a, p.tip a
{
	color: #b51111;
}

/* Google Ads */
#ads1, #ads2
{
	padding: 20px 20px 20px 20px;
	width: 750px;
	text-align: center;
	background-color: #838383;
	z-index: 0;
}
#ads1
{
	margin: 0 0 10px 0;
	border-bottom: #abc5d0 1px solid;
}
#ads2
{
	margin: 0 0 0 0;
}
/* #ads2 {color: #ccc;} */

/* Copyrights */
#copyrights
{
	color: #ccc;
	background-color: #838383;
	padding-bottom: 2em;
	font-size: 11px;
	text-align: center;
}
#copyrights a
{
	color: #ccc;
	background-color: #838383;
}

/* Languages */
#menu2
{
	clear: both;
	background: #fff;
	padding: 10px 20px 4px 0;
	font-size: 12px;
	height: 27px;
	margin: 10px 0 0px;
	color: #444;
	line-height: 1.8em;
	text-align: right;
	background-image: url(../images/hntunten.jpg);
}
#menu2 a
{
	color: #000;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#menu2 a:hover
{
	color: #0095b0;
	text-decoration: none;
}
/* Highlight */
.highlight
{
	color: #0095b0;
}

/* Menu links */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
}

#nav a {
	display: block;
	padding:2px 2px 3px 2px;
	margin:1px;
	/*width: 5em;*/
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	background-color: #b51111;
	border:1px solid #000;
	border-bottom-width:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {border-bottom:1px solid #000;width: 140px;}
#nav li ul a {font-weight:bold; color:#fff;}
#nav li ul a:hover {color:#FF0;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Drop Menus */
.basemenu
{
	margin: 0;
	padding: 0;
	z-index: 30;
}
.basemenu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.basemenu li a
{
	display: block;
	margin: 0 1px 0 0;
	text-decoration: none;
}
.basemenu div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #ffffe0;
	border: 1px solid black;
	border-bottom-width: 0;
}
.basemenu div b
{
	display:none;	
}
.basemenu div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 2px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #ffffe0;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
h3.tip
{
	padding: 0 0 2px 0;
	font-size: 1.2em;
	background: none transparent scroll repeat 0% 0%;
	color: #0095b0;
	display: block;
	border-bottom: solid #0095b0 1px;
	text-transform: uppercase;
	font-weight: normal;
}
h3.tip a
{
	padding: 0 0 2px 0;
	font-size: 1.0em;
	background: none transparent scroll repeat 0% 0%;
	color: #0095b0;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}
#specialCharacters
{
	clear:both;
	margin:0;
	padding-top:1px;
	height:35px;
}
#specialCharacters ul 
{
	padding:0;
	list-style:none;
}
#specialCharacters li
{
	float: left;
}
#specialCharacters a
{
	border: solid #000 1px;
	margin-right:5px;
	padding:0 2px 0 2px;
}
#searchoptions span
{
	display: block;
}
#searchoptions .langs
{
	float: left;
}
#searchoptions .options
{
	float: right;
	margin-right: 10px;
	text-align: right;
}
.searchquery
{
	padding: 0px 0px 10px 10px;
}
.error
{
	color: #f00 !important;
	font-weight: bold;
}
.checkbox
{
	border: none;
}

#bidi
{
	float: right;
}

#table_result
{
	width: 550px;
	text-align: left;
}
td.image
{
	vertical-align: top;
	width: 16px;
	margin-top: 2px;
	margin-right: 0px;
}
td.text
{
	vertical-align: top;
	margin-bottom: 2px;
}
#otherblue
{
	color: #0095b0;
}
#otherred
{
	color: #b00101;
}
#result
{
	margin-right: 140px;
	position: relative;
}
#google_ad3
{
	float: right;
	width: 125px;
	margin-top: 40px;
	margin-right: 40px;
}

/* IE-Mac hacks */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
/* IE-Mac hacks */

/* Needs name chage to English! */
#inhalt
{
	padding: 20px 20px 10px 20px;
	float: right;
	margin: 0px 0px 5px;
	width: 750px;
	color: #000;
	background-color: #fff;
}
/*uebersetzungsbox*/
#uebox
{
	width: 400px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B51111;
	padding: 3px;
	margin-bottom: 20px;
}
/*uebersetzungsbox reihe*/
.reihe
{
	clear: both;
	padding: 2px 0px;
}
/* Needs name chage to English! */
