/* This is the style of your browser text */

html {
	text-align:center;
	}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	padding: 20px;
	height:100%;
	background: black url('../images/planet.jpg') bottom right no-repeat;
}
img {border:none}
p {
	margin: .5em 0 1em 0;
	color:#FFFFFF;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 36px;
	color:white;
	line-height: 1.3em;
	letter-spacing: -.05em;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 29px;
	line-height: 1.3em;
	letter-spacing: -.05em;
	color:#c00;
}
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: -.05em;
	color:#999;
}
h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: -.05em;
	color:#999;
}
a {color:red;}
a:hover {color:#ccc}
h3 a {color:#999}

/* LAYOUT & sIFR CSS PROPERTIES */

#wrapper {
	margin:0;
	padding:0;
	width:760px;
	margin:auto;
	text-align:left;
}
#header {
	width:760px;
	margin-bottom:2em;
}
#header h1 {
	padding:0;
	float:left;
	width:600px;
	}
#header span {
	padding:0;
	width:140px;
	float:right;
	text-align:left;
	}
#nav {
	width:170px;
	margin-right:10px;
	float:left;
		/*background-color:#111;*/
}
.rounded-grey {
	border:1px solid #999;
}
.rounded-ltblue {
	border:1px solid #89C1D1;
}
.rounded-grey, .rounded-ltblue {
	-moz-border-radius: 1em;
	padding:10px;
}
.l-box {
	float:left;
	margin:10px 10px 10px 10px;
	}
.r-box {
	float:right;
	margin:10px 10px 10px 10px;
	}
.r-box p, l-box p {
	font-size:x-small;
	margin:1em 0 1em 0;
	}

#infospace {
	width:530px;
	float:left;
	background-color:#111;
	margin-bottom:20px;
	}
	
div.weltron, div.akzidenz {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 25px;
	font-color:white;
	line-height: 1.3em;
	letter-spacing: -.05em;
}
fieldset p {border-bottom:1px dotted #7ca851;padding-bottom:.5em;}
legend {font-size:120%; padding:.25em;color:white;}
label {float:left; width:15em; margin:0 2em 0 1em;}
