@charset "utf-8";
/* CSS Document */

/*Set all default settings*/

* {/*clear any and all browser weirdness*/
	padding:0;
	margin:0;
}
body {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin:30px 10px 20px 10px;
	padding:0;
}

/*delete this later*/
#construct {
	text-align:center;
	margin:30px 0 10px 0;
}
#construct h1 {
	border-bottom:none;
}

/* set the default link settings */
a {
	text-decoration:underline;
	line-height:normal;
}
a:link {
	color: #999999;
}
a:visited {
	color: #7D7D7D;
}
a:hover {
	color: #D3D3D3;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* set all text elements */
address, blockquote, p, pre{
	line-height:130%;
}
address {
	color: #AAA;
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	font-size:1em;
}
blockquote {
	color: #999999;
	font-family:"Courier New", Courier, monospace;
	margin:5px 10px 5px 10px;
}
caption {
	display:none;
}
dt {
	color:#AAA;
}
dd {
	margin-left:10px;
}
fieldset{
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	color:#444;
	display:block;
}
h1 {
	color:#AAA;
	display:block;
	font-size:1.8em;
	margin:0 10px 5px 10px;
	border-bottom:3px solid #333;
	margin-top:-22px;
}
h2 {
	color:#999;
	font-size:1.6em;
	display:block;
	border-bottom:2px solid #333;
}
h3 {
	color:#888;
	font-size:1.4em;
}
h4 {
	color:#777;
	font-size:1.2em;
}
h5 {
	color:#666;
	font-size:1em;
}
h6 {
	color:#555;
	font-size:.8em;
}
img {
	border:0px;
}
label {
	color:#AAA;
	font-variant:small-caps;
}
li {
	background: url(../images/site/totenkopf.gif) left top no-repeat;
	padding: 2px 0 2px 26px;
	margin-bottom: 10px;
	font-size:.90em
}
legend {
	display:block;
	border-bottom:2px solid #333;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	color:#AAA;
	margin:10px 0 10px 0;
	font-variant:small-caps;
}
p {
	font-size:0.95em;
}
pre {
	font-size:0.95em;
}
em {
	color: #999999;
}

/* table tags */
table {
	width:100%;
}
table, tr, th, td {
	vertical-align:top;
	border-collapse:collapse;
}
th, tr {
	text-align:left;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/* All form tags */
input, textarea, select {
	width:100%;
	border:1px solid #444;
	background-color:#252525;
	color:#AAA;
	margin:2px;
}
option {
	border:1px #999999 dotted;
}

/*************************************CLASSES*****************************************/

.highlight {
	color:#AAA;
}
.form_error {
	border-color:#FFF;
}
.form_error_txt {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
}
.spacer {
	height: 0;
	clear:both;
}
.spacer_right{
	height: 0;
	clear:right;
}
.spacer_left{
	height: 0;
	clear:left;
}
.text_box {
	background-color:#191919;
	margin:0 0 10px 0;
	padding:10px;
	border:2px solid #181818;
}
.text_box p {
	/*text-align:justify;*/
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.text_center {
	text-align:center;
}
/* start the layout elements */
#p_wrapper {
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	background-image:url(../images/site/p_faux.gif);
	background-repeat:repeat-y;
	border:3px solid #111;
}
#p_wrapper #p_masthead {
	height:280px;
	background-color:#000;
}
#p_wrapper #p_message {
	color:#AAA;
	background-color:#121212;
	border:2px solid #AAA;
	margin:10px;
	padding:10px;
}
#p_wrapper #p_message h2{
	color:#FFF;
	border-bottom:none;
}
#p_wrapper #p_side_bar {
	float:right;
	width:130px;
	margin:0 0 5px 5px;
}
#p_wrapper #p_side_bar #p_side_bar_ad {
	width:120px;
	height:240px;
	background-color:#000;
	margin:75px 5px 5px 5px;
}
/***********************SUBMENU******/
#p_wrapper #p_submenu h2 a, #p_wrapper #p_submenu h3 a {
	color:#FFF;
}
#p_wrapper #p_submenu {
	display:block;
	padding:5px;
	margin:0 10px 0 10px;
}
#p_wrapper #p_submenu li {
	float:left;
	background:none;
	margin:0 4px 0 0;
	background-color:#212121;
	padding:5px 7px 5px 7px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
#p_wrapper #p_submenu li a, #p_wrapper #p_sub_submenu li a{
	text-decoration:none;
}
#p_wrapper #p_submenu li:hover{
	background-color:#272727;
}
#p_wrapper #p_submenu #p_submenu_current {
	background-color:#333;
}
/***********************SUB SUBMENU******/
#p_wrapper #p_sub_submenu {
	clear:left;
	background-color:#333;
	margin:0 10px 0 10px;
}
#p_wrapper #p_sub_submenu ul li {
	float:left;
	background:none;
	padding:0;
	margin:5px;
}
#p_wrapper #p_sub_submenu ul li select{
	width:auto;
}
#p_wrapper #p_sub_submenu #p_submenu_current {
	background-color:#222;
}
#p_wrapper #p_text {
	clear:left;
	padding:10px;
	margin:0 10px 0px 10px;
	background-color:#222;
	border-top:4px solid #333;
	border-bottom:4px solid #333;
}
#p_wrapper #p_text h2 {
	margin:0 0 5px 0;
}
#p_wrapper #p_text h3 {
	margin:0 0 5px 0;
}
#p_wrapper #p_text h4 {
	margin:0 0 5px 0;
}
#p_wrapper #p_text h5 {
	margin:0 0 5px 0;
}
#p_wrapper #p_main_col {
	width:660px;
	margin:5px 135px 5px 5px;
	text-align:left;
}
#p_wrapper #p_toolbar {
	margin:0 10px 0 0;
	text-align:right;
}

/*The the footer */

#p_wrapper #p_footer {
	clear:both;
	background-color:#191919;
	margin-right:130px;
}
#p_wrapper #p_footer #p_footer_links {
	margin:15px 15px 10px 15px;
}
#p_wrapper #p_footer #p_footer_links p{
	padding:5px;
	text-align:center;
	font-size:.75em
}
#p_wrapper #p_footer #p_footer_ad {
	border:2px solid #222;
	clear:both;
	margin:0 auto 20px auto;
	height:60px;
	width:468px;
	text-align:center;
	background-color:#333333;
}
#p_wrapper #p_footer #p_footer_aff li{
	background:none;
	padding:0px;
	margin:20px 10px 20px 10px;
	float:right;
}
#p_wrapper #p_footer #p_footer_visit {
	clear:both;
	color:#FFF;
	margin:10px;
	text-align:center;
	color:#AAA;
}
#p_wrapper #p_footer #p_footer_copyright {
	clear:both;
	color:#FFF;
	margin:10px;
	text-align:left;
	color:#AAA;
}


._barchive ul {
	display:none;
}
._barchive ul li{
	background:none;
	padding:3px;
	margin:5px;
}

