/*
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;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 820px;
	padding: 24px 12px;
	margin: 0 auto;
	text-align: left;
}

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

#header {
	float: left;
	width: 820px;
	border-bottom: 4px solid #5ea82c;
}

#header img#logo {
	float: left;
}

#header img#ottosaeule {
	float: right;
}

#navbar {
	float: left;
	width: 814px;
	padding: 0 0 0 6px;
	margin: 0;
}

#content {
	float: left;
	width: 784px;
	padding: 2em 20px 2em 16px;
	color: #333;
	background-color: #fff;
}

#main {
	float: left;
	width: 500px;
	margin-right: 60px;
}

#extra {
	float: left;
	width: 224px;
	padding-top: 0.4em;
}

#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;
}

/* navigation
================================================*/

ul#nav {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
}

ul#nav li {
	display: inline;
	white-space: nowrap;
}

ul#nav li a {
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
	padding: 4px 0;
	margin: 3px 10px;
	border-bottom: 3px solid #fff;
}

#nav a:link, #nav a:visited {
	color: #000;
	background-color: inherit;
}

#nav a:hover, #nav a:focus, ul#nav .selected a {
	color: #FF8000;
	background-color: #fff;
	background-color: inherit;
	border-bottom: 3px solid #FF8000;	
}

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

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

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

.edit img {
	margin: 0;
	padding: 0;
}

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

img.float {
	float: left;
	margin: 0 14px;
}

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

pre {
    white-space: normal;
}

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

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


