html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	background: transparent;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #5A5858;
	height: 100%;
}

.container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 9%;
	margin-top: 0px;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	vertical-align: top;
	background: #BBBBBB;
}

.rand-links {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	width: 9%;
	background: url(/images/rand-links.png) right repeat-y;
	
}

.rand-rechts {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0%;
	margin-right: auto;
	margin-top: 0px;
	width: 9.5%;
	background: url(/images/rand-rechts.png) left repeat-y;
}

.main {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	height: inherit;
}	

.image {
	margin-left: 30px;
}

.text {
	margin-left: 115px;
	width: auto;
	margin-bottom: 10px;
	height: auto;
}

a {
	color: #5A5858;
}

.space {
	margin-left: 50px;
	vertical-align: sub;
}

img {
	border: none;
}
