/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
 * altsilizium.de  -  styles for screen media
 * $Id: screen.css,v 1.2 2018/12/12 20:55:35 aggro Exp $
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* General Elements
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
    background-color: #c2b59b;
	margin: 0px;
	padding: 0px;
	font-family: 'Courier New', Courier, monospace;
}

img {
	border: 0px;
	vertical-align: top;
}

/* Formatting Hyperlinks
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navigation a {
	text-decoration: none;
}
.navigation a:link, a:visited{
	color: #231f20;
}

.navigation a:hover {
	background-color: #231f20;
	color: #f6841f;
}

.navigation a:active {
	background-color: #f6841f;
	color: #231f20;
}




/* Formatting Structure
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#wrap {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
}


/* Columns
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.title, .author {
	padding-top: 10px;
	font-weight: bold;
}

.author {
	padding-bottom: 20px;
}

.title {
	border-bottom: solid 1px #231f20;
}

.text {
	padding-top: 10px;
}

.links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
}

ul {
	padding: 10px;
	list-style-type: none;

}

li {
	padding: 5px;
}

div#colMain {
	margin-left: 150px;
	text-align: left;
	padding: 25px;
	border-left: solid 2px #f6841f;
}


/* Header, Footer
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
    background-color: #231f20;
    border-bottom: solid 2px #f6841f;
    background-image: url(../img/altsilizium-trans.gif);
    background-size: 114px 98px;
    background-repeat: no-repeat;
    background-position: 18px 18px;
    padding: 48px 23px 28px 175px;
    margin-bottom: 0px;
    margin-top: 0px;
	color: #f6841f;
	height: 58px;
}

.footer {
	position: fixed;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	background-color: #231f20;
	border-top: solid 2px #f6841f;
	color: #f6841f;
}
div#ftrW3c {
	float: left;
	padding: 5px;
}
div#ftrCopy {
	float: right;
	text-align: right;
	padding: 5px;
}

