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

body {
background-color:#242424;
background-image:url(gfx/bg.jpg);
background-repeat: no-repeat;
}

.header {
z-index: 999;	
height:250px;
padding-left:200px;
}

.footer {
width: 800px;
padding-left: 206px;
float:left;
	position: relative;
	top: -22px;
}

.menulinks {
float:left;
padding-top:75px;
width:200px;
height:auto;
margin-right:6px;
}

.menulinks ul {
text-align: right;
font-size: 12px;
list-style: none;
}

.menulinks li {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#CCCCCC;
font-weight:700;
font-stretch:wider;
text-decoration:none;
padding-bottom:3px;
}

.menulinks a {
background-color:#F7F7F7;
color:black;
text-decoration:none;
padding-left:10px;
}

.menulinks a:hover {
background-color:#FF0000;
color:white;
text-decoration:none;
padding-left:10px;
}

.menurechts {
float:left;
padding-top:75px;
width:200px;
height:auto;
margin-left:0px;
	position: relative;
	left: -34px;
}

.menurechts ul {
text-align: left;
font-size: 12px;
list-style: none;
}

.menurechts li {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#CCCCCC;
font-weight:700;
font-stretch:wider;
text-decoration:none;
padding-bottom:3px;
}

.menurechts a {
background-color:#F7F7F7;
color:black;
text-decoration:none;
padding-right:10px;
}

.nodec a {
background-color:#242424;
text-decoration:none;
padding-right:10px;
}

.menurechts a:hover {
background-color:#FF0000;
color:white;
text-decoration:none;
padding-right:10px;
}

.nodec a:hover {
background-color:#242424;
text-decoration:none;
padding-right:10px;
}

.spacer {
	margin-top: 8px;
}

.active {
background-color:#FF0000;
color:white;
text-decoration:none;
padding-left:10px;
}


.content {
width:502px;
float:left;
background-color:white;
margin-bottom:30px;
opacity:0.95;
}

.img_title {
background-color:#242424;
color:white;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 16px;
margin-right: 0px;
position:relative;
top:-40px;
font-size:20px;
font-family:"Courier New", Courier, monospace;
margin-left:10px;
text-transform:uppercase;
font-weight:bold;
}

.text {
margin-left:25px;
margin-right:40px;
margin-top:5px;
font-family:Verdana,"Courier New", Courier, monospace;
font-size:13px;
font-stretch:expanded;
margin-bottom:80px;
}

.infos {
position:absolute;
top:20px;
left:210px;
}

.wblock {
font-family:"Courier New", Courier, monospace;
font-size:13px;
color:black;
font-weight:700;
font-stretch:wider;
text-decoration:none;
background-color:#F7F7F7;
padding-left:10px;
}



.inverted {
background-color:#242424;
color:white;
padding-top: 2px;
padding-right: 14px;
padding-bottom: 2px;
padding-left: 2px;
margin-right: 14px;
text-transform:uppercase;
font-weight:bold;
font-family:"Courier New", Courier, monospace;
font-size:15px;
}

.imgframe {
	border: 1px solid gray;
	padding: 4px;
	background-color: white;
}

.imgframe:hover {
	border: 1px solid #FF0000;
	padding: 4px;
	background-color: white;
}

.linkimgs {
	float: left;
	padding right: 4px;
}
