/*
	Ekkart Kleinod
	www.edgesoft.de
*/

/*
	Overall definitions
*/
body {
	font-family: sans-serif;
	font-size: normal;
	margin: 2% 10% 2% 3%;
	padding: 0;
	color: black;
	background: url(../images/logo.png) no-repeat 98% 95% fixed white;
}

header, footer, nav, article {
	display: block;
}

header {
	width: 60%;
}

article {
	width: 60%;
	float: left;
}

nav {
	width: 37%;
	float: right;
}

footer {
	clear: both;
	width: 100%;
}

/* links */
a {
	color: grey;
}

a:visited {
	color: grey;
}

a.nounder {
	text-decoration: none;
}

/* header */
header h1 {
	font-size: 300%;
}

/* text area */
article div.intro {
	padding: 1px 1em 1px 1em;
	background-color: whitesmoke;
}

article div.intro img, article div.intro ul {
	float: right;
	margin: 1em 2em 1em 1em;
	padding: 3px;
	border: 1px solid;
	border-color: gainsboro grey grey gainsboro;
	background: whitesmoke;
}

article div.intro ul {
	border-style: dashed;
	background: white;
	list-style-type:none;
}

article div.content {
	padding: 1px 1em 0 1em;
	border: 1px solid gainsboro;
}

/* headings */
h1, h2, h3, h4, h5, h6, table caption {
	font-family: serif;
	font-variant: small-caps;
	letter-spacing: .1em;
}

section h1 {
	font-size: 150%;
	font-weight: bolder;
}

h1.topmargin {
	margin-top: 3ex;
}

section h2 {
	font-size: 130%;
	font-weight: bolder;
}

/* navigation bar */
nav ul {
	list-style-type:none;
	margin: 0 0 1ex 0;
	padding: 0;
}

nav li, article div.intro ul li {
	padding: 0 1em;
	margin: 0 0 .2ex 0;
}

nav a, article div.intro nav a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	border-bottom: 1px dotted white; /* invisible border to avoid jumping text while hovering */
}

nav a:hover, nav a.active, article div.intro ul a:hover {
	background: whitesmoke;
}

nav a.active {
	border-bottom: 1px dotted gainsboro;
}

/* footer */
footer {
	font-size: smaller;
	font-style: italic;
}

footer img, .right {
	float: right;
}

/* text */
.mono {
	font-family: monospace;
}

blockquote {
	margin: 0 2em;
	text-indent: 1em;
	padding-left: 10px;
	border-left: 3px solid gainsboro;
	font-style: italic;
}

/* lists */
dt {
	padding-top: 2ex;
	padding-bottom: 1ex;
}

/* tables */
table caption, th.caption {
	text-align: left;
	padding-top: 2ex;
	padding-bottom: 1ex;
	font-size: 120%;
	font-weight: bolder;
	background: white;
}

th {
	border-collapse: collapse;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: whitesmoke;
	padding: .2ex 1em .5ex .2em;
}

td {
	padding: .2ex 1em .5ex 1em;
	vertical-align: top;
}

/* other */
.right {
	float: right;
	margin: 0 2em 1em 1em;
}

/* EOF */


