/*
colors: 3D0000	2E0B0B	280000	9F2828	9F4949

*/

body{
	background-color:#131313;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	font-family:Arial;
	font-size:10pt;
	color:#fff;
	}

a {font-family:Arial;font-weight:normal;text-decoration:none;}
a.submenue {font-weight:bolder;font-size:10pt;}
a.bold {font-weight: bold;color: #9F2828;}
a:link , a:visited {border-bottom:1px dashed #fff; color:#fff;}
a:hover, a:focus ,  a:active{color:#9F2828; border-bottom:1px dashed #9F2828;}
a>img{border:1px solid #000;;}
a:hover>img{border:1px solid #ccc;}

#noborder, a:link#noborder, a:hover#noborder, a:focus#noborder, a:active#noborder {border:none;}
#border, a:link#border, a:hover#border, a:focus#border, a:active#border {border:1px solid #fff;}
.noborder, a:link#noborder, a:hover#noborder, a:focus#noborder, a:active#noborder {border:none;}

img {border:none}
   
h3{font-size:11pt;}	
	
   
h2{font-size:13pt;font-weight:bold;}
h2.red{font-family:Arial;color: #9F2828;}   

	   
p.block{text-align:justify;line-height: 1.4;}
.code{font-family:"Courier New";}
	
.small {font-size:8pt;}		
.blue {color: rgb(40,87,173);}

#center{text-align:center;width:100%;}
#floatleft {float:left;margin:3px;}
#floatright {float:right;margin:3px;}
#floatclear{clear:both;margin:3px;}


/* Pics with text */
.center{text-align:center;width:100%;}
.floatleft {float:left; margin:10px; font-size: 8pt;}
.floatleft > img {display:block; margin: 2px;}

.floatright {float:right; margin:10px; font-size: 8pt;}
.floatright > img {display:block; margin: 2px;}

.floatclear{clear:both;margin:3px;}

/********** Gallery *************/

.picheadline{
	color: #fff;
	font-size: 14pt;
	text-align:center;
}

.gallerypic{
	border: 1px solid #333;
	max-width: 700px;
}


/******************* Inputs *********************/


.inputgb{
	width:170px;
	border:1px dashed #fff;
	background-color:#000;
	color:#fff;
}


.inputgb:hover{
	border:1px dashed #9F2828;
}

textarea.inputgb{
	width:200px;
	float:right;
	margin-left:-150px;
	margin-right:200px;
}

hr.dashed{
	width: 90%;
	border: 1px dashed #777;
	margin: 50px auto;
}
