/* Formate - Diatra-Verlag - PIXXL WEBDESIGN www.pixxl-webdesign.de */

/* Body ------------------------------------------------------------------------------------------------------------ */
body {
	background: #FFFFFF url(../gfx/bg_body.gif) repeat-x;
	color: #000000;
	font: 12px Arial;
}
body.home {
	background: #FFFFFF;
}


/* Content --------------------------------------------------------------------------------------------------------- */
h1 {
	color: #003862;
	font: 18px Arial;
	font-weight: bold;
}
h2 {
	color: #E66F06;
	font: 14px Arial;
	font-weight: bold;
}
h3 {
	color: #000000;
	font: 12px Arial;
	font-weight: bold;
}
p {
	color: #000000;
	font: 12px Arial;
}
li {
	color: #000000;
	font: 12px Arial;
}


/* Links ----------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #222222;
	font-weight: bold;
}
a:hover {
	color: #E66F06;
}
a.home {
	text-decoration: none;
	color: #E66F06;
	font: 18px Arial;
	font-weight: bold;
}
a.home:hover {
	text-decoration: underline;
}
a.footleft {
	text-decoration: underline;
	color: #777777;
	font-weight: normal;
}
a.footleft:hover {
	color: #000000;
}
a.footright {
	text-decoration: underline;
	color: #777777;
	font-weight: normal;
}
a.footright:hover {
	color: #000000;
}
h1 a {
	color: #003862;
	font-size: 12px;
}
h1 a:hover {
	color: #E66F06;
}
h2 a {
	color: #E66F06;
}
h2 a:hover {
	color: #003862;
}


/* Hauptnavigation  ------------------------------------------------------------------------------------------------- */
#navmaincontainer {
	width: 210px;
}
#navmaincontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navmaincontainer li {
	margin-bottom: 1px;
	font: 15px Arial;
}
#navmaincontainer li a.standard {
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #015392;
	background-color: #9FC3E7;
	text-decoration: none;
	color: #065694;
	font-weight: bold;
	width: 100%;
}
#navmaincontainer li a.standard:hover {
	border-left: 10px solid #F5821F;
}
#navmaincontainer li a.active {
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #003862;
	background-color: #5596D7;
	text-decoration: none;
	color: #003862;
	font-weight: bold;
	width: 100%;
}
#navmaincontainer li a.active:hover {
	border-left: 10px solid #F5821F;
}


/* Tabellen -------------------------------------------------------------------------------------------------------- */
/* Style für "leere" Zellen - nicht änderbare Schrifthöhen */
.tdnocontent {
	font: 1px Arial;
}
.tdhead {
	background: #5596D7 url(../gfx/bg_head.gif) repeat-x;
	font: 1px Arial;
}
.tdnavmain {
	border-right: 1px dotted #015392;
}
.tdhome {
	color: #000000;
	font: 12px Arial;
}
.tdcontentmain {
	color: #000000;
	font: 12px Arial;
}
.tdfoot {
	color: #777777;
	font: 11px Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #015392;
}
.tableboxtitelbild {
	margin-top: 20px;
}
.tdboxtitelbild {
	background: #E4ECF3;
	color: #000000;
	font: 11px Arial;
}
.tablearchivrow {
	margin-bottom: 20px;
	border: 1px dotted #015392;
}
.tdarchivrow {
	background: #E4ECF3;
	color: #000000;
	font: 12px Arial;
}
.tablesprechstunderow {
	margin-bottom: 20px;
	border: 1px dotted #015392;
}
.tdsprechstunderow {
	background: #E4ECF3;
	color: #000000;
	font: 12px Arial;
}
.tableprodukterow {
	margin-bottom: 20px;
	border: 1px dotted #015392;
}
.tdprodukterow {
	background: #E4ECF3;
	color: #000000;
	font: 12px Arial;
}
.tabledottedbox {
	margin-bottom: 20px;
	border: 1px dotted #015392;
}
.tddottedbox {
	background: #E4ECF3;
	color: #000000;
	font: 12px Arial;
}


/* Container ------------------------------------------------------------------------------------------------------- */
/* Hinweis Sprechstunde */
#containerhinweissprechstunde {
	margin-top: 60px;
	text-align: center;
	width: 220px;
}
#containerhinweissprechstunde h3 {
	color: #015392;
	font: 14px Arial;
	font-weight: bold;
}
#containerhinweissprechstunde h3 a {
	text-decoration: none;
	color: #015392;
}
#containerhinweissprechstunde h3 a:hover {
	text-decoration: underline;
}
#containerhinweissprechstunde h4 {
	color: #000000;
	font: 12px Arial;
	font-weight: bold;
}
#containerhinweissprechstunde p {
	color: #000000;
	font: 12px Arial;
}
#containerhinweissprechstunde p a {
	text-decoration: underline;
}
#containerhinweissprechstunde p a:hover {
	color: #E66F06;
}
/* Datumsanzeige */
#containerdatum {
	margin-top: 60px;
	margin-bottom: 100px;
	text-align: center;
	width: 220px;
}
#containerdatum p {
	color: #000000;
	font: 12px Arial;
}


/* Formatierungen -------------------------------------------------------------------------------------------------- */
.imgausgaben {
	border: solid 1px #003862;
}
.imgsprechstunde {
	border: solid 1px #003862;
}
.imgprodukte {
	border: solid 1px #003862;
}
.imgselbsthilfevereinigungen {
	border: solid 1px #003862;
}


/* Formulare ------------------------------------------------------------------------------------------------------- */


/* Dummy ----------------------------------------------------------------------------------------------------------- */
.dummy      { font-size: 12px; border: solid 1px #e4ecf3 }