/* CSS Document */

body{

	background-color: #FFEEDD;
	font-family: Georgia;
	text-align: justify;
}

img{

	border: 0px;
}

h1 {
	text-align: center;
	font-size: 60px;
	font-style: italic;
}

h2{
	text-align: center;
}

h3{
}

ul{
}

a{
	text-decoration: none;
}

a:hover {
	color: #E87939;
	text-decoration: underline;
}


.document {

	margin-top: 16px;
}

.content {

	background-color: #FFFFFF;
	width: 800px;
	height: 600px;
	margin: auto;
	padding: 10px;
	border: 1px solid #999999;
	background: url(img/busse_bg.jpg) no-repeat center;
}

.main {
	overflow: auto;
	border: 1px solid #FFFFFF;
	height: 560px;
}

.menu {

	padding-top: 10px;
	border-top: 1px dotted #999999;
	text-align: center;
	vertical-align: bottom;
}

.menuitem {

	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(img/a.gif) no-repeat center left;
}

.textfield {

	padding: 60px;
	padding-top: 20px;
}




.footer {

	font-family: Arial;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

.footer a {
	background: url(img/blank.png) no-repeat center;
	padding-left: 0px;
}

