 /* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}





/*############## spezielle Stile ###############*/
*,td {
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	margin: 0 auto;
	width: 700px;
	padding: 0;
}
.header {
	border-bottom: 2px solid #3894e5;
	background: url(logo.gif) 0 0 no-repeat;
	height: 50px;
	position: relative;
}
.homelink {
	position: absolute;
	width: 295px;
	height: 50px;
	top: 0;
	left: 0;
}
.lang {
	position: absolute;
	top: 12px;
	right: 0;
}
.lang .de {
	width: 22px;
	height: 13px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	background: url(icon_lang.gif) 0 0 no-repeat;
}
.lang .en {
	width: 22px;
	height: 13px;
	display: inline-block;
	text-decoration: none;
	background: url(icon_lang.gif) -26px 0 no-repeat;
}
.content {
	border-top: 6px solid #83bff5;
	padding: 20px 0;
}
h1 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #3894e5;
}
p {
	margin-bottom: 10px;
	font-size: 12px;
}
p.divider {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.footer {
	color: #fff;
	background-color: #707070;
	padding: 5px 10px;
	font-size: 12px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}

h2 {
	color: #3894E5;
	font-size: 16px;
	margin-bottom: 20px;
}
td {
	font-size: 12px;
	padding: 0 5px 5px 0;
}
table {
	margin-bottom: 20px;
}