/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#site {
	position:absolute;
	width:810px;
	background-image:url(template/bg_content.png);
	background-repeat:repeat;
	z-index:1;
}
#header {
	position:relative;
	width:810px;
	z-index:1;
	background-image:url(template/bg_header.png);
	height: 145px;
}
#menu {
	position:relative;
	width:810px;
	z-index:2;
	background-image:url(template/bg_menu.png);
	height: 27px;
}
#content {
	position:relative;
	width:810px;
	z-index:3;
	font-size:12px
	height: 400px;
	padding:30px;
}
#footer {
	position:relative;
	width:810px;
	z-index:4;
	background-image:url(template/bg_footer.png);
	text-align:center;
	height: 25px;
}
.menutable {
	height:27px;
}
.menucell {
	padding-left: 5px;
	padding-right: 10px;
}
.footer {
	font-size: 9px;
	color:#999999;
}
a.menuitem:link, a.menuitem:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:link, a:visited {
	font-size: 12px;
	color: #0000FF;
	font-weight:normal;
	text-decoration:underline;
}
a.extlink:link, a.extlink:visited {
	background-color: transparent;
	background-image: url(http://www.fabig-umzug.de/template/extlink.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 15px;
}
.menuspacer {
	font-size: 16px;
	color: #FFFFFF;
}
.box {
	border:solid 1px #999999;
}
.inputbox {
	font-size: 11px;
	text-indent: 3px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #EFEFEF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.textsmall {
	font-size: 10px;
}
.textbold {
	font-weight: bold;
}
table {
	font-size: 12px;
	line-height:1.5;
}

