body{
	background-color: #191919;
	margin: 0px;
	padding: 0px;
	font-family: "segoe ui",sans-serif;
	margin-top: 15px;
}
html, body {
	height: 100%;
}
#telefon-container{
	margin: auto;
	width: 1090px;
	position: relative;
}
#telefon-left{
	background-color: #9da3b7;
	width: 130px;
	float: left;
	height: 100%;
	padding: 15px;
	font-size: 13px;
	color: #333333;
	text-align: center;
}
#telefon-center{
	border-left: 1px solid #616368;
	border-right: 1px solid #616368;
	background-color: #e5e5e5;
	width: 698px;
	float: left;
	padding: 15px;
}
#telefon-right{
	background-color: #b5c1e4;
	width: 170px;
	float: left;
	padding: 15px;
}
#telefon-content{
	background-image: url('images/bg-repeated.jpg');
	width: 1090px;
	position: relative;
	background-color: #e5e5e5;
	border-bottom: 1px solid #616368;
}
#telefon-header{
	border-bottom: 1px solid #616368;
	background-color: #616368;
	width: 1090px;
	height: 112px;
	padding-top: 12px;
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: white;
}
#telefon-menu{
	border-top: 1px solid #9da3b7;
	background-color: #7b7d84;
	width: 1086px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	padding: 2px;
	z-index: 5;
}

#telefon-right img{
	max-width: 150px;
}
.clear{
	clear: both;
}
.main-menu{
	margin: 0px;
	margin-left: 8px;
	font-size: 14px;
	float: left;
	padding: 10px;
	background-color: #7b7d84;
	border-top: none;
	list-style-type: none;
	border: 1px solid #7b7d84;
}
#telefon-menu a:visited{
	text-decoration: none;
	color: white;
}
#telefon-menu a{
	text-decoration: none;
	color: white;
}
.main-menu:hover{
	background-color: #9094a1;
	border: 1px solid #616368;
}
.main-menu li{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
	display: none;
	margin-right: -10px;
	margin-left: -10px;
}
.main-menu li:first-child{
	margin-top: 10px;
}
.main-menu li:last-child{
	margin-bottom: 0px;
}
.main-menu:hover li{
	display: block;
}
#telefon-left .kicsi{
	font-size: 12px;
}
#telefon-left .kicsi a{
	color: inherit;
	text-decoration: none;
}
#telefon-left .kicsi a:visited{
	color: inherit;
	text-decoration: none;
}