/* 4-Gamers Stylesheet */

body {
	margin: 10px;
	background-color: #FFFFFF;
	}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	}
	
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	}

div.Container {
	width: 100%;
	text-align: center;
	float: none;
	clear: both;
	}
	
div.Body {
	width: 930px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
/*	border: #CCCCCC 1px solid;*/
	}

div.Banner {
	width: 930px;
	height: 180px;
	margin: 0;
	}

div.Header {
	width: 930px;
	height: 60px;
	margin: 0;
	text-align: right;
	background-image: url(http://www.logu.dk/images/LOGU-header.gif);
	color: #FFFFFF;
	}

div.Game {
	width: 640px;
	background-color: #FFFFFF;
/*	border: #CCCCCC 1px solid;*/
	margin: 10px;
	padding: 10px;
	text-align: left;
	float: left;
	}
	
	div.GameImage {
		float: left;
		padding-top: 20px;
		width: 200px;
		margin: 0;
		clear: both;
		text-align: right;
		vertical-align: top;
		}
	
		img.GameImage {
			border: #FFFFFF 1px solid;
			text-align: right;
		}
	
	div.GameText {
		float: right;
		padding-top: 11px;
		color: #999999;
		text-align: left;
		margin: 0;
		width: 420px;
		}
		
	div.GameText2 {
		padding-top: 11px;
		color: #999999;
		text-align: left;
		margin: 0;
		width: 640px;
		}
		
		h1.GameText {
			font-family: Georgia, "Times New Roman";
			font-weight: bold;
			color: #666666;
			margin: 0 0 8px 0;
			}

		p.GameText {
			font-family: Georgia, "Times New Roman";
			color: #999999;
			margin: 2px 0 3px 0;
			font-size: 12px;
			}

		table.GameText {
			width: 330px;
			margin: 5px 0 5px 7px;
			}
		
			td.GameText {
				border-bottom: #666666 1px dotted;
				border-top: #666666 1px dotted;
				vertical-align: top;
				}	

div.Games {
	width: 200px;
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	margin: 10px;
	padding: 10px;
	text-align: left;
	float: right;
	}
	
	h2.Games {
		font-family: Georgia, "Times New Roman";
		font-weight: bold;
		font-size: 12px;
		color: #999999;
		margin: 0 0 5px 0;
		}
	
	p.Games {
		font-family: Georgia, "Times New Roman";
		color: #999999;
		margin-top: 5px;
		font-size: 12px;
		}
	
div.Clear {
	float: none;
	clear: both;
	}
	

