/*
	eXalted.be v1.0
	CSS Document
	
	(c) 2006
*/

/*---------- TAGS ----------*/

a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

body {
	background-color:#0066CC;
	background-image: url(images/lines.gif);
	background-repeat: repeat;
	font-family:Tahoma, serif, sans-serif;
	font-size:10pt;
	margin:auto;
	width:750px;
	color:#000000;
}

div {
	position:relative;
}

li {
	list-style-type:square;
}

/*---------- DIV's ----------*/

	/*---------- Container ----------*/
		#Container {
			margin:auto;
			position:relative;
			width:750px;
		}

		#Container table {
			width:740px;
		}
		
	/*---------- Footer ----------*/
	
		#Footer {
			font-size:8pt;
		}

/*---------- CLASSES ----------*/
.Blok {
	background-color:#0066CC;
	text-align:center;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin-top:5px;
	position:relative;
}

.Frame {
	border-style:dotted;
	border-width:1px;
	border-color:#000000;
	padding:5px;
}