body {
	background-image: url('/pictures/hintergrund_repeat.jpg');
	background-color: white;
	background-repeat:repeat-y;
}

body, table, tr, td, a, a.visited, a.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}
body, table, tr, td {
	font-size: 12px;
}
td {
	vertical-align:top;
}

body.startseite {
	background-image: url('/pictures/hintergrund_startseite.jpg');
	background-color: #2D1618;
	background-repeat:no-repeat;
}

body.popup {
	background-image: url('/pictures/empty.gif');
	background-repeat:repeat;
}

#startseite_lte {
	position:absolute;
	top: 270px;
	left: 310px;
}

#startseite_st {
	position:absolute;
	top: 50px;
	left: 680px;
	z-index: 1;
}

#startseite_logo {
	position:absolute;
	top: 500px;
	left: 715px;
	z-index: 1;
}


#startseite_footer {
	position:absolute;
	top: 600px;
	left: 40px;
}

#startseite_lte, #startseite_st, #startseite_footer,
.startseite a,
.startseite a.visited,
.startseite a.active {
	z-index: 1;
	color: white;
	font-size: 24px;
	text-decoration: none;
}

#startseite_lte, #startseite_st {
	font-weight: bold;
}

.bild_home {
	padding: 1px;
	border:1px solid blue;
}

#content {
	position:absolute;
	top: 58px;
	left: 346px;
	z-index: 1;
	max-width: 650px;
	text-align: justify;
}

.titel {
	font-size: 24px;
	font-weight: bold;
}
.subtitel {
	font-size: 24px;
	font-weight: normal;
}

.verysmall {
	font-size: 8px;
	font-weight: normal;
}

#titel {
	position:absolute;
	top: 58px;
	left: 346px;
	z-index: 1;
	font-size: 24px;
	font-weight: bold;
}

#footer {
	position:absolute;
	top: 600px;
	left: 346px;
	width: 650px;
	z-index: 1;
}

#news {
	position:absolute;
	top: 258px;
	left: 810px;
	width: 190px;
	height: 240px;
	padding: 5px;
	z-index: 1;
	border: 1px gray solid;
}

#logo {
	position:absolute;
	top: 11px;
	left: 827px;
	z-index: 1;
}

#navigation,
#navigation a,
#navigation a.visited,
#navigation a.active {
	font-size: 17px;
	font-weight: bold;
	color: black;
}

#navigation  {
	position:absolute;
	top: 166px;
	left: 2px;
	z-index: 1;
}

#navigation_body {
	position:absolute;
	top: 0px;
	left: 0px;
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	font-variant: small-caps;
}

.subtitle {
	font-weight: bold;	
	font-size: 18px;
}

.subsubtitle {
	font-weight: bold;	
	font-size: 14px;
}

.emph {
	background-color: #ffff80;
}