﻿.standard {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
}
body {
	background-image: url('yellow.jpg');
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	height: auto;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #663300;
	text-transform: none;
	text-decoration: none;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
}

#coolmenu{
	border: 1px none black;
	width: 150px;
}
#coolmenu a{
	font: normal small Arial;
	display: block;
	width: 100%;
	color: #663300;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-bottom-style: none;
	padding-right: 2px;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
	background-color: #99FFCC;
	color: #663300;
}
a {color:#000;}
a:visited {color:#000;}
a:hover {text-decoration:none;}
.sprache {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #663300;
	background-color: #BBFFDD;
	border: thin none #663300;
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -300px;
	left: -150px;
	z-index: 100;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	z-index: 1;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 450px;
	height: 300px;
	z-index: 150;
}

