*{
    -moz-box-sizing:border-box;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3D3D3D;
	margin:15px 0 0 0;
	background-color: #DD6F00;
	scrollbar-3d-light-color: #DD6F00;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFE9D2;
	scrollbar-darkshadow-color: #DD6F00;
	scrollbar-face-color: #DD6F00;
	scrollbar-highlight-color: #DD6F00;
	scrollbar-shadow-color: white;
}

P, td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3D3D3D;
}

a {
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #DD6F00;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #DD6F00;
	text-decoration: none;
}

.Titles, H1, .Title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD6F00;
}

.Adres{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #913900;
}

.Copyright{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #913900;
}

.Copyright a{
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #913900;
	text-decoration: underline;
}


.Copyright a:hover {
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #913900;
	text-decoration: none;
}

.submenu A {

	font-size:9px;
	font-weight:normal;
	text-decoration:underline;
	color: #3D3D3D;
	
}

.submenu A:hover {

	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color: #3D3D3D;
	
}

#main_layer {
	
	position:relative;
	top:0px;
	left:0px;
	width:678px;
	height:380px;
	
}

#content_layer {

	position:absolute; 
	top:25px; 
	left:0px; 
	width:578px; 
	height:300px;
	margin:20px 20px 10px 80px;
	overflow:auto;

}

#trans_layer {

	background:white; 
	position:absolute; 
	top:25px; 
	left:0px;
	width:678px; 
	height:330px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;
	
}

.input_text, SELECT {

	border:1px solid #923900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3D3D3D;
	
}

.submit_button {

	border:1px solid #923900;
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;

}

.social a {
    background-image: url("../images/common/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}

.twitter {
    background-position: 0 0;
}

.facebook {
    background-position: -15px 0;
}

.hyves {
    background-position: -30px 0;
}

