html{
/*	height: 100%;*/
	margin: 0px; 
	padding: 0px;
}

body {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px; 
	padding: 0px;
/*	height: 100%;*/
	color: rgb(0,0,128);
/*	background-color: rgb(255,180,180);*/
	text-align: center;
	background-image: url(images/blumentapete.png);
	text-transform: lowercase;
}

a { 
	color: rgb(0,0,255);
}

select {
	font-size: small;
}

input {
	font-size: small;
	color: rgb(0,0,128);
	background-color: rgb(255,255,255);
}

a.navtext {
	color: rgb(255,0,0);
	font-weight: bold;
}

.redtext {
	color: rgb(255,0,0);
}

.bluemerl1 {
	width: 558px;
	height: 1282px;
	background-image: url(images/bluemerl1.png);
}

.navigation {
	padding: 10px;
	margin: 0px auto;
        margin-top: 1em;
	height: 2em;
	width: 700px;
	color: rgb(128,0,0);
        background-color: rgb(255,255,180);
	border: 4px solid rgb(255,255,64);
	-moz-border-radius: 10px;
/*	background-image: url(images/bluemerl2h.png);*/
	font-weight: bold;
}

#content {
	padding: 10px;
	margin: 0px auto;
	margin-top: 1em;
	width: 700px;
	background-color: rgb(220,220,255);
	border: 4px solid rgb(96,96,255);
	-moz-border-radius: 10px;
/*	background-image: url(images/blume2.png);*/
}
