﻿/* Allgemeine Definitionen */

*
{
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body { font-family: "myriad pro", arial, helvetica, sans-serif; font-size: 14px; 
color: #000000; background-color: #d3b689; text-align: center; padding: 10px 
7px; min-width: 980px;
}

p, ul, ol
{
	font-size: 1em;
	margin-bottom: 0.8em;
}

a
{
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #1b408c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin-left: 1.1em;
}

li
{
	margin-bottom: 0.5em;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h5
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #737373;
}
h1, h2, h3, h5, p, li, a
{
	line-height: 1.3em;
}



/* Grundgerüst der Seite */

#seite
{
	width: 980px;
	border: 2px solid #ffffff;
	background: #f8f2e6 url(../navi/zak_bg.jpg);;
	margin: 0 auto;
	text-align: left;
}

#navigation
{
	width: 212px;
	float: left;
	display: inline;
	text-align: left;
}

#inhalt
{
	margin-left: 40px;
	margin-top: 40px;
	padding-bottom: 10px;
	width: 470px;
	float: left;
	display: inline;
	text-align: left;
}

#is_navigation
{
	margin-left: 46px;
	margin-top: 98px;
	width: 187px;
	float: left;
	display: inline;
	text-align: right;
}

#footer
{
	clear: both;
}

#termine
{

	empty-cells:show;
	vertical-align: top;


}

#datum
{
	width: 110px;


}

td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: grey;
	vertical-align: top;
	padding-bottom:7px
}

th
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	vertical-align: top;
	padding-bottom:3px;
	padding-top:10px
}
/* Barrierefreiheit Textmarkierungen ausblenden */

#header h1,
#header p,
h4
{
	display: none;
}


/* Navigation */

#header
{
	position: relative;
	margin-bottom: 10px;
}

#header ul
{
	position: absolute;
	left: 0;
	top: 95px;
	list-style: none;
	margin: 0;
	font-size: 15px;
}

#header ul li
{
	display: inline;
	font-size: 15px;
}

#header ul a
{
	font-family: "bookman old style", times, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 25px;
	white-space: nowrap;
}

#header ul a:hover
{
	text-decoration: underline;
}

#navigation ul
{
	list-style: none;
	margin: 0 0 0 25px;
	font-weight: bold;
}

#navigation ul a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
}

#navigation ul a:hover
{
	text-decoration: underline;
}


#is_navigation ul
{
	list-style: none;
	margin: 0 0 0 25px;
	font-weight: bold;
}

#is_navigation ul a
{
	display: block;
	text-decoration: underline;
	margin-bottom: 1.2em;
}

#is_navigation ul a:hover
{
	text-decoration: underline;
}


/* Inhalt */

blockquote
{
	color: #002200;
}

cite
{
	font-style: italic;
}

embed
{
	margin-left: -100px;
	margin-bottom: 0.5em;
}


/* Rechte Spalte */

#weblogentries { display: none; }
