* {
 	margin: 0;
	padding: 0;
 	}

/* -----------------------------------*/
/* ----------->>> BUILD <<<-----------*/
/* -----------------------------------*/


body {
        color: rgb(0, 0, 0);
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: 'Verdana', 'Arial', Sans-Serif;
        background: url("bgry.gif") repeat-y;
        background-color: #000000;

}

#container {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
}



/* -----------------------------------*/
/* ---------->>> TITLE <<<------------*/
/* -----------------------------------*/
#groomLake {
        position: absolute;
        left: 800px;
        top: 90px;
		clear: right;
        float: right;
        width: 170px;
}

/* ------->>> SUB NAV LIST <<<--------*/
#groomLake ul {
	list-style-type: none;
	padding: 0;
}
#groomLake li {
	height: 18px;
}
#groomLake ul li a, #groomLake ul li a:link {
	color: rgb(200, 200, 200);
	padding: 0 0 0 7px;
	text-decoration: none;
}
#groomLake ul li a:hover {
	border: none;
	color: rgb(255, 255, 255)
}
#groomLake #einruck {
    margin-left: 12px;
	width: 150px;
}

#groomLake #einruck a:link {
	color: rgb(100, 100, 100);
	padding: 0 0 0 7px;
	text-decoration: none;
}
#groomLake #einruck a:hover {
	color: rgb(255, 255, 255);
	padding: 0 0 0 7px;
	text-decoration: none;
}	
#groomLake #einruck a:visited {
	color: rgb(70, 70, 70);
	padding: 0 0 0 7px;
	text-decoration: none;
}

#groomLake #aktiv {
	width: 150px;
	color: white;
}

/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
#area51 {
	margin: 95px 0 0 0;
}
.post {
	margin-left: 249px;
	width: 510px;
	padding-bottom: 25px;
}
p { 
	color: rgb(102, 102, 102);
	font-family: 'Verdana', 'Arial', Sans-Serif; 
	font-weight: normal;
	font-size: 12px; 
	line-height: 160%;
	padding: 5px 0px 0px 0px;
	text-align: justify;
}

#footnote {
	vertical-align: bottom;
	margin-left: 810px;
	margin-bottom: 10px;
	color: grey;
	font-size: 9px;
	
}
/* -----------------------------------*/
/* ---------->>> HEADERS <<<----------*/
/* -----------------------------------*/


h4 {
	color: rgb(0, 0, 0);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 0 6px 0;
	font-weight: bold;
	border-top: 1px dotted rgb(102, 102, 102);
	color: rgb(0, 0, 0);
	text-decoration: none;
	}
	
h5 {	color: rgb(0, 0, 0);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 0 6px 0;
	font-weight: bold;
	border-top: 1px dotted rgb(102, 102, 102);
	color: rgb(0, 0, 0);
	text-decoration: none;
	}


/* -----------------------------------*/
/* ----------->>> GLOBAL <<<----------*/
/* -----------------------------------*/
a, a:visited { color: rgb(0, 0, 0); text-decoration: none; }
a:active { color: rgb(136, 136, 136); text-decoration: none; }
a:hover { border-bottom: 1px solid rgb(102, 102, 102); color: rgb(0, 0, 0); text-decoration: none; }
img { border: none; }
img a:hover { border: none; }