/* © 2004 graphservice GmbH, Waldbronn
 * $Id: index.css,v 1.6 2004/11/15 14:26:09 fd Exp $
 */



body {
	background-color: #CCCCCC;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	cursor: default;
	text-align: center;
}

body * {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

h1, h2 {
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 20px;
	margin: 25px 0px 5px;
}

h2 {
	font-size: 16px;
	margin: 5px 0px 25px;
}

i {
	font-size: 20px;
	font-weight: bold;
}

form  {
	line-height: 20px;
	margin: 0px 0px 25px;
}

#box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 350px;
	text-align: center;
	margin: 0px auto;
	padding: 25px 0px;
}

.copyright {
	margin: 5px 0px;
}

.menuwrapper {
	float: none;
	margin: 0px auto 25px;
	width: 60px;
	height: 20px;
}

.menu {
	top: 0px;
	left: 0px;
	float: none;
}

#alternate {
	margin: 0px auto;
	text-align: left;
	width: 175px;
}


.bookmark {
	background: url( ../gfx/misc/bookmark.gif ) no-repeat right;
}

#mapsize {
	display: none;
}

.notice {
	font-size: 14px;
}


