/* Links */
a:link
{ 	color:white;
	text-decoration:none;
}

a:visited
{ 	color:white;
	text-decoration:none;
}

a:active
{ 	color:white;
	text-decoration:none;
}

a:focus
{ 	color:white;
	text-decoration:none;
}

img
{	border-width:0px;
	margin:0px; padding:0px;
}

/* modified tags */
ul
{	margin:15px;
	padding:0px;
}

/* layout basics */
html, body
{	background-color:white;
	font-family:'MS Trebruchet', 'Arial', sans-serif;
	font-size:13px;
	margin:0px; padding:0px;
}

div#wholePage
{	position:absolute;
	top:0px; height:800px; /* FIXME tabelle */
	background-color:white;
	left:50%;
	width:770px; margin-left:-385px;
}

#head01
{	position:absolute; z-index:4;
	background-color:white;
	width:100%; height:80px;
	padding:0px; margin:0px;
	left:0px; top:0px; right:0px;
}

#head02
{	position:absolute; z-index:1;
	background-color:rgb(204, 204, 204);
	right:0px; left:0px; top:80px; height:60px;
	padding-left:210px;
}

#navLeft
{	position:absolute; z-index:3;
	background-color:rgb(0, 51, 153);
	color:white;
	width:170px;
	left:0px; top:0px; bottom:0px;
	margin:0px;
	padding-left:10px; padding-top:170px;
}

#content
{	position:absolute;
	padding-top:30px; padding-left:30px; padding-right:30px;
	width:450px;
	top:140px; left:180px; right:130px; bottom:30px;
	background-color:white;
	z-index:10;
	line-height:150%;
}

#navRight
{	position:absolute; z-index:2;
	width:80px;
	margin:0px;
	right:0px; top:140px; bottom:0px;
	text-align:left;
}

#info
{	position:absolute;
	font-size:12px;
	color:rgb(153, 153, 153);
	border-color:rgb(153, 153, 153);
	text-align:right;
	background-color:white;
	border-style:solid;
	border-bottom-width:0px; border-top-width:1px; border-left-width:0px; border-right-width:0px;
	padding-top:2px;
	width:770px; height:10px;
	bottom:0px;
	z-index:5;
}

.linkBig
{	font-weight:700;
}

.linkSpace
{	margin:0px; padding:0px;
	height:7px;
}

.linkSmall
{	font-size:12px;
}

/* head01 */
#bdbLogo
{	position:relative;
	top:17px; left:7px;
}

#headline
{	position:relative;
	color:rgb(153, 0, 0);
	font-weight:400;
	font-size:20px;
	width:100%;
}

#prevNextPage
{	position:absolute;
	border-color:rgb(153, 153, 153);
	text-align:right;
	border-style:solid;
	border-bottom-width:0px; border-top-width:1px; border-left-width:0px; border-right-width:0px;
	width:430px; height:20px;
	left:180px; right:130px; bottom:10px;
	z-index:50;
	text-align:right;
	padding-left:30px; padding-right:30px;
}

div#impressumContact
{	position:absolute; z-index:5;
	margin:0px;
	padding-left:10px; padding-top:60px;
	right:0px; top:0px;
	text-align:right;
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active, a.contentLink:focus, a.contentLink
{	color:rgb(0, 51, 153);
}

a.contentLink:hover
{	color:rgb(153, 0, 0);
}

h1
{	font-size:16px
}

h2
{	font-size:14px;
}

hr, td.contentCell, th.contentCell
{	border-style:solid;
	border-color:black;
	border-width:1px;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

th.contentCell
{	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

td.contentCellDate
{	padding-top:20px;
	padding-bottom:5px;
	font-weight:bold;
}

table#layout
{	 border:1px solid black;
}

table.contentCell
{	border-collapse:collapse;
	width:410px;
	table-layout:fixed;
}

input.form, textarea
{	width:410px;
}

.contenttd {
	vertical-align:top;
	padding-right:20px;
}

.contenttd1 {
	vertical-align:bottom;
	padding-right:20px;
}

#linkButton
{	position:absolute;
	margin-top:-70px;
}

input, textarea
{	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid rgb(150,150,150);
	border-bottom:1px solid rgb(150,150,150);
	font-family:'MS Trebruchet', 'Arial', sans-serif;
	font-size:13px;
}
