@charset "utf-8";
/* CSS Document */



* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
}
ul {
	list-style-type:none;
}
li {
	display: inline;
	padding-left: 35px;
}
a {
	text-decoration:none;
	color:white;
	list-style-type:none;
}
.calosc {
	height: 100%;
	width: 100%;
	position:absolute;
}
.kontener {
	position: relative;
	width: 500px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
}
.middle {
	bottom: 0;
	height: 50px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 290px;
}
.middle a {
	width: 63px;
}
.logo {
}
.logo img {
}
.menu {
	width: 500px;
	font-size: 18px;
	position: absolute;
	height:100px;
	padding-top:35px;
}
.menu ul li {
	display: inline;
	width:33px;
}
.item-101, .item-102, .item-104, .item-105 {
	margin-left: 40px;
	padding:5px;
}

.item-101 a:hover {
	background:url(../../images/face_A.png);	
}

.social {
	height:200px;
	width: 50px;
	background: yellow;
	float:left;
	position:fixed;
}
.tresc {
	width:370px;
	height:200px;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:hidden;
	color: white;
}

.tresc_1 {
    color: white;
    height: 270px;
    overflow: scroll;
    width: 104.5%;
}
