/* = Reset*/

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; padding : 0; 
	}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 { 
	font-size : 100%; 
	}

/* Removes list-style from lists */

ol,ul { 
	list-style : none; 
	}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var	{ 
	font-style : normal; 
	font-weight : normal; 
	}

table { 
	border-collapse : collapse; 
	border-spacing : 0; 
	}

/* Removes border from fieldset and img */

fieldset,img { 
	border : 0; 
	}

/* Left-aligns text in caption and th */

caption,th { 
	text-align : left; 
	}

/* Removes quotation marks from q */

q:before, q:after { 
	content :''; 
	}
	
/* =Typography */

body {
	font: 90%/1.8 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2{
	font-size: 1.2em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

a {
	text-decoration: none;
}

em{
	text-decoration: underline;
	font-weight: bold;
}

br {break-after: 1em;
}

/* = Layout */

html {
	background-image: url(../image/gebaude2.png);
	background-repeat: no-repeat;

}

body
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 800px;
	height:54px;
	padding: 100px 0px 60px 0px;
	background-image: url(../image/siegel_merkur.jpg);
}

#header h1 {
	float: left;
	margin: 40px 0px 0px 60px;
	color: #666;
}

#navigation ul {
	width: 780px;
	float: left;
	padding-top: 20px;
}

#navigation li{
	display: inline;
	width: 240px;
	height: 20px;
	float: left;
	background-image: url(../image/nav.png);
	background-repeat: no-repeat;
	padding: 4px 0px 4px 4px;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 1px solid #F63;
}

#navigation li a{
	color: #000;
}

#navigation li:hover a{
	color: #fff;
}

#navigation li:hover
{
	width: 240px;
	height: 20px;
	background-image: url(../image/navHover.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	color: #fff;
}

#content {
	width: 760px;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
}

h2.content{
	margin-top: 20px;
}

h2.normal{
	font-weight: normal;
	margin-top: 0.1em;
}

p.content{
	margin-top: 10px;
}

p.footer {
	padding-top: 10px;
}

section{
	float: left;
	margin-bottom: 10px;
	/*background-color: #eee;*/
}

section.monat h2{ 
	border-bottom: 1px solid #F63;
	padding: 0 0 0 10px;
}

ul.monat{
	width: 760px;
	float: left;
	margin-bottom: 2px;
}

li.tag{
	display: inline;
	float: left;
	width: 40px;
	padding-left: 10px;
	font-weight: bold;
	}

li.vereinbarung{
	display: inline;
	float: left;
	width: 150px;
	margin-left: -1em;
	font-weight: bold;
}

li.vereinbarung-inhalt{
	float: left;
	margin-left: 0.5em;
	}

li.datum{
	display: inline;
	float: left;
	width: 100px;
	font-weight: bold;
}

li.arbeitskreis-zeit{
	float: left;
	width: 200px;
	font-weight: bold;
	margin-left: 6.5em;
}

li.arbeitskreis-inhalt{
	float: left;
	margin-left: 10em;
	}

li.inhalt{
	display: inline;
	float: left;
	width: 600px;
}

li.arbeitszentrum{
	display: inline;
	float: left;
	width: 600px;
	margin-left: 0.8em;
	font-weight: bold;
}

#footer{
	width: 760px;
	height: 60px;
	float: left;
	margin-top: 40px;
	border-top: 1px solid #ddd;
}

#impressum{
	width: 100px;
	height: 20px;
	float: left;
	margin: 70px 0px 0px -100px;
}

#stoerer {
	width: 728px;
	height: auto;
	float: left;
	clear: both;
	background-color: #F63;
	padding: 10px 20px 20px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}