/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: normal normal normal 11px/15px Verdana, Arial, sans-serif;
	color: #999;
	background: #FAFAFA;
}
p {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 768px;
	height: 596px;
	margin: 5% auto;
	background: url(../imgs/neulogo_strts.gif) 20px 75px no-repeat;
}
#innfeld {
	margin: 160px 0px 0px 287px;
	width: 295px;
	border: 1px solid #EFEFEF;
	text-align: right;
}
#innfeld p {
	margin: 5px;
}
#innfeld a{
	text-decoration: none;
	color: #3366FF;
	padding: 1px 3px;
}
#innfeld a:hover{
	color: #FFF;
	background: #ED1C24;
}
#adrzle {
	width: 768px;
	margin-top: 15px;
	padding: 2px;
	letter-spacing: 0.1em;
	text-align: center;
}
/*=== Hinweisfeld Leistungen ===*/
#hinweis {
	height: 240px;
	width: 450px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #808080;
	background: #3366FF;
	color: #FFF;
}
#hinweis h1{
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-indent: 7px;
	background: #FFF;
	color: #3366FF;
}
#hinweis p{
	margin-left: 9px;
	font-size: 14px;
	font-weight: bold;
}
#hinweis ul{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 19px;
	margin-left: 75px;
}
/*=== für tooltip ===*/
#angbt {
	background: #3366FF;
	margin: 300px 0px 0px 135px;
	width: 225px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 9px;
	transform: rotate(330deg);
	box-shadow: 2px 2px 4px #FFF;
}
#angbt a{
	text-decoration: none;
	color: #fefefe;
}
#angbt a:hover{
	color: #FF0000;
	text-shadow: 0px 0px 3px #FFF;
}