
/*style sheet for the Waterloo-Lounge pages*/

body {
	color: #f90;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #000028;
	background-image: url(../images/spotlight_blue.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 50px;
	margin: 0;
	}
	
#footer {
	color: #666;
	font-size: 10px;
	text-align: left;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	}

p {}

td {}

a:link, a:visited {
	color: #6482c8 ;
	text-decoration: none;
	}
	
a:hover {
	color: #e31d3c;
	}

	
h1 {
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2 {
	color: #666;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}

.copyright {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
	
.abstandLinks {
	margin-top: 5px;
	margin-left: 10px;
	}
	
.abstandOben {
	margin-top: 15px;
	}
	
.textRed {
	color: #c00;
	}
	
.textGray {
	color: #999;
	}
.border { border: dotted 1px #c00; }

