@charset 'utf-8';
@import 'general.css';

/**
 * Main Stylesheet
 *
 * @project EULE Seniorenschule Recke
 * @version 1.0
 * @author Stephan Giesau
 */

/**
 * @section Reset Stylesheet
 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
}

/**
 * @section Grundeinstellungen
 */

body {
	margin: 0;
	font: 1em/1.19em Arial,Helvetica,Sans;
	color: #333;
	background: #E5E5E5;
}

a {
	color: #036;
	text-decoration: underline;
}

a:visited {
	color: #014;
}

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

a:active {
	text-decoration: underline;
}

p {
	margin: 1.4em 0;
	text-align: justify;
}

ul, ol {
	list-style-position: outside;
	padding-left: 1.5em;
}

fieldset {
	border: 1px solid #CCC;
	padding: 0.4em;
}

fieldset p, fieldset fieldset {
	clear: both;
}

legend {
	padding: 0 1em;
	font-size: 0.8em;
	color: #CCC;
}

input, textarea, select {
	float: left;
	display: block;
	margin: 0.4em;
	padding: 0.2em;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	font-size: 1em;
}

input:focus, textarea:focus {
	border-color: #999;
}

select {
	min-width: 20%;
}

input, label {
	width: 43%;
	margin: 0.4em;
}

label {
	clear: both;
	float: left;
	display: block;
}

label.full-line {
	width: 86%;
}

textarea {
	clear: both;
	width: 88%;
	font-family: inherit;
}

input[type = 'hidden'] {
	display: none;
}

input[type = 'submit'] {
	clear: both;
	width: auto;
	margin-top: 1.2em;
	border-width: 2px;
	font-weight: bold;
}

input[type = 'submit']:focus {
	background-color: #F0F0F0;
}



h1,h2,h3,h4,h5 {
	font: normal 1em 'Trebuchet MS',Helvetica,Arial,Sans;
	margin: 1em 0;
}

h1 {font-size: 1.5em;font-weight:bold;}
h2 {font-size: 1.4em;font-weight:bold;}
h3 {font-size: 1.375em;}
h4 {font-size: 1.0625em;}
h5 {font-size: 1em;font-weight:bold;}

hr {
	height: 1px;
	margin: 1em 0.1em;
	padding: 0;
	color: #373737;
	background-color: #373737;
	border: 0;
}



/**
 * @section Layout Sections
 */

#wrapper {
	min-width: 790px;
	max-width: 980px;
	margin: -189px auto;
	background: transparent url('../img/layout_sidebar_schatten.png') 0 0 repeat-y;
	height: 100%;
}

div#sidebar {
	position: relative;
	float: left;
	display: block;
	width: 240px;
/*	border-width: 0 1px;
	border-color: #d5d5d5;
	border-style: solid;
	background: #ececec;*/
	padding: 0 21px;
}

div#sidebar #logo {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

div#sidebar #eule-schnabel {
	position: absolute;
	left: 153px;
	top: 58px;
	display: block;
	width: 10px;
	height: 20px;
	background: none;
	cursor: pointer;
}

div#sidebar #eule-glubsch {
	position: absolute;
	left: 139px;
	top: 38px;
	display: none;
	width: 40px;
	height: 13px;
	background: transparent url('../img/eule_logo180_glubsch.png') 0 0 no-repeat;
}

h1#titel {
	display: block;
	height: 2em;
	line-height: 2em;
	font-size: 2em;
	margin: 125px 0 0;
	padding: 0;
	background-color: #147;
}

h1#titel span {
	display: block;
	min-width: 460px;
	max-width: 685px;
	margin: 0 auto;
	padding: 0 0 0 295px;
/*	text-transform: uppercase;*/
	font-weight: bold;
	color: #f1f1f1;
}

/* Navigation */

ul#navigation {
	padding: 0 0 20px;
}

ul#navigation li ul {
	margin: 0;
	padding: 0;
}

ul#navigation li:first-child {
	border-top: 1px solid #dcdcdc;
}

ul#navigation li {
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
}

ul#navigation li ul li {
	border-bottom: none;
	border-top: 1px solid #dcdcdc;
	list-style-type: none;
}

ul#navigation li a, ul#navigation li ul li a {
	display: block;
	padding: 0.2em 0.8em;
	font: 1.05em "Trebuchet MS",Helvetica,Arial,Sans;
	text-decoration: none;
}

ul#navigation li ul li a {
	padding-left: 2em;
	font-size: 0.95em;
	font-weight: bold;
	background: #e8e8e8 url('../img/layout_subnavi_dot.gif') 1em center no-repeat;
}

ul#navigation li ul li ul li a {
	padding-left: 4em;
	background-position: 3em center;
}

ul#navigation li a.aktiv {
	background: url('../img/layout_navi_eule_icon.png') right center no-repeat;
}

ul#navigation li a:hover {
	background-color: #f2f2f2;
}


/* main sections */

