/*
client:          Kindertagesstaetten im Kulturkreis Ottobrunn
client website:  www.kita-kulturkreis.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: 12px/1.5 arial, verdana, sans-serif;
	color: #000;
	background: #7693bb;
	float: left;
	width: 100%;
	text-align: center;
}

#container {
	width: 800px;
	padding: 20px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
}

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

#header {
	float: left;
	width: 100%;
	height: 143px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 3px;
	border-bottom: 3px solid #5ea82c;
	background: url(img/bg-header.jpg) right 40px no-repeat;
}

#header img {
	float: left;
}

#navbar {
	float: left;
	width: 148px;
	margin: 0 60px 0 20px;
	padding: 0;
}

#content {
	float: left;
	width: 605px;
	width: 540px;
	color: #000;
	background-color: #fff;
	min-height: 200px;
	margin-bottom: 40px;
}

#footer {
	clear: both;
	font-size: 92%;
	color: #999;
	padding-top: 1em;
	border-top: 3px solid #5ea82c;
}

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

h1 {
	font-size: 2.2em;
	line-height: 1em;
	color: #5ea82c;
}

h2 {
	clear: both;
	font-size: 1.25em;
	margin: 1.5em 0 1em 0;
}

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

p {
	margin: 1em 0;
}

a:link, a:visited {
	color: #7693bb;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #5ea82c;
	font-weight: bold;
	background-color: inherit;
	text-decoration: underline;
}

strong {
	color: #000;
}

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

ul#nav {
	line-height: 1.5em;
	margin: -0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 1em 0 0 0;
	border-bottom: 1px solid #ccc;
}

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

#nav a:hover, #nav a:focus, #nav .selected a {
	color: #000;
	background-color: inherit;
}

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

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

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

.filesize {
	font-size: 83%;
}

.verwaltungsteam-member {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.verwaltungsteam-member a.image-link {
	float: left;
	margin: 0 20px 0 0;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;	
}

.verwaltungsteam-member img {
	float: left;
	margin: 0;
	padding: 0;
}

.gallery {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.gallery a {
	float: left;
	width: 120px;
	margin: 0 6px 6px 0;
	min-height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
}

.gallery img {
	float: left;
	margin: 0;
	padding: 0;
}

.gallery a.first-in-line {
	clear: left;
}

.gallery .description {
	float: left;
	width: 120px;
	font-size: 90%;
	margin-top: 3px;
}

img.einrichtung-logo {
	float: right;
	margin: 0 0 0 20px;
}

img.einrichtung-logo-home {
	margin: 0 15px 6px 0;
}

.link-top {
	text-align: right;
}

.link-top a {
	border: 1px solid #ccc;
	padding: 3px;
}

.link-back {
	text-align: left;
}

.link-back a {
	border: 1px solid #ccc;
	padding: 3px;
}

a.details {
	border: 1px solid #ccc;
	padding: 3px;	
}

/*
#impressions-header.show-items {
	padding-left: 22px;
	min-height: 17px;
	background: url(img/show.png) left center no-repeat;
}

#impressions-header.hide-items {
	padding-left: 22px;
	min-height: 17px;
	background: url(img/hide.png) left center no-repeat;
}
*/

/* 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;
}

