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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 120%;
	background: #c5c5c5 url(../images/background.gif) repeat-y center;
	font-size: 12px;
	color:#000;  
	margin:0px;
	text-align: center;
}

p {
	margin:0 0 0.5em 0;
}

ol, ul {
	list-style: url(../images/bullet.gif);
}

ul#lang {
	list-style:none;
}

li {
	margin: 0 0 0.5em 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 764px;
}

#head {
	position: relative;
	left: 22px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#content {
	width: 684px;
	padding: 0;
	margin-left: 40px;
}

.balken {
	font: bold 1.4em sans-serif;
	padding: 3px;
	margin: 15px 0 10px 0;
	height: 20px;
	background-color: #ddd;
}

.klein {
	width:329px;
	float:left;
}

.text {
	font: 1.2em sans-serif;
}

.bold {
	font-weight:bold;
}

.teaser {
	font: bold 1.4em sans-serif;
	margin: 0 0 0.5em 0;
}

.liste {
	padding-left:20px;
	font: 1.2em sans-serif;
}

ul ul {
	margin-top: 0.5em;
	margin-left: 1.5em;
}

.bild_rechts {
	margin:0 0 0 10px;
	float:right;
}

.buttons {
	margin:15px 10px 0 0;
}

a:link, a:visited {
	color: #1e90ff;
	text-decoration: none;
}

a:hover, a:active {
	background: #1e90ff;
	color: #fff;
}

