* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
#seite {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
.kopf {
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #00F;
	height: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF 0%, #CCC 47%, #CCC 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFF 0%, #CCC 47%, #CCC 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFF 0%, #FFF 47%, #CCC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#CCC', GradientType=0 ); /* IE6-9 */
copy
}
.hintergrund {
}
.container {
	width: 980px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.flinks {
	float: left;
}
.frechts {
	float: right;
}


.kopfcontainer {
	width: 980px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.uhead {
	top: 10px;
	position: relative;
}
.innung {
	display: block;
}
.innung ul li {
	text-decoration: none;
	list-style: none;
	margin-left: -1px;
	height: 24px;
	
}
.innung ul {
	background-color: #FFF;
	width: 100%;

}



.innung ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #093;
	display: block;
	text-decoration: none;
	background-color: #CCC;
	padding-left: 6px;
	list-style-type: none;
	height: 22px;
	
}
.linksbox {
	min-height: 400px;

}
.logo {
	text-align: right;
	margin-top: 20px;
	vertical-align: bottom;
	text-align-last: center;
	text-shadow: 1px 1px 1px #06F;
	text-height: font-size;
	font-size: 14px;
	color: #C60;
}
#fusszeile {
	background-color: #999;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 1,5;
}
#fixmitte {
	padding-bottom: 3em;
	background-image: url(../images/logohandwerk-matt.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#seite .row .container.hintergrund .row.uhead #fixmitte p {
	font-size: large;
}



.rand {
	padding-top: 20px;
}
