/*******************************************************************************
	Project		:	Redaxo Demo
	Copyright	:	blumbeet - web.studio www.blumbeet.com
	Anpassung	:	Volker Paulin

*******************************************************************************/

/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	background-image:url(bg_body.png);
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {clear:both; }

.highlight { background-color: yellow; }

.important { font-weight: bold; font-size: 2.1em; }

.flLeft { float:left; }

.flRight { float:right; }

.warning { color:#ff0000; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0; 
	padding:0;
	height:100%;
	/* width:100%; */
	color:#000000;
	text-align:left;
	min-width:780px;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:130px;
	background-image:url(logo.jpg);
	min-width:780px;
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
	min-width:780px;
}

#logo a {
	display:block;
	height:130px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
	font-size:10px;
	text-transform:uppercase;
}

#breadcrumb b {
	font-size:8px;
	font-weight: 400;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#555555;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	min-width:780px;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-image:url(bg_content.png);
	background-repeat:repeat-y;
}

#main {
	position:relative;
	top: 0px;
	margin-left:200px;
	/* width:auto; statt 560px */
	min-width:580px;
}

#main-block {}

#main-block2 {
	padding:14px;
	font-size:1.2em;
}

#main-block2 strong {
	color: #060;
	font-weight: bold;
}

#main-block2 em {
	color: #f00;
	font-weight: bold;
}

#main-block2 u {
	color: #f00;
	font-weight: 600;
	text-decoration:none;
}

#main-block2 td {
	padding: 2px 5px 2px 5px;
	border-spacing: 5px;
}

#main-block2 img {
	padding: 5px 10px 5px 10px;
}

#main-block2 iframe {
	font-size: 0.7em;
}

#main-block2 p.zitiere {
	margin: 15px;
	color: #444;
	font-weight: 500;
	text-align: justify;
}

#main-block2 em.datum {
	color: #444;
	font-weight: 500;
	text-align: justify;	
	font-size: smaller;
}

/*	Tabellen mit Rand
------------------------------------------------------------------------------*/
#tabellemit table {
	border: 2px solid green;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	font-size:1em;
}
#tabellemit tr {
	padding:0px;
	margin:0px;
}
#tabellemit td {
	border:2px solid #d8ffd8;
	padding: 0 5px 0 5px;
	margin:0px;
	vertical-align:top;
	border-spacing:0px;
}

/*	Wetter Heute
------------------------------------------------------------------------------*/
#wetterh {
	display:block;
	float:left;
	left: 20px;
	width:150px;
	height:90px;
	background:green;
}

/*	Wetter Vorschau
------------------------------------------------------------------------------*/
#wetterv {
	display:block;
	float:left;
	left: 190px;
	width:150px;
	height:90px;
	background:green;
}

/*	Navigation
------------------------------------------------------------------------------*/
#navigation {
	position: relative;
	left: 0px;
	float:left;
	width:200px;
	padding:14px 0;
}

#navigation ul.nav1st {
	width:170px;
}


#navigation ul.nav1st li {
	padding:8px 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#d8ffd8;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#090;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#090;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-image:url(pfeilkg.gif);
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:underline;
}


/*	Neusalza-Spremberg
------------------------------------------------------------------------------*/
#neusalza {
	margin:2em 0 2em 40px;
}

#neusalza a, 
#neusalza a:link {
	display:block;
	width:93px;
	height:110px;
	background-image:url(wappen.gif);
	text-indent:-1000em;
}

/*	Oppach
------------------------------------------------------------------------------*/
#oppach {
	margin:2em 0 2em 50px;
}

#oppach a, 
#oppach a:link {
	display:block;
	width:69px;
	height:75px;
	background-image:url(oppach.gif);
	text-indent:-1000em;
}

/*	all-inkl
------------------------------------------------------------------------------*/
#allinkl {
	margin:2em 0 2em 20px;
}

#allinkl a, 
#allinkl a:link {
	display:block;
	width:130px;
	height:78px;
	background-image:url(all-inkl.gif);
	text-indent:-1000em;
}

/*	Besucher
------------------------------------------------------------------------------*/
#besucher {
	margin:0 0 0 18px;
	display:block;
}

/*	Letzte Änderung
------------------------------------------------------------------------------*/
#letzte {
	margin: 1em 0 1em 0;
	color:#090;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:1.8em;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#090;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

#main-block .teaser {
	line-height:1.6em;
}

/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 3 */
#main-block h3 {
	color:red;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	/*font-size:1.2em;*/
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:32px;
	list-style-image:url('http://home.mittelschule.info/files/list.gif');
}

#main-block ol {
	margin-left:20px;
	list-style-type:decimal; /*decimal-leading-zero;*/
}

/*	News-List
------------------------------------------------------------------------------*/
#news-list ul {
	margin-bottom:1.2em;
	font-size:0.9em;
	line-height:1.6em;
	margin-left:24px;
	list-style-image:url('http://home.mittelschule.info/files/pfeilg.gif');
}

#news-list p {
	color: #090;
	margin-bottom:1em;
	font-size:1em;
	line-height:1em;
	margin-left:10px;
	font-weight:bold;
}

/*	Nachrichten-Liste
------------------------------------------------------------------------------*/
#nachr-list ul {
	margin-bottom:1.2em;
	font-size:1em;
	line-height:1.6em;
	margin-left:24px;
	list-style-image:url('http://home.mittelschule.info/files/pfeilg.gif');
}

#nachr-list p {
	color: #090;
	margin-bottom:1em;
	font-size:1em;
	line-height:1em;
	margin-left:10px;
	font-weight:bold;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#090;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	background-image:url(bg_body.png);
	background-position:0 -100px;
	width:100%;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#555555;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:186px;
}
.footer .col-right {
	float:left;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}


/* Hasso-Gallery
*******************************************************************************/
#hassoGallery {
	margin-left: 0px;
	padding: 0;
	font-size: medium ;
}


#hassoNav {
	display: block;
	text-align:left;
}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	list-style-image: url();
	margin-left: 0;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
	background-color:#d8ffd8;
}

#hassoNav #active {
	display: block;
	background-color:#d8ffd8;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 95%;
	margin: 0px;
	border:none;
	font: bold 14px verdana ,  sans-serif;
	background-color: #ffffff;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 10px 5px;
	border:0;
	height: 110px;
	width: 110px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 5px;
	width: 95%;
	margin: 0px;
	border:none;
	font: bold 14px verdana ,  sans-serif;
	background-color: #ffffff;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:left;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 95%;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
}

/* 


/* gerenderte Headline */

/* Ausgabe am Bildschirm */
@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}



/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 450px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	background-color: #D8FFD8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 350px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
        width: 200px;
	background-color: #ffffff;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 375px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #60ff60;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

