@CHARSET "utf-8";
body {
		background-color : #333333;
		font-family : Arial;
		font-size		: 0.8em;
		margin-top	: 40px;
}

table { border:none; }
td {
	font-family : Arial;
	font-size		: 0.9em;
	vertical-align : top;
}

* html id#content {
	height : 350px;
}

h1 {
	font-family : Arial;
	font-size		: 1.2em;
	margin			: 0;
	padding			: 7px 0;
}
h2 {
	font-family : Arial;
	font-size		: 1em;
}

a {
	text-decoration : none;
	color						: #333333;
	font-weight			: bold;
}
a:hover {
	color	: #E60004;
}

a.menu {
	font-family : Arial;
	font-weight	: bold;
	font-size		: 12px;
	color				: #333333;
}
a.submenu {
	display			: block;
	font-family : Arial;
	font-weight	: bold;
	font-size		: 12px;
	color				: #FFFFFF;
	margin			: 2px 0 2px 0;
}
a.subsubmenu {
	display			: block;
	font-family : Arial;
	font-weight	: bold;
	font-size		: 12px;
	color				: #FFFFFF;
	margin			: 2px 0 2px 10px;
	padding-left: 18px;
	background-image : url(/images/pfeil.gif);
	background-repeat: no-repeat;
}
a.subsubmenu:hover {
	background-image : url(/images/pfeil_on.gif);
	background-repeat: no-repeat;
}

img { border : none; }

img.loesch {
	width : 70px;
	height: 100px;
}

.email {
	display : none;
}
#get {
	background : url(http://http-get.de/get.gif) no-repeat;
}
.noHover:hover{ color:#333333; }
