html {
	margin: 0;
	color: black;
	width: 100%;
	height: 99%;
}
img {
	border: 0;
}
html {
	background: white url(/templates/schmeicheleinheiten/images/background.png) repeat-x;
}
div#footer {
	background: white;
}
body, div#header, div#footer {
	width: 900px;
}
a {
	color: #966;
	text-decoration: none;
}
body {
	background: white;
	margin: 0 auto;
	color: #600;
	margin-top: 160px;
	padding-top: 10px;
}
@font-face {
	font-family: Scriptina;
/*	src: url(/SCRIPTIN.ttf); */
}
div#header {
	position: absolute;
	top: 10px;
	height: 160px;
	background: white;
	font-family: "Scriptina", Scriptina, fantasy;
	font-size: 60px;
	text-align: left;
}
div#bar {
	margin: 0;
	padding: 10px 10px;
	background: silver url(/templates/schmeicheleinheiten/images/bar.png) repeat-y;
	font: message-box;
}
div#menu {
	float: right;
	overflow: hidden;
	font: menu;
	width: 22ex;
	padding-right: 1ex;
}
div#content p,
div#content div
{
	font: message-box;
}
div#content {
	font: menu;
	margin-right: 24ex;
	padding: 0 2ex;
	border-right: 1px solid black;
}
div#footer {
	margin-top: 1em;
	padding-bottom: 1em;
}
div#foot {
	font: status-bar;
	padding: 1ex;
	height: 1em;
	color: gray;
	background: silver;
}
div#foot ul {
	list-style: none;
	margin: 0;
}
div#foot ul li {
	float: left;
	padding-right: 5px;
}

div#menu dl {
	margin-top: 10px;
	list-style: none;
}
div#menu dl dt {
	border-bottom: 1px solid;
	font: caption;
	color: white;
	padding: 4px 4px 4px 30px;
	background: url('../images/menue_top.png') #cc0000;
}
div#menu dl dd {
	margin: 0;
}

div#menu dl dd ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#menu dl dd ul ul {
	margin-left: 1em;
}
div#menu dl dd ul li a.active {
	font-weight: bold;
}
div#menu dl dd ul li {
	color: blue;
}
div#bar input {
	border: 1px solid black;
	margin: -1px 0;
	font: message-box;
}

h1 {
	font-size: large;
}
