html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
}
/* LOG-IN */
#centerBox{
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
}
#logIn{
	position:relative;
	left:-240px;
	top:-160px;
	width:480px;
	height:340px;
	padding-top:20px;
	padding-left:20px;
}
/* */
.edgeNBorder{
	border-radius:0px;
}
.shadow{
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
}
#headline,#kataloge,.katalog,.katalogname,.katalogtitel,.katalogmenge,#logo,.menue{
	/* border:1px solid; */
}
#headline{
	min-height:100px;
	top:30px;
	text-align:center;
	font-size:30px;
}

#header{
	padding-top:20px;
	padding-bottom:20px;
	min-height:170px;
	position:relative;
}

#content{
	min-height:150px;
	position:relative;
}

.menue{
	width:100%;
	height:32px;
}

#subline{
	font-size:15px;
}

#adress{
	width:400px;
	height:100px;
	top:160px;
	margin-left:40px;
	position:absolute;
}
#logo{
	margin-left:10%;
	top:30px;
	position:absolute;
	text-align:left;
}
.logoutButton{
	margin-left:-80px;
	left:50%;
	width:160px;
	height:32px;
	position:relative;
}
#kataloge{
	margin-left:10%;
	width:80%;
	text-align:center;
	padding:20px;
}
.katalog{
	float:left;
	padding:10px;
	height:300px;
}
.katalogname{
	width:150px;
	height:30px;
}
.katalogtitel{
	width:150px;
	height:200px;
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.katalogmenge{
	width:150px;
	height:20px;
	top:5px;
	margin-left:auto;
	margin-right:auto;
}
#headline h1{
	font-size:30px;
}
#headline h2{
	font-size:18px;
}
#headline table{
	font-size:12px;
}