@charset "utf-8";
/* tjelf.com */
/* author: Stefan Strahammer */

body {
	font-size: 62.5%; 
	font-family: Trebuchet MS, Verdana, Sans Serif;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	}	

a:link { text-decoration:underline; font-weight:bold; color:#ff0066;}
a:visited { text-decoration:underline; font-weight:bold; color:#ff0066;}
a:hover { text-decoration:underline; font-weight:bold; color:#ff0066;}
a:active { text-decoration:underline; font-weight:bold; color:#ff0066;}
a:focus { text-decoration:underline; font-weight:bold; color:#ff0066;}

.bold {
	font-weight:bold;
	}

.links {
	line-height: 1.3em;	
	}

.remark{
	margin-top: 50px;
	color: #DDDDDD;
	font-size: 3.0em;
	font-weight:bolder;
	}
	
p {
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	}	

#main {
	background-image:url(gfx/main_back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 500px;
	}
	
#contact {
	position:relative;
	top: 190px;
	left: 250px
	}
	

