@CHARSET "ISO-8859-1";

body
{
	font-family:		Verdana, Arial, _sans;
	color:				#ff3300;
}

h1
{
	font-size:			20pt;
	font-weight: 		normal;
}

h2
{
	font-size:			14pt;
}

h3
{
	font-size: 			12pt;
	font-weight:		bold;
	line-height:		150%;
}

p
{
	font-size:			12pt;
	line-height:		150%;
	color:				#ff0066;
	text-align:			justify;
}

li
{
	line-height:		150%;
}

sup
{
	font-size: 10pt;
}

img
{
	border: none;
}


a:link
{
	color:				#ff3366;
}

a:hover
{
	color:				#ff6666;
}	

a:visited
{
	color:				#ff3300;
}


.bg
{
	width: 				700px;
	height: 			608px;
	background-image: 	url(img/spirale.jpg);
	background-repeat: 	no-repeat;
}

.nav
{
	position: 			absolute;
	top:				110px;
	width:				295px;
}

.nav a
{
	display:			block;
	font-size:			16pt;
	color:				#ff6600;
	text-align: 		right;
	padding: 			5px;
}

.nav a:link
{
	text-decoration: 	none;
}

.nav a:hover
{
	color:				#ff6600;
}	

.nav a:visited
{
	text-decoration: 	none;

}

.nav .sub
{
	font-size:			12pt;
	font-weight:		bold;
	color:				#ff6666;
	padding: 			2px;
	
}

.content
{
	position: 			absolute;
	left: 				320px;
	top:				100px;
	width:				550px;
	height:				500px;
	border:				none;
	background:			none;
}

.headerleft
{
	position: 			absolute;
	top:				30px;
	width:				295px;
	text-align:			right;
	color:				#ff3300;
}	

.headerright
{
	position: 			absolute;
	top:				30px;
	left:				320px;
	width:				550px;
	color:				#ff3300;
}
.printheader
{
	display: none;
}

.floatright
{
	float: 				right;
	margin-left: 		8px;
}

.floatleft
{
	float: 				left;
	margin-right: 		8px;
}

.authorsmall
{
	display:			block;
	font-size: 			10pt;
	text-align: 		right;
}
