/* ALLGEMEIN */
body
{
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7864;
}
td th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7864;
}
hr
{
	border: 0px none;
	border-bottom: 1px solid #7f7864;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.input
{
	border: 1px solid #7f7864;
	background-color: #ffffff;
	color: #7f7864;
	padding: 2px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	width: 100%;
}

.select
{
	border: 1px solid #7f7864;
	background-color: #ffffff;
	color: #7f7864;
	padding: 1px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	width: 100%;
}

.submit
{
	border: 1px solid #ffffff;
	background-color: #7f7864;
	color: #ffffff;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;	
	width: 100%;
	margin: 2px 0px 2px 0px;
}


/* HAUPTBEREICHE */
.borderdiv
{
	width: 100%;
	text-align: center;
}

#eselheader
{
	position: absolute;
	text-align: left;
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
}

#eselmenu
{
	position: absolute;
	text-align: left;
	border-bottom: 1px solid #7f7864;
	width: 100%;
	left: 0px;
	top: 60px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

#eselmenu a:link, #eselmenu a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #7f7864;
}
#eselmenu a:hover, #eselmenu a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

#eselcontent
{
	position: relative;
	width: 750px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7864;
	margin: auto;
	margin-top: 20px;
	padding: 5px;
}

#eselcontent h1
{
	font-size: 16px;
	margin: 15px 0px 15px 0px;
	padding: 0;
	border-bottom: 2px solid #990000;
	color: #990000;
	font-weight: bold;
}

#eselfooter
{
	position: relative;
	width: 760px;
	top: 240px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
	margin: auto;
}
#eselfooter input
{
	border: 1px solid #7f7864;
	background-color: #ffffff;
	color: #7f7864;
	font-size: 11px;
	width: auto;
}
#eselfooter a
{
	color: #7f7864;
	text-decoration: none;
}

/* Wörterbuch */
#wb
{
	display: block;
	position: relative;
	width: 750px;
	top: 70px;
	padding: 0px;
	text-align: center;
}
#wb h1
{
	display: block;
	position: relative;
	top: 30px;
	width: 400px;
	margin: auto;
	padding: 0px;
	border: 0px none;
}
#wb #eingabe
{
	display: block;
	position: relative;
	width: 360px;
	height: 20px;
	line-height: 20px;
	top: 50px;
	text-align: center;
	padding: 0px;
	margin: auto;
}
#wb .input
{
	width: 200px;
	height: 20px;
}
#wb .select
{
	width: 130px;
	height: 18px;
}
#wb .submit
{
	width: 40px;
	border: 1px solid #7f7864;
	color: #393322;
	background-color: #d5caa8;
	height: 20px;
}
#wb #status
{
	display: block;
	position: relative;
	width: 400px;
	height: 16px;
	top: 55px;
	text-align: center;
	padding: 0px;
	margin: auto;
	font-style:italic;
}
#wb #anzeige
{
	display: block;
	position: relative;
	width: 380px;
	top: 70px;
	text-align: left;
	line-height: 18px;
	border-top: 1px solid #7F7864;
	border-bottom: 1px solid #7F7864;
	padding: 15px 5px 15px 5px;
	margin: auto;
}

/* Info-Content */
#infocontent
{
	display: block;
	position: relative;
	width: 750px;
	top: 70px;
	padding: 0px;
	text-align: left;
	line-height: 20px;
}
#infocontent h1
{
	display: block;
	position: relative;
	top: 30px;
	width: 750px;
	margin: auto;
	padding: 0px;
	border: 0px none;
	text-align: center;
}
#infocontent p
{
	display: block;
	position: relative;
	top: 45px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}