/*
 * Copyright (c) 2000-2009 Alexander Hagenah <ah@primepage.de>
 *              .__                                            
 * _____________|__| _____   ____ ___________     ____   ____  
 * \____ \_  __ \  |/     \_/ __ \\____ \__  \   / ___\_/ __ \ 
 * |  |_> >  | \/  |  Y Y  \  ___/|  |_> > __ \_/ /_/  >  ___/ 
 * |   __/|__|  |__|__|_|  /\___  >   __(____  /\___  / \___  >
 * |__|                  \/     \/|__|       \//_____/      \/ 
 *   http://primepage.de/
 *
 */
 
/*
 * .general
 */

BODY {
	color: black;
	background: white;
	font-family: sans-serif;
	background: white;
	margin-left: 3%;
	margin-right: 3%;
}

H1,H2 {
	border-top: none;
	border-left: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

H1 {
	font-size: 1.4em;
	padding: 0.2em;
	padding-left: 0.4em;
	border-color: #9090b0;
	background: #eeeeff;
}

H2 {
	font-size: 1.2em;
	padding: 0.1em;
	padding-left: 0.4em;
	margin-top: 1.5em;
	margin-bottom: 0em;
	border-color: #909090;
	background: #eeeeee;
}

H3 {
	font-size: 1.1em;
	padding: 0.1em;
	padding-left: 0.6em;
	margin-top: 1em;
	margin-bottom: 0em;
}

A {
	text-decoration: none;
	border-bottom: 1px dotted;
}

UL {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	list-style: square;
}

IMG {
	border: 0px;
}

TT {
	color: #202080;
	font-size: 0.9em;
}P {
	padding-left: 0.9em;
}

ABBR, ACRONYM {
    border-bottom: 1px dotted #909090;
    cursor: help;
}

/*
 * .links
 */

A:link, A:active, A:visited {
	color: #0070b0;
}

A:hover, A:visited:hover, A:visited:active {
	color: #003858;
}

A.title {
	color: black;
}
A.title:visited {
	color: black;
}

/*
 * .misc
 */

.aimg {
	border: 0px;
}

.image {
	text-align: center;
}

.copy {
	color: #707070;
	font-size: 0.9em;
	text-align: right;
}