body {
	font-size: 0.8em;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	background: #003050 url("bkg_body.gif") repeat-y center top;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 768px;
}


h1, h2, h3 {
	margin: 0px;
	color: #003050;
	font-size: 120%; font-weight: bold;
}

h4, h5, h6 {
	margin: 0px;
	color: #003050;
	font-size: 100%; font-weight: bold;
}

b {
	color: #003050;
}

b.highlite {
	color: #cc0000;
}

input, select, textarea {
	font-size: 100%; font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #003050;
	font-size: 100%;
	text-decoration: underline;
	font-weight: normal;
	border: none;
}

a:active, a:hover, a:focus {
	color: #cc0000;
	font-size: 100%;
	text-decoration: underline;
	font-weight: normal;
	border: none;
}

img {
	border: none;
	}
/********* Kopf *********/
#kopf {
	background-color: white;
	margin: auto;
	padding: 16px 0;
	width: 768px;
	height: 80px
	}
/********* Inhalt *********/
#inhalt {
	background-color: white;
	width: 768px;
	margin: 0px auto;
	padding: 64px 0px 0px 0px;
	}
#navigation {
	text-align: left;
	margin: 0 auto;
	padding: 0px 34px 0px 10px;
	width: 140px;
	height: auto;
	float: left;
	}
#navigation img.abschluss{
	margin-bottom: 19px;
	}
#text {
	text-align: left;
	padding: 0px 184px 0px 0px;
	float: right;
	width: 398px;
	}
#abschluss {
	clear: both;
	padding-top: 32px;
	}
.rubrik_0 #inhalt {
	background: white url("bkg_0.gif") no-repeat center top;
	}
.rubrik_0 #abschluss {
	background: white url("abschluss_0.gif") no-repeat center top;
	height: 18px; /* 50px - padding-top */
	}
.rubrik_1 #inhalt {
	background: white url("bkg_1.gif") no-repeat center top;
	}
.rubrik_2 #inhalt {
	background: white url("bkg_2.gif") no-repeat center top;
	}
.rubrik_3 #inhalt {
	background: white url("bkg_3.gif") no-repeat center top;
	}
.rubrik_4 #inhalt {
	background: white url("bkg_4.gif") no-repeat center bottom;
	}
/********* Startseite *********/
.start #inhalt {
	background: white url("bkg_start.gif") no-repeat center top;
	height:280px;
	}
.start #inhalt img {
		margin: 8px;
	}
/********* Tabellen *********/
table {
	width: 398px;
	}

th, td  {
	padding-bottom: 12px;
	}

th  {
	font-style: normal;
	font-weight: normal;
	padding-right: 12px;
	}
	
td {
	width: 398px;
	}
/********* Einzuege *********/
ul {
	padding-left: 24px;
	}

/********* FORMULARE *********/

form fieldset {
	width: 398px;
	margin: 0px 0px 0px -3px;
	padding: 10px 0px 10px 3px;
	border: none;
}

form label {
	font-weight: bold; 
}

form .text { width: 325px: }
form .textarea { width: 325px; }
form .checkbox { vertical-align: middle; }
form .radio { vertical-align: middle; }
form .select { margin-top: 4px }
form .button { }

form .text:focus, form .textarea:focus{ background-color: white; }


