html {
	font-family:Verdana,'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:0.7em;
	color:white;
}

body {
	margin:0px;
	padding:0px;
	background-color:#a7afb4;
}

h1, h2, h3, p, li {
	font-size:1em;
	color:#2B4354;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}

body h1 {
	font-size:1.1em;
	color:#336699;
}

body h2, body h3, body p, body li {
	margin-top:0.5em;
}

body ul, body li {
	list-style-image:url(includes/graphics/list.gif)
}

div, img {
	margin:0px;
	padding:0px;
	border:0px;
}

abbr {
	text-decoration:none;
	border-bottom: 0px;
}

a, a:visited {
	text-decoration:none;
	color:#336699;
}

a:hover, a:active {
	text-decoration:underline;
}


/* ### SCREEN SPECIFIC CLASSES ### */
body.general {
	background-image:url(../../graphics/hg.gif);
	background-repeat:no-repeat;
}

#main {
	position:absolute;
	left:340px;
	top:95px;
	width:360px;
	height:298px;
	overflow:auto;
	background-color:white;
	z-index:20;
}

.print_only {
	display:none;
}


/* ### CLASSES ### */
p.oAbst {
	line-height:34px;
}

p.Fliesstext {
	width:320px;
}

p.main_menu {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.7em;
	color:#ffffff;
	margin:0px;
	text-align:right;
}
a.main_menu, a.main_menu:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
a.main_menu:hover, a.main_menu:active {
	color:#e1eaf4;
}

p.main_menu_active {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.7em;
	color:#336699;
	margin:0px;
	text-align:right;
}

