/* CSS Document für FZ Baustellenseite 2009 */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}


a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}

#startzentrierung {
	width: 708px;
	height: 383px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -354px;
	background-image: url(../gfx/bg_content.jpg);
	background-repeat: repeat-y;
}

#zentrierung {
	width: 708px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -354px;
	background-image: url(../gfx/bg_content.jpg);
	background-repeat: repeat-y;
}

#content {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.tableimage {
	display: block;
}

#buttoncontainer {
	text-align: center;
}

#buttoncontainer img {
	margin-top: 10px;
	margin-left: 80px;
	margin-right: 20px;
	margin-bottom: 12px;
}

#quicklinkcontainer {
	background-image: url(../gfx/bg_content.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	text-align: center;
	padding-left: 66px;
}

#quicklinkcontainer img {
}

#footercontainer {
	background-image: url(../gfx/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #0072b5;
	height: 36px;
	padding-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}

#footercontainer a {
	color: #0072b5;
	text-decoration: none;
}

