@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin:30px 10px 20px 10px;
	padding:0;
}
/* 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: #ffffff;
	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 10px 10px;
	border-bottom:3px double #333;
}
h2 {
	color:#999;
	font-size:1.6em;
}
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:#FFF;
	font-variant:small-caps;
}
li {
	background: url(../images/site/totenkopf.gif) left center no-repeat;
	padding-left: 26px;
	margin-bottom: 10px;
	font-size:.90em
}
legend {
	display:block;
	border-bottom:2px solid #333;
	padding-bottom:3px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	color:#FFFFFF;
	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:#333333;
	color:#999999;
	margin:2px;
}
option {
	border:1px #999999 dotted;
}

.text_box {
	background-color:#191919;
	margin:0 0 5px 0;
	padding:10px;
}
#wrapper {
	width:700px;
	margin:60px auto 0 auto;
}
#p_footer p{
	text-align:center;
	line-height:200%;	
}
#p_footer #p_footer_links {
	margin:10px;
}
#p_footer #p_footer_ad {
	margin-left:25px;
}
/*#p_footer #p_footer_copyright{
	height:50px;
	margin-left:360px;
}*/
#p_footer #p_footer_copyright p{
	text-align:right;
	vertical-align:bottom;
}
