@import "reset.css";
/*Pendor.css*/
/*hier stehen mal alle wichtigen sachen*/

body{
    background-color:#000000;
    font-family:'Arial';
    font-size:15px;
    color:#d00000;
}


code, *.code{
    color:#00ff00;
    font-family: monospace;
}

a img {
    border: none;
}

*.hr{
    background: url(pics/laufl.png) repeat-y right;
    width:500px;
    float:left;
    height:7px;
    text-align:left;
    font-family: 'Courier New';
    font-weight:bold;
    font-size:20px;
}

input.in{
    width:200px;
    text-align:left;
    background:url(pics/laufl200.png) repeat-y right;
    border:0px;
    padding:0px 5px;
    margin:10px 0px;
}

h1 {
	text-align: left;
	font-family: 'Courier,Sans';
	font-size: 40px;
	margin-bottom: 5px;
}

h2 {
	text-align:right;
	background:url('pics/laufr.png') repeat-y right;
	font-family:'Courier,Sans';
	color:black;
	font-size: 35px;
	padding: 3px;
	margin-bottom: 5px;
}

h3 {
	font-family:'Courier,Sans';
	font-size: 25px;
	margin-bottom: 5px;
}

h4 {
	font-family:'Courier,Sans';
	font-size: 20px;
	margin-bottom: 5px;
}

dd {
	font-weight: bold;
}

dt {
	padding-left: 10px;
}

table.inv td {
	border: 0px solid black;
	padding: 2px;
}

table {
	border-collapse: collapse;
	margin: 5px;
}

td {
	border: 1px solid red;
	padding: 10px;
	margin: 0px;
	text-align: center; 
	
}

*.small {
	font-size: 10px;
}

a:link { color:#ff4040; text-decoration:underline;}

a:visited { color:#800000; text-decoration:underline;}

a:hover { color:white; text-decoration:underline;}

a:active { color:#ff8080; text-decoration:none;}

a:focus { color:#ff8080; text-decoration:none;}


a.menu:link { color:#ff4545; text-decoration:underline;}

a.menu:visited { color:#ff5050; text-decoration:underline;}

a.menu:hover { color:white; text-decoration:underline;}

a.menu:active { color:#ff8080; text-decoration:none;}

a.menu:focus { color:#ff8080; text-decoration:none;}

.monkey a:link { color:#eeeeee; text-decoration:underline;}
.monkey a:visited { color:#dddddd; text-decoration:underline;}
.monkey a:hover { color:#ffffff; text-decoration:underline;}
.monkey a:active { color:#ffffff; text-decoration:underline;}
.monkey a:focus { color:#ffffff; text-decoration:underline;}

#cornerpop {
    width:200px;
    padding:0px;
    margin:0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#cornerimg {
    width:200px;
}

#menu {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menubody {
	margin: 0px;
	padding-left: 10px;
	background: url(pics/menu_bg.png) repeat-y;
}

#header {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#content {
	margin-left: 200px;
	margin-top: 20px;
	width: 800px;
}

#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
}

/*special formats*/

*.newstime {
	position: relative;
	top: -5px;
	font-size: 10px;
	text-align: right;
	height: 12px;
}

*.newsbeat {
	position: absolute;
	z-index: -1;
	right: 0px;
	top: -5px;
	font-weight: bold;
	font-size: 120px;
	font-family: 'courier new';
	color: #100000;
}

*.menu {
	font-size: 11px;
}

*.uline {
	text-decoration: underline;
}

*.strike {
	text-decoration: line-through;
}

*.monkey {
	color: white;
	font-family: sans;
	font-weight: bold;
}

ul.monkey {
	font-size: 20px;
}

div.right {
	float: right;
	position: relative;
	text-align: right;
	margin-left: 5px;
}

div.left {
	float: left;
	position: relative;
	text-align: left;
	margin-right: 5px;
}

div.imgdesc {
	padding: 3px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #a00000;
	color: black;
	text-align: right;
}

img.border {
	border: 5px solid #a00000;
}

img.right {
	border: 5px solid #a00000;
	float: right;
	margin-left: 5px;
}

img.left {
	border: 5px solid #a00000;
	float: left;
	margin-right: 5px;
}

input.in {
	width: 200px;
	text-align: left;
	background: #d00000 url(pics/laufl100.png) repeat-y right;
	color: black;
	border:0px;
	padding:0px 40px 0px 5px;
	margin:10px 0px;
}

input.button {
	min-width: 100px;
	background: #d00000;
	color: black;
	border: 1px outset #a00000;
}