/*  
Theme Name: WordPress station15
Description: Das station15 e.V. Theme. Deutsche Bearbeitung: <a href="mailto:info@gudella.eu">Thomas Gudella</a>.
Version: Version 0.1
Author: Thomas Gudella
Author URI: http://www.gudella.eu

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* --------------------------------------------------- Allgemein -------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 0 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(images/s15_neu.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #000;
	max-width: 1024px; /* nochmal mit groeserer Monitoraufloesung probieren */
	}

h1 {
	color: #f60;
	}

h2, h3, h4, h5, h6 {
	color: #2D89AB;
	}

/* -----------------------------------------------Ende Allgemein -------------------- */
	
/* --------------------------------------------------- Header -------------------- */

#header {
	position: absolute;
	text-align: right;
	padding-right: 5px;
	width: auto;
	height: 120px;
	margin-top: 0;
	top: 0px;
	right: 0px;
	}

#header h1 {
	font-size: 2.5em;	
	}

* html #header {
	height: 105px;
	padding-top: 15px;
	}

*+html #header {
	height: 105px;
	margin-top: 15px;
	}

#header .description {
	font-size: 1.2em;
	padding-right: 5px;
	margin-top: -10px;
	}

#header a, a:visited {
	color: #f60;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#header a:hover {
	color: #CCC;
	text-decoration: none;
	}

/* -----------------------------------------------Ende Header -------------------- */

/* ----------------------------------------------- Calendar -------------------- */
#calendar {
	margin-top: 100px;
	position: absolute;
	width: 190px;
	left: -30px;
	}

#calendar img {
	border: none;
	}

.nav a {
	color: #F60;
	text-decoration: none;
	}

.nav a:hover {
	color: #C0C0C0;
	}

.ec3_events {
	color: #2D89AB;
	}

.ec3_events a {
	color: #F60;
	text-decoration: none;
	}
	
.ec3_events a:hover {
	color: #C0C0C0;
	text-decoration: none;
	}

#calendar caption {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#calendar caption a {
	text-decoration: none;
	}

#calendar ul {
	list-style-type: none;		
	}

#calendar ul li {
	margin-bottom: 20px;
	}

#calendar table {
  border: 1px solid #2D89AB;
  font-size: 11px;
  color: #C0C0C0;
  cursor: default;
  background: #1A1A1A;
  font-family: tahoma,verdana,sans-serif;
}

*+html caption a {
	text-decoration: none;
	}

* html caption a {
	text-decoration: none;
	}
	
*+html #calendar h3 {
	font-size: 1.2em;
	}
	
* html #calendar h3 {
	font-size: 1.2em;
	}

*+html #calendar {
	margin-top: 240px;
	}

* html #calendar {
	margin-top: 240px;
	}
/* -----------------------------------------------Ende Calendar -------------------- */

/* --------------------------------------------------- Content -------------------- */
#content {
	margin-top: 110px;
	line-height: 1.5em;
	font-size: 1.3em;
	width: auto;
	background-color: #000;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	}
	
#content img {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
#content p {
	padding-right: 30px;
	}

.line {
	background-color: #060606;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/higru_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

.suche {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/higru_beitrag.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

*+html .suche {
	margin-bottom: 30px;
	}

#content h2 {
	color: #C0C0C0;
	}

#content h3 {
	font-size: 1.4em;
	}

#content h4 {
	font-size: 1.1em;
	}

#content h5 {
	font-size: 0.9em;
	}

#content h6 {
	font-size: 0.6em;
	}

#content a {
	text-decoration: underline;
	color: #C0C0C0;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#content h2 a {
	color: #C0C0C0;
	font-size: 1.2em;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	}

* html #content h2 a {
	color: #C0C0C0;
	text-decoration: none;
	font-size: 0.9em;
	}

*+html #content h2 a {
	color: #C0C0C0;
	text-decoration: none;
	font-size: 0.9em;
	}

#content a:hover {
	text-decoration: none;
	color: #F60;
	}

.beitrag {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-image: url(images/higru_04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 40px;
	}

/* -----------------------------------------------Ende Content -------------------- */


/* --------------------------------------------------- Sidebar -------------------- */

#sidebar {
	position: absolute;
	margin-top: 0;
	top: 120px;
	right: 0;
	width: 240px;
	padding: 0 0 50px 0;
	min-height: 500px;
	background-image: url(images/higru_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

* html #sidebar {
	padding-top: 15px;
	}

*+html #sidebar {
	padding-top: 15px;
	}

#sidebar a {
	color: #999;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 1.2em;
	border-top: #333333;
	border-right: thin ridge #333333;
	border-bottom: thin ridge #333333;
	border-left: #333333;
	}

#sidebar ul {
	list-style-type: none;
	}

#sidebar a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #1A1A1A;
	font-size: 1.2em;
	}

#sidebar ul h2 {
	margin-bottom: 0px;
	}

#sidebar ul ul {
	margin-left: -40px;
	}
	
* html #sidebar ul {
	margin-bottom: 15px;
	}

* html #sidebar ul ul {
	margin-left: 0px;
	}

* html #sidebar ul ul li {
	margin-bottom: -12px;
	}

*+html #sidebar ul ul {
	margin-left: 0px;
	margin-bottom: 10px;
	}

* html #sidebar h2 {
	font-size: 1.5em;
	}

*+html #sidebar h2 {
	font-size: 1.5em;
	}
/* ------------------------------------------------Ende Sidebar -------------------- */

