/* 
    Document   : css
    Created on : 15.07.2012, 17:57:11
    Author     : kkapsner
    Description:
        Purpose of the stylesheet follows.
*/

html {
	height: 100%;
	text-align: center;
	--background-color: #A22000;
	--background-color-light: #a2462f;
}

body {
	min-height: 100%;
	box-sizing: border-box;
	/* max-width: 1200px; */
	min-width: 1200px;
	padding: 0.5em 0px;
	/* margin: 0 auto; */
	margin: 0 2em;
	text-align: left;
	display: inline-block;
	/* background-color: white;
	background-repeat: repeat-y;
	background-position: 0 0; */
}

/* body > header {
	margin: -5px 0px 0 -100px;
	padding-left: 100px;
	min-height: 54px;
} */

#headContent {
	position: relative;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}

#main {
	/* width: 600px; */
}



html {
	font-family: Times New Roman, Monotype Corsiva;
	font-size:12pt;
	color:#CFCFCF;
	background-color: var(--background-color);
	background-image:url(https://altlembach.de/layout/hintergrundrechts.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:focus, a:visited {
	cursor: pointer;
	color: #DFDFDF;
	text-decoration: underline;
}
a:hover {
	color: white;
}
