/* CSS Document */

*{
margin:0;
padding:0;
list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin-top: 10px;
	background-color: #F0F0F0;
	text-align: center;
}
p {
	line-height: 1.4em;
	margin-bottom: 7px;
}
h1, h2 {
	font-size: 1.3em;
	font-weight: bolder;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#screen {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 6px;
	font-size: 0.86em;
	border: 1px solid #CCCCCC;
	line-height: 1.4em;
}
#main-navi {
	margin-top: 130px;
	float: right;
	font-weight: bold;
	padding-right: 60px;
	line-height: 1.6em;
}
a.orange:link ,a.orange:visited, a.orange:active{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.orange:hover {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#content-einzug {
	padding-left: 30px;
	margin-top: 20px;
}
#container {
	background-color: #FFFFFF;
}
#header {
	height: 284px;
	background-image: url(_images/personalservice.jpg);
	/*width: 780px;*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #D3D5D2;
	width: 790px;
}
#content{
	float: left;
	width: 570px;
	font-size: 0.84em;
	padding-bottom: 20px;
	padding-top: 10px;
}
.content-top {
	font-size: 0.9em;
}

#footer {
	font-size: 0.8em;
	color: #000000;
	background-image: url(_images/logo_bottom.gif);
	width: 790px;
	height: 151px;
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-bottom: 2px;
	line-height: 1.4em;
}
.btn {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px groove #999999;
	padding: 2px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
	border: 1px solid #D1D1D1;
	font-size: 1.2em;
	padding: 2px;
}

#foooter {
	width: 800px;
	text-align: left;
	font-size: 0.6em;
	color: #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.footer-top {
	margin-top: 80px;
	float: left;
	clear: both;
}
.footer-bottom {
	float: left;
	margin-top: 14px;
}
#foooter a, foooter a:visited, #foooter a:active {
	color: #666666;
	text-decoration: none;
}
#foooter a:hover {
	color: #000000;
}
#main-navi ul li.page_item a , li.page_item a:visited{
	text-decoration: none;
	color: #FF6600;
}
#main-navi ul li.page_item a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#main-navi ul li.current_page_item a {
	color: #FFFFFF;
}
#content-einzug li {
	list-style-type: disc;
}
#content-einzug ul {
	list-style-type: disc;
	padding-left: 30px;
}
.input-big {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
	border: 1px solid #D1D1D1;
	font-size: 1.2em;
	padding: 2px;
}
.hint {
	font-size: 0.8em;
}
.image_right {
	float: right;
	margin-left: 16px;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #D3D5D2;
}
