/**
 * styles.css
 *
 * @author Andreas Müller
 * @version 1.2
 * @copyright Andreas Müller, 26 June, 2009
 * @package Aktivspielplatz Seelberg
 * @subpackage design
 **/

/* @group Allgemein */

body {
	color: #333333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	background-color: #c49354;
}

img {
	border: none;
}

a {
	color: #24b408;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Container {
	background: #ffffff url(data/sidebar.png) repeat-y;
	border-right: 1px solid #88683c;
	border-left: 1px solid #88683c;
	border-bottom: 1px solid #88683c;
}



/* @end */

/* @group Head */

#Head {
	background: #4f630e url(data/header.jpg) repeat-x;
}

#Head a {
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#Head a:hover {
	text-decoration: none;
}

#Head #Title {
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}

#Head #Slogan {
	color: #c9f54f;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}



/* @end */

/* @group Side */

#Side {
	text-align: left;
}

/* @group Menu */

#Menu {
	font-size: 13px;
}

#Menu .current {
	color: #ffffff;
	background-color: #657f27;
}

#Menu ul {
	list-style-type: none;
	border-top: 1px solid #bbdf70;
}

#Menu ul li a {
	color: #ffffff;
	text-decoration: none;
	background-color: #7d992f;
	border-bottom: 1px solid #bcdd6e;
}

#Menu ul li a:hover {
	background-color: #4e6311;
}

#Menu ul li ul {
	border-top: 1px solid #bbdf70;
	border-left: 1px solid #bbdf70;
}

#Menu ul li ul a {
	color: #ffffff;
	text-decoration: none;
	background-color: #a7c660;
	border-bottom: 1px solid #bcdd6e;
}



/* @end */

#Sidebar {
	text-align: left;
}



/* @end */

/* @group Body */

#Body {
	line-height: 15px;
}

#Sub #Navi {
	font-size: 11px;
	color: #9d7c4c;
	line-height: 20px;
}

#Sub #Date {
	font-size: 11px;
	line-height: 20px;
	color: #9d7c4c;
}

/* @group Blog */

.Blog h1 {
	color: #7c982e;
	font-size: 25px;
	line-height: 30px;
}

.Blog span {
	font-size: 11px;
	color: #999999;
}

.Blog small a {
	color: #7b995c;
	text-decoration: none;
}

.Blog small a:hover {
	color: #7b995c;
	text-decoration: underline;
}



/* @end */

/* @group Gaestebuch */

#gaestebuch table {
	border: 1px dashed #7d992f;
	margin-top: 40px;
	width: 100%;
	margin-bottom: 10px;
}

#gaestebuch .name {
	border-bottom: 1px dashed #7d992f;
	line-height: 14px;
}

#gaestebuch .datum {
	text-align: center;
	border-bottom: 1px dashed #7d992f;
	border-left: 1px dashed #7d992f;
	width: 150px;
	line-height: 14px;
}

#gaestebuch .comment {
	font-size: 10px;
	line-height: 14px;
	border-top: 1px dashed #7d992f;
	padding-left: 5px;
}



/* @end */

.code {
	color: #0000ff;
	font-family: Courier, "Courier New", mono;
}

.php-code {
	color: #000000;
	font-family: Courier, "Courier New", mono;
}



/* @end */

/* @group Footer */

#Footer {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	background: #4f630e url(data/footer.png) repeat-x;
}

#Footer a {
	color: #ffffff;
	text-decoration: underline;
}

#Footer a:hover {
	color: #ffffff;
	text-decoration: none;
}



/* @end */


