body, html, #navigation, #container, #inhalt {
           margin:0;
           padding:0;
}

body {
           font: 100.01% sans-serif;
           background-color: #FAF5F0;
           text-align: center;
}
#container {
           width: 980px;
           text-align: left;
           margin: 0 auto;
           background-color:#FAF5F0;
}
#kopf {
	background-image: url(images/titleBar/bg_title.gif);
	background-repeat: no-repeat;
    background-color: #FAF5F0;
    text-align: center;
	height: 160px;
}
#inhalt {
	position: relative;
	left: 0;
	font: 90% sans-serif;
        background-color: #FAF5F0;
        color: #1A2E6D;
}

kleiner {
	font-size: 12px;
}

mini {
	font-size: 11px;
}



.links {
	float: left;
	margin: 0 10px 5px 0;
}
.rechts {
	float: rechts;
	margin: 0 10px 5px 0;
}


p {
           margin: 25px 25px 0 25px;
}
h1 {
           margin: 0 5px;
           padding: 5px 0;
           font-size: 1.1em;
}



.th1{
	font-weight: bold;
	font-size: 16px;
	color: white;
}


td.tableBGTopLeft {
width: 20px;
height: 33px;
background-image:url(images/table/table1.gif);
background-repeat: no-repeat;
}
td.tableBGTopCenter {
vertical-align: middle;
height: 33px;
background-image:url(images/table/table2.gif);
background-repeat: repeat-x;
}
td.tableBGTopRight {
width: 20px;
height: 33px;
background-image:url(images/table/table3.gif);
background-repeat: no-repeat;
}
td.tableBGCenterLeft {
width: 20px;
background-image:url(images/table/table4.gif);
background-repeat: repeat-y;
}
td.tableBGCenterCenter {
background-image:url(images/table/table5.gif);
background-repeat: repeat;
}
td.tableBGCenterRight {
width: 20px;
background-image:url(images/table/table6.gif);
background-repeat: repeat-y;
}
td.tableBGBottomLeft {
width: 20px;
height: 15px;
background-image:url(images/table/table7.gif);
background-repeat: no-repeat;
}
td.tableBGBottomCenter {
height: 15px;
background-image:url(images/table/table8.gif);
background-repeat: repeat-x;
}
td.tableBGBottomRight {
width: 20px;
height: 15px;
background-image:url(images/table/table9.gif);
background-repeat: no-repeat;
}

table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}


a span { display: none; }



table.navTable {
	position: relative;
	left: 0px;
	top: 0px;
}


a.titlebtn01 {
	background-image: url(images/titleBar/titleBtn1.gif);
	background-position: 0 0;
	display: block;
	width: 192px;
	height: 32px;
}
a.titlebtn01:hover {
	background-image: url(images/titleBar/titleBtn1.gif);
	background-position: 0 -31px;
}


a.titlebtn02 {
	background-image: url(images/titleBar/titleBtn2.gif);
	background-position: 0 0;
	display: block;
	width: 144px;
	height: 32px;
}
a.titlebtn02:hover {
	background-image: url(images/titleBar/titleBtn2.gif);
	background-position: 0 -31px;
}


a.titlebtn03 {
	background-image: url(images/titleBar/titleBtn3.gif);
	background-position: 0 0;
	display: block;
	width: 184px;
	height: 32px;
}
a.titlebtn03:hover {
	background-image: url(images/titleBar/titleBtn3.gif);
	background-position: 0 -31px;
}


a.titlebtn04 {
	background-image: url(images/titleBar/titleBtn4.gif);
	background-position: 0 0;
	display: block;
	width: 102px;
	height: 32px;
}
a.titlebtn04:hover {
	background-image: url(images/titleBar/titleBtn4.gif);
	background-position: 0 -31px;
}







a.titlebtn01_eng {
	background-image: url(images/titleBar/titleBtn1_eng.gif);
	background-position: 0 0;
	display: block;
	width: 192px;
	height: 32px;
}
a.titlebtn01_eng:hover {
	background-image: url(images/titleBar/titleBtn1_eng.gif);
	background-position: 0 -31px;
}


a.titlebtn02_eng {
	background-image: url(images/titleBar/titleBtn2_eng.gif);
	background-position: 0 0;
	display: block;
	width: 144px;
	height: 32px;
}
a.titlebtn02_eng:hover {
	background-image: url(images/titleBar/titleBtn2_eng.gif);
	background-position: 0 -31px;
}


a.titlebtn03_eng {
	background-image: url(images/titleBar/titleBtn3_eng.gif);
	background-position: 0 0;
	display: block;
	width: 184px;
	height: 32px;
}
a.titlebtn03_eng:hover {
	background-image: url(images/titleBar/titleBtn3_eng.gif);
	background-position: 0 -31px;
}


a.titlebtn04_eng {
	background-image: url(images/titleBar/titleBtn4_eng.gif);
	background-position: 0 0;
	display: block;
	width: 102px;
	height: 32px;
}
a.titlebtn04_eng:hover {
	background-image: url(images/titleBar/titleBtn4_eng.gif);
	background-position: 0 -31px;
}


