/* These would normally go in an external .css file */
body { background-image: url(../images/toptxtr2.jpg); margin: 0; padding: 0; }
#header, #footer {
	text-align: center;
}
.titel { font-size: 0.7em; }
#header {
	height: 80px;
}
#footer { font-size: 0.5em; text-align: center; height: 50px; }
#content { margin: 0 180px 
; padding-right: 10px; padding-left: 10px; }
#left, #right {
	position: absolute;
	top: 100px;
	width: 180px;
}
#left { font-size: 1em; line-height: 2em; top: 10px; left: 0; }
#right { font-size: 0.9em; text-align: center; right: 0; }
body {
	font: 1em verdana, arial, sans-serif;
}
h1 { font-size: 2em; font-weight: lighter; margin-top: 0; margin-bottom: 0; }
p {
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 0;
}
a { color: black; text-decoration: none; }
#container {
	text-align: left;
	position: relative;
	width: 750px;
	margin-right:auto;
	margin-left:auto;	
	border-color: #ddd;
	border-width: 0 1px 1px;
	border-style: none solid solid;
}
.exp { color: gray; font-weight: bold; }
