@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:500,800);

#content{
	background: none repeat scroll 0 0;
    font-family: Raleway;
    height: 460px;
    margin: auto;
    position: relative;
    top: -570px;
    width: 590px;
}

.text{
	color: #6DC6D9;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    width: 255px;
}

.container{
	opacity:0.0;
	position:absolute;
	visibility:hidden;
}

.imgThumb{
	border: 2px solid #333333;
	margin: 5px;
}

.imgThumb:hover{
	border: #6DC6D9 2px solid;
}

#kontakt a{
	color: #333333;
    font-family: Raleway;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 20px;
    position: relative;
    top: -449px;
    cursor:pointer;
    text-decoration: none;
    
}

#kontakt a:hover{
	color: white;	
}