/*
(c) 2008 Eisemuth Internetdienste (www.inter-ee.net)
*/


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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
	list-style-image: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	line-height: 1;
	color: #000;
	background: #FFF;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	padding: 0 10px;
	/* IE 6 fix */
	text-align: center;
}

a {
	text-decoration: none;
}


#container {
	margin: 0 auto 0 auto;
	padding: 50px 0 50px 0;
	max-width: 1100px;
	min-width: 600px;
	/* IE 6 fix */
	text-align: left;
}

/* IE 6 fix */
* html #container {
	width: 600px;
}

h1 {
	display: block;
	width: 300px;
	height: 50px;
	color: #df0031;
	font-size: 30px;
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	line-height: 1.2;
	font-weight: bold;
}

#content {
	margin: 20px 160px 0 0;
	line-height: 1.2;
}

#content h2 {
	color: #df0031;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.4;
	margin-bottom: 1em;
	border-bottom: 2px solid #df0031;
	border-left: 2px solid #df0031;
}

#content p {
	clear: both;
	margin: 1em 0 1em 0;
	text-align: justify;
}

#content ul {
	clear: both;
	margin: 1em 0 0 1em;
	list-style: disc;
}

#content .box {
	font-size: 0.9em;
	float: left;
	margin: 0 2em 1em 0;
	background: #f3f3f3;
	padding: 0 0 5px 0;
	min-width: 200px;
}

#content .box a {
	color: #df0031;
}
#content .box a:hover {
	color: #009e1e;
}

#content .boxcaption {
	background: #e9e9e9;
	padding: 5px 10px;
	font-weight: bold;
}

#content .box p {
	margin: 0;
	padding: 5px 10px;
	letter-spacing: 2px;
}

#content .interee {
	font-size: 0.7em;
}
#content .interee a {
	color: #000;
}
#content .interee a:hover {
	color: #f00;
}