/* basics */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

div#container {
	width: 1000px;
}

img {
	border: none;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	font-size: 0.8em;
	line-height: 1.4em;
}

.small {
	font-size: 0.7em;
}

.large {
	font-size: 0.9em;
}

.xlarge {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* farben */

body {
	background: #000000;
}

div#container {
	background: #FFFFFF;
}

div#top {
	
}

div#center {
	
}

div#bottom {
	
}

h1 {
	color: #FFFFFF;
}

p {
	color: #666666;
}

a {
	color: #DB222B;
}

div#button1 ul li {
background: transparent;
}

div#button1b, div#button1a {
	background: aqua;
}

/* elemente */

img#logo {
	margin: 0 43px 0 0;
}

div#footer {
	width: 100%;
	margin: 15px 0;
	clear: both;
}

div#top, div#center, div#bottom {
	width: 100%;
	clear: both;
}

div#top {
	height: 28px;
}

div#center {

}

div#bottom {
	height: 27px;
	margin-top: -15px;
}


/* navigation */

div#button1 ul li {
	width: 295px;
	height: 130px;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 65px;
	display: block;
}

div#button1 ul li:hover {
	width: 505px;
	overflow: visible;
}

div#button1a {
	width: 295px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#button1b {
	width: 200px;
	height: 400px;
	float: left;
	position: absolute;
	top: 0px;
	left: 300px;
	
}

.navi1	{
	margin: 10px 20px;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

.subnavi1 {
	margin: 10px;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}
