body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background: #361B10;
	overflow: auto;
	background: url(gfx/layout/bg.png) top center no-repeat #3D2012;
}

#pageContainer{
	width: 1256px;
	margin: 0 auto;
	position: relative;	
}


a:hover {
	color: #000000;
	text-decoration: underline;
}
a {
	color: #8D252C;
	text-decoration: underline;
}

#top {
	width: 1256px;
	height: 345px;
	background-repeat: no-repeat;
	margin: 10px auto 0px auto;
	border-bottom: 10px solid white;
	position: relative;
}

#topblackbg {
	width: 1256px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	z-index: 2;
}

#topmenu {
	color: #FFF;
	height: 125px;
	position: absolute;
	z-index: 30;
}

#topmenu a {
	color: #FFF;
	text-decoration: none;
}

#topmenu ul {
	list-style: none;
	margin: 0px;
	padding: 5px 15px;
}

#topmenu li {
	margin-bottom: 2px;
}

#logo {
	position: absolute;
	top: 15px;
	right: 557px;
	z-index: 2;
}

#footer1, #footer2, #footer3 {
	height: 30px;
	margin: 0px auto;
	width: 1256px;
	position: relative;
}

#footer1 {
	background-color: black;
	background-image: url("gfx/layout/minedevelopment.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

#footer2 {
	background-color: #383431;
	color: #817D7A;
}

#footer2 a {
	color: #817D7A;
	text-decoration: none;
}

#footer1 a {
	color: #817D7A;
	text-decoration: none;
	line-height: 30px;
}
#footer1 a.newsletter {
	float: right;
	margin-right: 8px;
}
#footer3 {text-align: right;line-height: 30px;}
#footer3 a {
	display:none;
	font-size: 9px;
	color:#31190E;
	text-decoration: none;
}

#designed {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 200px;
	text-align: right;
}
#mainPage {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 200px;
	text-align: left;
}
#fLinks {
	position: absolute;
	top: 8px;
	left: 310px;
	width: 660px;
	text-align: center;
}

#content {
	width: 1226px;
	margin: 0px auto;
	background-color: #8F2A30;
	color: #FFF;
	padding: 15px;
	position: relative;
}

#homegfx {
	width: 650px;
	height: 190px;
	float: right;
}

#homegfx img {
	margin-right: 10px;
	float: right;
}

.clear {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
}

.text {
	float: left;
	width: 570px;
	text-align: left;
	font-size: 12px;
}
.larger {
	font-size: 14px;
}

#hometoptext {
	position: absolute;
	top: -240px;
	left: 50px;
	z-index: 2;
}

.sraczkowaty {
	color: #8D252C;
}



.fleft{float: left;}
.fright{float: right;}

.w50p{width: 50%;}
.w60p{width: 60%;}

.right{text-align: right !important;}
.left{text-align: left !important;}
.center{text-align: center !important;}
.top{vertical-align: top;}
.middle{vertical-align: middle;}
.bottom{vertical-align: bottom;}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.upper{text-transform: uppercase;}
.lower{text-transform: lowercase !important;}
.underline{text-decoration: underline !important;}

.fs05em{font-size:0.5em;}
.fs15em{font-size:1.5em;}

.yes{color: #648E1A;}
.no{color: #C8533A;}

.nomargin{margin: 0 !important;}

.pointer{cursor: pointer;}

.hint{color: #AAAAAA !important; font-style: italic; font-size: 9px;}

.dot{font-size: 16px;line-height: 12px;}


#text{
	font-size: 11px;
	color: #FFFFFF;
}
#text .head{
	
}
#text .frame{
	margin: 20px 0 0 15px;
}
#text #textFrame{
	display: block;
	width: 450px;
	height: 145px;
	overflow: auto;
}
#text .t{
	margin-bottom: 20px;
	margin-right: 10px;
}
#text .t .title{
	margin-bottom: 5px;
	font-style: italic;
}
#text .t .body{
	margin-bottom: 5px;
}
#text .t .date{
	text-align: right;
	font-style: italic;
}

#projectFlash{display: none;}

/**
 * INFO WINDOWS
 **/
.errorBig, .successBig{
	width: 1226px;
	margin: 0px auto;
	color: #FFF;
	padding: 5px 15px;
	position: relative;
	line-height: 20px;
	font-size: 15px;
	color: #FFFFFF;
}
.errorBig .container, .successBig .container{
	margin: 0 10px 0 10px;
}
.errorBig{
	background: url(gfx/useful/error.png) 5px center no-repeat #A30008;
}
.successBig{
	background: url(gfx/useful/ok.png) 5px center no-repeat #0D8800;
}

#imgcpr {
	position: absolute;
	right: 150px;
	top: 8px;
}

#topFlash{
	display: no
}
.more {
	color: #DDD;
}