/* Stylesheet Datei für MAIER-KERN.com */
/* Version 1.0 
/* Autor: Harald Maier-Kern, MAIER-KERN.COM */
/* -------------------------------------------------------*/

/* Global BUG FIXES */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html p{
height: 1%;
margin-left: 0;
}

/* Layout Definitionen lt. Template */

body {
background-color: #cccccc; /*grau */
/*line-height: 16px;*/
margin: 0px;
padding: 0px;
}

div.container {
/*	position:relative;
	float: none;
	width: 1004px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	padding: 0px;*/
	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	background-color: #ffffff; 
	padding:0px;
	margin: -300px 0px 0px -512px;	/* 50% von height, left, right, 50% von width */
	height: 600px;
	overflow: hidden;	
	
	}

div.copyright {
	position: absolute;
	float: left;
	top: 550px;
	left: 20px;
	width: 300px;;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#copyright_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #434343;
	text-align:left;
	}
	
#copyright_text a:link, a:visited {color: #434343; text-decoration:none;}
#copyright_text a:hover, a:active {color: #b00a18; text-decoration:underline;}