#content {
	display: block;
	min-height: 400px;
	padding: 200px 10px 0 295px;
}

#footer {
	clear: both;
	display: block;
	min-height: 80px;
	margin: 0;
	padding: 0 0 0 295px;
	color: #555;
	font-size: 0.8em;
	font-weight: bold;
	background: transparent url('../img/layout_footer_blend.png') 0 0 repeat-x;
}

.footer-trennlinie {
	clear: both;
	height: 1px;
	margin: 10px 0 10px 295px;
	background-color: #d5d5d5;
}

/**
 * @section Layout elements
 */

.impressum-adresse {
	font-size: 0.9em;
}

.impressum-adresse img {
	float: left;
	display: block;
	padding: 5px 25px;
}

.impressum-adresse span {
	display: block;
	margin-left: 90px;
	padding-left: 0.5em;
	border-left: 1px solid #333;
}


.halfbox {
	float: left;
	display: block;
	width: 46%;
	margin: 0 1% 1em;
	padding: 0 1%;
}

.halfbox:first-child {
	margin-top: 0;
}

.halfbox-left {
	width: 47%;
	margin: 0 0.5% 1em 0;
}

.halfbox-right {
	width: 47%;
	margin: 0 0 1em 0.5%;
}

.halfbox-border {
	border: 1px solid #C5C5C5;
	background-color: #ECECEC;
}

.halfbox * {
	margin: 0.7em 0;
}



ol.hcalendar {
	display: block;
	border-bottom: 1px solid #C0C0C0;
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside !important;
}

ol.hcalendar li.vevent {
	display: block;
	padding: 0.2em;
	border-top: 1px solid #C0C0C0;
}

ol.hcalendar li.news-entry {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

ol.hcalendar li.vevent h3 abbr {
	display: block;
	padding: 0;
	font-size: 0.65em;
}

ol.seitenzahlenliste {
	display: block;
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ol.seitenzahlenliste li {
	display: inline;
	padding: 0.3em;
	line-height: 1.7em;
}

ol.seitenzahlenliste li a {
	padding: 0.2em;
	border: 1px solid #D0D0D0;
	font-weight: bold;
}

ol.seitenzahlenliste li a.aktiv {
	color: #333 !important;
	text-decoration: none;
}


ul.dateiliste {
	padding: 0 0 0 1em;
	list-style-type: none;
}

ul.dateiliste li.folder h3 {
	font-size: 1em;
	font-weight: bold;
}

ul.dateiliste li.folder {
	background-position: 5px top;
}

ul.dateiliste ul.files {
	padding: 0;
	margin: 1em 0;
	list-style-type: none;
}

ul.dateiliste ul.files li {
	padding-left: 2em;
}

ul.dateiliste ul.files li a {
	text-decoration: none;
}

ul.dateiliste ul.files li a:hover {
	text-decoration: underline;
}


ul.tabnavigation {
	float: right;
	display: block;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-bottom: 3px solid #B9B9B9;
	list-style-type: none;
}

ul.tabnavigation li {
	float: left;
	display: block;
	margin-left: 0.7em;
}

ul.tabnavigation li a {
	display: block;
	margin: 0;
	padding: 0.2em 0.6em 0.1em;
	border: 1px solid #CCC;
	border-width: 1px 1px 0;
	background-color: #E5E5E5;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

ul.tabnavigation li a:hover, ul.tabnavigation li a.aktiv {
	background-color: #B9B9B9;
	color: #333;
	text-decoration: none;
}


ol.gaestebuch {
	list-style-type: none;
	padding: 0;
}

ol.gaestebuch li {
	padding: 0.5em;
}

ol.gaestebuch li.bg-grau {
	background-color: #E5E5E5;
}

ol.gaestebuch li h3 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #777;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
}

ol.gaestebuch li abbr {
	float: right;
	font-weight: normal;
}



a.galerie img {
 border: 1px solid #D0D0D0;
 margin: 10px;
}

ul.albumliste {
 list-style-type: none;
}

ul.albumliste li {
 float: left;
 display: block;
 width: 200px;
 height: 240px;
 font-weight: bold;
}

ul.albumliste li a img {
 display: block;
}

ul.albumliste li a:hover img {
 border-color: inherit;
}



table.liste {
	clear: right;
	width: 100%;
	border: 0;
}

table.liste tr th, table.liste tr td {
	margin: 0;
	padding: 0.2em;
	border-bottom: 1px solid #E0E0E0;
	text-align: left;
}

table.liste tr th {
	border-color: #555;
}

tr.row2 {
	background-color: #E2E2E2;
}



ul.imglist li {
 position: relative;
 min-height: 100px;
 padding-left: 130px;
 list-style-type: none;
}

ul.imglist li img {
 position: absolute;
 left: 0;
 top: 5px;
}


/**
 * @section Internet Explorer
 */

body#ie7 #content {
	padding-left: 0 !important;
}
