/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* setzt alles auf einheitliche Werte */


body {
margin: 2%;
background-color: #030327;
}

#content {
margin: 0px auto;
text-align: left;
width: 1024px; height: 1024px;	/* 50px "Rand" um die Grafik */
background-color: #030327;
background-image: url("Terra24.jpg");
background-position: 50px 50px;
background-repeat: no-repeat;
}

#head {
width: 290px;
float: right;
margin-top: 160px;;
}

#menu {
margin-top: 430px;
}

h1, h2, li, p {
color: #ffdc91;
}

h1 {
font-size: 28px;
line-height: 1.8em;
font-family: "Times New Roman", Palatino, serif;
}

h2 {
font-size: 18px;
line-height: 1.3em;
}

ul {
padding-top: 330px;
list-style-type: none;
}

a {
font-size: 16px;
text-decoration: none;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #aa9933;
}

a:hover {
color: #ffdc91;
}

a.current {
color: #ffeeee;
}

a.foot {
font-size: 12px;
color: #996600;
}
