/*=======================================================================*\
	Main CSS 
\*=======================================================================*/

* {
	margin: 0;
	padding: 0;
	}
body { 
	background: #0f0e0e url(../img/bg.gif) repeat;
	color: #FFF;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 1.5em;
	}
a {
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
	}

	a img {
		border: none;
		}
.img_line {
		border: 1px solid #272525;
		}

.aContact {
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	.aContact:hover, aContact:active { 
		text-decoration: none; color: #999999;
}

#contact_cont {
	width:369px;
	height:21px;
	display:block;
}
#att_box {
	width:33px;
	height:21px;
	display:block;
	color: #999;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	font-family: Georgia, Times new roman;
	font-size: 18px;
	float:left;
	line-height:21px;
}
.stajlad {
	width:145px;
	height:21px;
	border:none;
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding:0px;
	margon:0px;
	padding-left:5px;
	line-height:21px;
	background-color:#0f0e0e;
	cursor:pointer;
}



/*=======================================================================*\
	Text styles 
\*=======================================================================*/

.header { 
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 30px;
	line-height: 0.95em;
	}
	
.headeralt { 
	color: #999;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 18px;
	line-height: 0.95em;
	}

.subheader { 
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 1.2em;
	}
	
.subheader_grey { 
	color: #414141;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 1.2em;
	}	


/*=======================================================================*\
	Text-area and input styles
\*=======================================================================*/


.input,
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 5px;
	background: #0f0e0e;
	border: 1px solid #242424;
	padding: 4px;
	font-size: 100%;
	}
	.input:hover,
	.textarea:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		border: 1px solid #353535;
		}
		.textarea {
			width: 350px;
			height: 120px;
			}
			.input {
			width: 350px;
			height: 12px;
			}
			
	.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	height:20px;
	width: 90px;
	margin-bottom: 5px;
	background: #0f0e0e;
	border: 0px solid;
	padding: 4px;
	font-size: 100%;
	cursor:pointer;
	margin-right:7px;
	}
	.submit:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		border: 0px solid;
		}


/*=======================================================================*\
	Table styles
\*=======================================================================*/

.toptbl { 
	width:809px;
	vertical-align: top; 
	padding: 0px;
	border: 0px solid #000;	
}


.row1	{ 
	background: #0f0e0e url(../img/tbl_top.gif);
	width:809px;
	padding: 0px;
	margin-top:10px;

}
td.row2	{ 
	background: #0f0e0e url(../img/tbl_bg.gif) repeat-y; 
	width:809px;
	padding: 0px;

}
td.row3 { 
	background: #0f0e0e url(../img/tbl_bottom.gif); 
	width:809px;
	padding: 0px;
	
}

.tdcontent { 
	width:809px;
	height:auto;
	vertical-align: top; 
	padding: 0px;
	
}



/*=======================================================================*\
	Rounded menubutton
\*=======================================================================*/
a.menu {
	height:20px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	float:left;
	display:block;
	background:url(../img/button.gif) no-repeat left top;
	font-family: Georgia, Times new roman;
	font-size: 12px;
	font-weight: normal;
	color: #4b4747;
	text-decoration: none;
}

a.round {
	height:20px;
	font-family: Georgia, Times new roman;
	font-size: 12px;
	font-weight: normal;
	color: #4b4747;
	text-decoration: none;
	cursor:pointer; 
	cursor:hand; 
	line-height:20px;
	background:url(../img/button.gif) no-repeat left top; 
	padding-right:10px;
	padding-left:10px;
	vertical-align:middle;
	display:block;
	float:left;
	margin-right:5px;
	margin-top:0px;
}

.round span { 
	background:url(../img/button.gif) no-repeat left top; 
	height:20px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:20px;
}

	a.round:hover {background-position:right bottom; color: #FFF; text-decoration: none;}
	/*a.round:hover span {background-position:left -162px;}*/
	/*h2.round {cursor:auto;}*/
	
/*=======================================================================*\
	DateNumbers
\*=======================================================================*/
.datecontainer {
	width:21px;
	height:120px;
	display:block;
}
.date_dot {
	width:21px;
	height:9px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -239px;
	background-repeat:no-repeat;
}
.date_0 {
	width:21px;
	height:19px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -215px;
	background-repeat:no-repeat;
}
.date_1 {
	width:21px;
	height:15px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
}
.date_2 {
	width:21px;
	height:20px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -22px;
	background-repeat:no-repeat;
}
.date_3 {
	width:21px;
	height:20px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -46px;
	background-repeat:no-repeat;
}
.date_4 {
	width:21px;
	height:20px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -70px;
	background-repeat:no-repeat;
}
.date_5 {
	width:21px;
	height:19px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -94px;
	background-repeat:no-repeat;
}
.date_6 {
	width:21px;
	height:20px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -119px;
	background-repeat:no-repeat;
}
.date_7 {
	width:21px;
	height:19px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -143px;
	background-repeat:no-repeat;
}
.date_8 {
	width:21px;
	height:20px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -167px;
	background-repeat:no-repeat;
}
.date_9 {
	width:21px;
	height:19px;
	display:block;
	background-image:url(../img/numbers.gif);
	background-position:0 -191px;
	background-repeat:no-repeat;
}