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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: arial, san-serif;
	color: #000;
}

#header {
	height: 223px;
	background-image: url(bilder/logo.gif);
	border-bottom: #a42929 1em solid;
}
#menu {
	height: 2em;
	padding: 0 2em 0 2em;
	background: #a42929;
	color: #fff;
	font-size: 90%;
}

#main {
	margin: 2em 3em 0 2em;
	width: 33em;
	float: left;
}

#menu a{
 	color:  #fff;
 	text-decoration: none;
}

.article {
	border-bottom: 1px dotted #000;
	padding: 1.5em 0 1.5em 0;
}

#second {
	margin: 2em 1em 0 3em;
	width: 18em;
	position: absolute;
	left: 43em;
	font-size: 85%;
}

#second .article {
	border-bottom: 1px dotted #000;
	padding: .5em 0 1em 0;
}

#third {
	margin: -1.8em 1em 0 3em;
	width: 18em;
	position: absolute;
	left: 66em;
	font-size: 85%;
}

#third .article {
	border-bottom: 1px dotted #000;
	padding: .5em 0 1em 0;
}

#container {
	margin-bottom: 3em;
}

#footer {
	background: #000;
	color: #fff;
	padding-top: 2em;
	height: 4em;
	font-size: 90%;
	text-align: center;
}

#footer a {
	color: #fff;
}

h1 {
	font-size: 1.5em;
	margin-bottom: .75em;
	color: #a42929;
}

h2 {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: .5em;
	color: #a42929;
}

h3 {
	font-size: 0.8125em;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 1.5em;
}

h4 {
	font-size: 0.76em;
	margin-bottom: .2em;
	margin-top: 2em;
	line-height: 1.5em;
}

p {
	font-size: 0.8125em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
ul {
	padding-left: 1em;
	font-size: 0.8125em;
	margin-bottom: 1em;
	list-style: disc;
	list-style-position: inside;
}
img {
	margin-bottom: 1em;
}
