/* linial6.css V2 vom 23.03.2024 */
body {
	background-repeat: no-repeat;
	background-color: #FFFFDF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#wraper {
	background-color: #F39;
	height: 1000px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.k1 {
	background-color: #0F6;
	height: 200px;
	width: 200px;
	left: 150px;
	top: 150px;
	position: fixed;
}
.k2 {
	background-color: #FEFFE1;
	height: 210px;
	width: 210px;
	float: left;
	font-size: 1.5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.farb {
	color: #FE3F52;
}



/*
body {
	background-color: #FFFFC1;
}

input[type=submit]:hover {
    background-color: limegreen;
    box-shadow: 2px 2px 2px grey;
}
#rot {
	color: #FA345B;
}
.farb {
	color: #FE3F52;
}
