/********************************************
   AUTHOR:  		Iteniel 
   WEBSITE:   		http://wwww.feketics.com/
   TEMPLATE NAME: 	New Style
   TEMPLATE CODE:   S-0010
   VERSION:         1.2    
       © copyright 2008 Dream Studio      	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	background-color: #3A3A3A;
	width: 1000px;
} 

#warp {
	width: 100%;
	
}

#header {
	width: 100%;
	height: 75px;
	
}

#main {
	position: relative;
	width: 100%;
	height: 350px;

}
#main h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 20px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	/* change the values of top and right to adjust the position of the slogan*/
	top: 34px;
	right:194px;
	width: 453px;
}

#main p#counter {
	position: absolute;
	margin: 0;
	padding: 0;
	font:  10px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #000000;
	/* change the values of top and right to adjust the position of the slogan*/
	top: 300px;
	right:279px;
	width: 164px;
}

#footer {
	width: 100%;
	height: 75px;
}

.login-left { 
	width: 286px;
	height: 350px;
	background-image: url(../images/login-left.jpg);
	background-repeat: no-repeat;

}
.login-top-right { 
	width: 314px;
	height: 112px;
	background-image:url(../images/login-top-right.jpg);
	background-repeat: no-repeat;
}
.login-bottom-right {
	width: 314px;
	height: 52px;
	background-image:url(../images/login-bottom-right.jpg);
	background-repeat: no-repeat;
	
}

.login-right {
	width: 30px;
	height: 186px;
	background-image:url(../images/login-right.jpg);
	background-repeat:repeat-y;
}

.login-main {
	width: 284px;
	height: 186px;
	background-color:#D5D3D4;
	background-image:url(../images/login-main-bg.jpg);
}

/* buttons */


.hu {
	padding-top:5px;
	padding-bottom:5px;
	
}

.sr {
	padding-top:5px;
	padding-bottom:5px;
}

.de {
	padding-top:5px;
	padding-bottom:5px;
}

.en {
	padding-top:5px;
	padding-bottom:5px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-family: 'Trebuchet Ms', Sans-serif;
	
	
}
a:hover {
	text-decoration:none;
	color:#800000;
	font-weight:bold;
	font-family: 'Trebuchet Ms', Sans-serif;
}
