html {	overflow-y: scroll; }

body {	background-color: #000;
	margin: 0 auto;
	width: 1200px;
	color: #b4b29b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        padding: 0;
        border: 0; /* This removes the border around the viewport in old versions of IE */
        min-width: 600px;
	background-image:url(/images/Coal_dark_150dpi.jpg);
	background-attachment:fixed;
}

a, a:visited { color: #f3792e; }
a:hover, a:active { color: #fff; }

h2 {	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
img {	vertical-align: bottom;
	border: 0;
}
#menu {	background-color: #221e1d;
}
#menu a {
	margin: 0 20px;
}
#menu img {
	padding: 0 10px;
}
#main {	min-height: 600px;
}

#main, .redback, .leftmenu .colright { background-color: #670001; }
.blackback { background-color: #000; }

#colleft {
	width: 234px;
}
#midpage {
	margin-left: 255px;
}

/* 2 coloumn layout */
 /* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:234px;
	min-height: 600px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:234px;
}
.leftmenu .col1 {
	/* margin: 0 50px 0 284px; */
	margin: 0 0px 0 284px;
	/* padding-right: 110px; */
	padding-right: 160px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col1, .leftmenu .col2 .padtop {
	padding-top: 50px;
	padding-bottom: 50px;
}
.leftmenu .col1 .escape {
	position: relative;
	top: -50px;
	left: 160px;
}

.leftmenu .col2 {
        float:left;
        width:234px;
        position:relative;
        right:234px;
}

.schmiedestueck { clear: both; }

.schmiedestueck h2 {
	padding-top: 2em;
	padding-bottom: 1em;
}

.schmiedestueck .spreview {
	float: left;
	margin-right: 2em;
}

.footer {
	clear: both;
	text-align: left;
	font-size: 75%;
	padding: 3px 20px 0 20px;
	color: #787667;
}
.footer a { color: #b4b29b; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer .lastmodified {
	display: block;
	float: right;
}
