/*
Theme Name: KCO-Loehne
Theme URI: http://www.kcoloehne.de/
Description: Minigolf-Seite
Version: 0.1
Author: Andreas Edler
Author URI: http://andreas-edler.de/
Tags: minigolf, blau
Text Domain: kco

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background-color: #dcdcdc;
   color: #424242;
	margin: 0px;
	padding: 70px 0px 30px 0px; //* wegen festem Kopf und Fuss *//;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

ul, li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

cite {
		font-family:  "Century Schoolbook", "MS Serif", "New York", serif;
		font-style: italic;
    	font-size: 110%;
}

td {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 90%;
}

/* ******************************** */
/* Positionierung von Kopf und Fuss */
/* inklusive Fixierung oben und     */
/* unten.                           */
/* ******************************** */

div#kopf {
   position:absolute;
	top:0px;
	width: 100%;
	text-align:center;
	height: 70px;
	background: #000aaf repeat-x top;
}

div#fuss {
	position:absolute;
	bottom:0px;
	height: 40px;
	width: 100%;
	text-align: center;
	font-size:80%;
	background: #000aaf repeat-x bottom;
	padding-top: 5px;
}

div#content_container {
	padding-top: 10px;
	min-height: 600px;
}

#menu_links {
	position:absolute;
   top: 71px;
	width: 180px;
	height: 100%;
	margin-top: 0px; */
	padding-top: 5px;
	border-right: 1px solid silver;
	overflow: auto;
}

@media screen{
	body>div#kopf{
		position:fixed;
		background-color: #000aaf;
	}

	body>div#fuss{
		position: fixed;
		background-color: #000aaf;
	}

	body>#menu_links {
		position:fixed;
		border-right: 1px solid silver;
	}
}

* html body {
	overflow: hidden;
}

* html div#content_container {
   height: 100%;
	overflow: auto;
}


/* Abstand des Inhalts erst neben dem Menu beginnen */
#content {
   padding-left: 210px;
	padding-right: 15px;
	}

/* ******************************** */
/* Positionierung von Kopf und Fuss */
/* inklusive Fixierung oben und     */
/* unten.                           */
/* ******************************** */

/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */
#menu_links
{
padding-left: 0;
margin-left: 0;
}

#menu_links li
{
list-style: none;
margin: 0;
margin-left: -40px;
}


#menu_links a {
   display: block;
	width: 180px;
	color: #424242;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
   font-size: 75%;
}

#menu_links a:visited {
	color: #424242;
	text-decoration: none;
}

#menu_links a:hover {
	color: #000aaf;
	background-color: #f4f4f4;
   text-decoration: none;
}

#menu_links a:active {
	color: #424242;
	text-decoration: none;
}

#menu_links .page_item a {
   display: block;
	width: 180px;
	color: #424242;
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	font-size: 100%;

}

#menu_links .page_item a:visited {
	color: #424242;
	text-decoration: none;
}

#menu_links .page_item a:hover {
	color: #000aaf;
	background-color: #f4f4f4;
   text-decoration: none;
}

#menu_links .page_item a:active {
	color: #424242;
	text-decoration: none;
}

#current {
	color: #000aaf !important;
   background-color: #f4f4f4;
	font-weight: bold;
}

#menu_links h3 {
	padding-left: 10px;
}

/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */

#kopf a {
	text-decoration: none;
	color: white;
}

#kopf h2 {
	color: white;
	margin: 18px 0px 0px 0px;
}

.blau {
	color: #000aaf;
}

.klein {
	font-size: smaller;
}


#fuss {
   border: 0 none;
   background-color: #000aaf;
   padding: 3px 0px 3px 0px;
   margin: 5px 0 0 0;
   text-align: center;
}

#fuss select {
	border: 0 none #000aaf;
	background: #000aaf;
	color: white;
	outline-style: none;
	outline-width:0px;
	border-bottom-color: #000aaf;
	border-top-color: #000aaf;
	border-left-color: #000aaf;
	border-right-color: #000aaf;
}

#fuss p {
	padding: 0;
	margin: 0;
	color: white;
}

.title {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 10px;
}

#fuss .title {
	display: none;
}

.infos {
	background-color: #e4e4e4;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	font-size: 75%;
	text-align: center;
}

.post h3 {
	color: #000aaf;
	background-color: white;
	border-bottom: 1px solid gray;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 130%;
}

.post h3 a {
	text-decoration: none;
}