/* stylesheet for lames.at written by harald winkler www.hyperwork.com 06/2007 */


body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
}
body A {
	color: #000;
}
body A:hover {
	color: #F00;
}

.main {
	position:absolute;
	width:666px;
	top: 37px;
	left: 308px;
	font-size: 14px;
	color: #000;
}
.main img {
	border-color: #000;
}
.main TD {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(/pix/dotline.gif);
	background-repeat: repeat-x;
}
.main table {
	padding-top: 10px;
}


.left {
	position:absolute; 
	width:88px; 
	left: 34px; 
}
.lmenu {
	font-weight: bold;
	color: #000;
	position: relative;
	top: -60px;
	line-height: 20px;
}
.lmenu A {
	color:#000;
	text-decoration: none;
}
.lmenu A:hover {
	color: #F00;
}


/* text colors */

.red {
	color: #F00;
}
B, STRONG, .orange {
	color: #C30;
}