/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center, ul, li,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/*BODY*/

body { 
	background-image: url(../bilder/bg_pop.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:0 0;
	margin:0;
}

#container {
	position: absolute;
	top:0;
	left:0;
	width:400px;
	height:600px;
}

/*NAVI*/

#navi1{
	position: absolute;
	top:7px;
	left:6px;
	width:97px;
	height:25px;
	text-align:center;
	padding-top:8px;
}

#navi2{
	position: absolute;
	top:7px;
	left:103px;
	width:97px;
	height:25px;
	text-align:center;
	padding-top:8px;
}

#navi3{
	position: absolute;
	top:7px;
	left:200px;
	width:97px;
	height:25px;
	text-align:center;
	padding-top:8px;
}

#navi4{
	position: absolute;
	top:7px;
	left:297px;
	width:97px;
	height:25px;
	text-align:center;
	padding-top:8px;
}

#txt_main {
	position: absolute;
	top:55px;
	left:9px;
	width:375px;
	height:536px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	text-align:justify;
	overflow:auto;
	padding-right:10px;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	color: #e32c33;
	text-decoration:underline;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #e32c33;
}

a:link, a:active, a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
}

a:hover {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #e32c33;
	text-decoration: none;
}

.visited{
	color:#e32c33;
	font-size: 10pt;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
