/*
client:          Kulturkreis Ottobrunn
client website:  www.kulturkreis-ottobrunn.de
author:          Michael Eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/* basics
================================================*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

table {
	border-collapse: collapse;
	font-size: 1em;
}

th, td {
  	text-align: left;
	vertical-align: top;
}

/* document
================================================*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

#container {
}

/* layout
================================================*/

#header {
	float: left;
	width: 100%;
	border-bottom: 4px solid #5ea82c;
	margin-bottom: 2em;
}

#header img#logo {
	float: left;
}

#header img#ottosaeule {
	float: right;
}

#navbar {
	display: none;
}

#content {
	padding: 0 20px 2em 16px;
	color: #000;
	background-color: #fff;
}

#main {
}

#extra {
	margin-top: 0;
}

#extra h2:first-child {
	margin-top: 1.5em;
}

#footer {
	padding: 0.5em 20px 0.5em 16px;
	clear: left;
	font-size: 11px;
	border-top: 4px solid #5ea82c;
}

/* typography
================================================*/

h1 {
	font-size: 2em;
	line-height: 1em;
	color: #006;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.5em 0 0.5em 0;
	color: #006;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 1.5em 0 0.5em 0;
	color: #006;
	background-color: inherit;
}

p {
	margin: 1em 0;
}

a:link, a:visited {
	color: #006;
	background-color: inherit;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #FF8000;
	background-color: inherit;
	text-decoration: underline;
}

strong {
	color: #000;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

ul li {
	padding-left: 0;
	margin-left: 1.25em;
	list-style-type: square;
}

/* content
================================================*/

th, td {
	border-top: 1px solid #ccc;
	padding: 0.25em 0 0 0;
}

td p, td ul, td ol {
/*	margin: 0.5em;*/
}

td.date {
	padding-right: 16px;
	color: #006;
	text-align: right;
	white-space: nowrap;
	min-width: 112px;
}

.edit img {
	display: none;
}

img.icon-rss {
	vertical-align: baseline;
	margin-bottom: -1px;
}

/* code
================================================*/

pre {
    white-space: normal;
}

code {
	font-family: courier, "courier new", monospace;
	color: #000;
	background: #fff;
	padding: 0 2px;
}

pre code {
	display: block;
	white-space: pre;
	font-size: 12px;
	padding: 2px 1.5em;
	overflow: auto;
}

