/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* ALTALANOS
/******************************************************************************************************/
body{
	background-color:#000000;
	color:#B4B4B4;
}
#site{
	width:750px;   
	margin:10px auto 10px auto;
} 

#logo{
	height:50px;
}
#menu{
	background-image:url('../images/menu.jpg');
	clear:both;
	height:44px;
	font-size:3px;
}
#notification{
	color:red;
	vertical-align:middle;
}
#notification img{
	vertical-align: bottom;
}
#small{
#	background-image:url('../images/small_bg.png');
	 background-color:#000000;
	clear:both;
	height:20px;
}
#online{
	float:left;
	width:370px;
} 
#login{
	float:right;
	width:370px;
}
#content{
	float: left;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	background-color: #070707;
}
#content2{
        text-align: center;
        background-image: url('../images/content_bg.png');
        background-repeat: no-repeat;
        background-color: #070707;
	font-size: 13px;
}
#content2 input{
	background-color: #000000;
	color: white;
	font-size: 12px;
	border-color: white;
	border-width: 0.1em;	
}
#content3 input{
        background-color: #000000;
        color: white;
        font-size: 12px;
        border-color: white;
        border-width: 0.1em;
}

.left_content, .right_content{
	margin: 0px 10px 0px 10px;
}
.left_content{
	float:left;
	width:550px;
}
.right_content{
	float:left;
	width:160px;
}
#content_footer{
	clear:both;
	background-image: url('../images/content_footer_bg.png');
	background-repeat: no-repeat;
	height:14px;
}
#footer{
	clear:both;
	background-image: url('../images/footer.png');
	height:100px;
}
.cim{
	background-image: url('../images/left_button.png');
	height:32px;
	top-margin: 70px;
}
.cim a{
	position: absolute; 
	height:21px;
	display: block;
	
}
.cim_right{
	background-image: url('../images/right_button.png');
	height:32px;
}

