/************************************************************
Title:     Content | Emile Blume - Netcreators.com
************************************************************/
/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 76%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.3em; } 
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

p { 
	font-size: 1em;
	margin-bottom: 1.3em;
 } 

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	height: 124px;
	width: 160px;
	left: 0;
	top: 0;
	position: absolute;
}

#logo a {
	display: block;
	height: 124px;
	width: 160px;
	cursor: pointer;
}

#center a { color: #005C97;}

#adres, #copy {
	background: #73BCDD;
	color: #FFF;
	left: 6px;
	top: 6px;
	position: absolute;
}

#adres { left: 166px;}
#adres * { display: inline;}

.print {
	position: absolute;
	right: 50px;
	top: 10px;
	background: url(../images/print-ico.gif) no-repeat;
}

.print a { padding-left:26px; }
