body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    
    background-color: #f0f8fc;
}

h1 {
    color: navy;
    margin-left: 40px;
}

h2 {
    color: navy;
    margin-left: 40px;
}

header {
	width: 600;
	height: 40px;
	position: absolute; top: 0px; left: 4px;
	
	background-color: #f0f8fc;
}

nav {
	width: 100%;
	max-width: 960px;
	height: auto;
	position: absolute; top: 40px; left: 4px;
	background-color: #d0e040;
}

main {
	width: 100%;
	max-width: 960px;
	height: auto;
	position: absolute; top: 150px; left: 4px;
	background-color: #f0f0f8;
}

footer {
	width: 600;
	height: 20px;
	position: fixed; bottom: 0; left: 24;
	
	background-color: #f0f8fc;
	font-size: 75%;
}


ul {
	list-style-type: none;
}

li {
	float: left;
}

li a {
    display: block;
    text-align: center;
    padding: 0px 12px;
    text-decoration: none;
}

li a:hover {
    background-color: #e0e0e0;
}

/*Artikel*/

div.dokutext {
	margin: 12px;
	padding: 8px;
	line-height: 140%;
	border: 1px solid #ccc;
}

div.langtext {
	margin: 12px;
	line-height: 140%;
}

div.kurztext {
    margin: 5px;
    padding: 8px;
    border: 1px solid #ccc;
    width: 290px;
    min-height: 330px;
    height:auto;
    float: left;
}

div.register {
    margin: 6px;
    width: 180px;
    min-height: 500px;
    height:auto;
    float: left;
}

div.register a {
    text-decoration: none;
}

div.datum {
    padding: 8px;
    text-align: left;
    font-size: 75%;
}

/*Bider*/
div.gruppe {
    width: 100%;
    height:auto;
    float: left;
}

div.flower {
    margin: 5px;
    border: 1px solid #ccc;
    width: 180px;
    min-height: 330px;
    height:auto;
    float: left;
}

div.flower:hover {
    border: 1px solid #777;
}

div.flower img {
    width: 100%;
    height: auto;
}

div.descript {
    padding: 15px;
    text-align: center;
    font-size: 75%;
}

/*handy*/

@media screen and (max-width: 500px) {
main {
	position: absolute; top: 200px; left: 4px;
	}
div.flower {
	width: 130px;
	min-height: 260px;
	}
}

