/* 
	© 2006 <i-D> internet + Design GmbH & Co. KG
	http://www.i-d.de
	
	@author Niels Bobogk <niels@i.d.de>
 */

* {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	scrollbar-base-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#333;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#ccc;
	scrollbar-shadow-color:#aaa;
	scrollbar-track-color:#eee;
}
html, body {
	height: 100%;
}
body {
	background: #ccc;
	color: #000;
	font-size: 13px;
	overflow: auto;
}
h1 {
	font-size: 18px;
	margin-bottom: 1em;
}
h2 {
	font-size: 14px;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
small {
	font-size: 0.9em;
}

#wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 600px;
	margin: -300px auto auto -422px;
}
fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}
legend {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
label {
	float: left;
	width: 7em;
	margin: 0 0 5px 0;
}
input.text {
	border: 1px inset #666;
	margin: 0 0 5px 0;
}
button {
	border: 1px outset #333;
}

td.leftpadding {
	padding-left: 5px;
}
#linkHome {
	position: relative;
	top: 4px;
}
#linkImpressum {
	color: #666;
	float: right;
	margin-top: 2px;
}
#linkImpressum a {
	color: #666;
}
.big, a.hoverbig:hover {
	font-size: 18px;
	line-height: 18px;
}
.red {
	color: #ed1c24;
}
.blue {
	color: #4553a4;
}
.gesperrt {
	letter-spacing: 0.2em;
}
a.red, a.blue {
	color: #000;
}
.lineheight {
	line-height: 18px;
}
.content a.red {
	color: #ed1c24;
}
.content a.blue {
	color: #4553a4;
}
a.red:hover {
	color: #ed1c24;
}
a.blue:hover {
	color: #4553a4;
}
#navi a{
	display: block;
	margin-top: 3px;
	letter-spacing: 0.2em;
}
#navi a:hover {
	font-size: 18px;
	margin-top: 0px;
}
a.hoverred:hover {
	color: #ed1c24 !important;
}
