/* BODY SETTINGS */

body {
	margin: 0px auto;
	background: #b4b4b4 url(../img/bg-repeat.png) repeat-x top left fixed;
	
	width: 100%;
	height: 100%;
}

/* FONT SETTINGS */
	
body, div, td {
	font-family: Arial, sans-serif;
	color: #3d3733;	
	
	font-size: 10pt;
	line-height: 14pt;
}

	/* ==> HEADLINES */
	
	h1 	{
		margin: 0 0 10px -10px;
		padding: 0 0 15px 10px;
		
		font-size: 15pt;
		color: #000099;
		
		background: url(../img/cont/bg-title-line.png) no-repeat bottom left;
	}

	/* ==> SPECIALS */


	/* ==> LINKS */
	
	a:link, a:visited {
		color: #000099;
		text-decoration: underline;
	}
		
	a:hover, a:active {
		color: #000099;
		text-decoration: none;
	}
	
/* OTHER ELEMENTS */

form {
	margin: 0; padding: 0;
}