body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 40px 20px 20px 20px;
}

/* Farben
 blau : #2B659A
 hellblau : #769EC6
 rot_hover: #950705
*/

td {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}
div#menu {
	width			: 960px;
	height		: 55px;
	text-align: right;
	background: url(images/head_top.gif) no-repeat;
	padding		: 0 20px 0 0;
	color			: #2B659A;
}
* html div#menu {
	width			: 980px;
}

div#main {
	width		: 605px;
	padding	: 0 15px 30px 15px;
}
* html div#main {
	width		: 650px;
}

h1 {
	font-size : 1.4em;
	color			: #2B659A;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #2B659A; }

a.menu {
	font-size	: 12px;
	color			: #2B659A;
	margin		: 0 8px;
}
a.menu:hover { color : #950705; }

a.link {
	padding-left: 10px;
	background	: url(images/pfeil.gif) no-repeat;
}

img {
	border : none;
}
img.service {
	width	: 120px;
	height: 90px;
	margin-bottom : 10px;
}

ul {
	margin-left : -1.6em;
}
* html ul {
	margin-left: 16px;
}

li { padding : 3px 0; }

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #769EC6;
	background	: #FFFFFF;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}