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

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com
					
					erweitert: Niklas Dittmann

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




/*	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; }*/
img { margin:0; padding:0; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
.table_list {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.3em;}
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.3em; }

a:hover { text-decoration:none; }

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

/*	body
*******************************************************************************/
body {
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 65%;
	background: #e1e1e1;
}

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

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	color:#000;
	text-align:left;
	background: #fff;
}

.rand-links{
	width: 20px;
	background: #e1e1e1 url(randlinks.png) right;
	background-repeat:repeat-y;
    border: 0px;
}
.rand-rechts{
	width: 20px;
	background: #e1e1e1 url(randrechts.png) left;
	background-repeat:repeat-y;
}

.rand-mitte{
	\\border: 1px solid #777;
	background: #fff;
}

.rand-oben{
	background: #e1e1e1 url(randoben.png) bottom;
	background-repeat:repeat-x;
	height: 10px;
}

.rand-unten{
	background: #e1e1e1 url(randunten.png) top;
	background-repeat:repeat-x;
	height: 13px;
}

.rand-ol{
	\\display: block;
	\\position: relative;
	width: 20px;
	background:#e1e1e1 url(ecke-ol.png) no-repeat bottom right;
}

.rand-ul{
	\\display: block;
	\\position: relative;
	width: 20px;
	background:#e1e1e1 url(ecke-ul.png) no-repeat top right;
}

.rand-ur{
	\\display: block;
	\\position: relative;
	width: 20px;
	background:#e1e1e1 url(ecke-ur.png) no-repeat top left;
}

.rand-or{
	\\display: block;
	\\position: relative;
	width: 20px;
	background:#e1e1e1 url(ecke-or.png) no-repeat bottom left;
}

.rand-line{
	display: block;
	width: 100%;
	background: #e1e1e1;
	height: 10px;
}


/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:100px;
	background:#fff url(head.jpg) no-repeat left bottom;
        border-bottom: 0px solid #e1e1e1;
    /*   \\border-top: 25px solid #EEF;
        \\border-left: 25px solid #EEF;
        \\border-right: 25px solid #EEF; */
        }

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
        width: 100%;
        height: 100%;
	background-image:url(logo.png);
}

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

#headline_one {
	position:absolute;
	top:35px;
	left:130px;
	font-size: 2.5em;
	color:#2d007f;
}

#headline_two {
	position:absolute;
	top:25px;
	left:120px;
	font-size: 1em;
    width:20em;
	color:#2d007f;
}

#headline_three {
	position:absolute;
	top:65px;
	left:335px;
    width:20em;
	font-size: 1em;
	color:#2d007f;
}

#breadcrumb {
	position:absolute;
	bottom:-38px;
	left:5px;
	color:#555;
}

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

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


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


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


#content {}

#content2 {
	background: #fff;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
    height: 100%;
    border-bottom: 4px solid #ffe010;
}

#main {
        padding-left: 180px;
        padding-right: 20px;
	margin-left: 15px;
	/* \\border-left: 1px dotted #2d007f;
	\\border-top: 1px dotted #2d007f;
	\\border-bottom: 1px dotted #2d007f;
	\\border-right: 25px solid #EEF; */
}

#main-block {}

#main-block2 {
	padding:14px;
	/*border-left: 4px solid #ffdf50;*/
}


/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	position: relative;
	width:180px;
	margin-top: 44px;
	padding: 14px 0 14px 0;
	background: #f5f5f5;
	/* border: 1px solid #777777; */
}

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


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

#navigation ul.nav1st li.active {
	background: #f0f0fd;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

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

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

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


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:1.1em;
	list-style-type:square;
	border: none;
}

#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 {
	color:#ffbf00;
	text-decoration:underline;
}

#ekhn {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0 3px;
	background-image:url(ekhn.png);
}

#ekhn a {
	display:block;
	height:38px;
	width:140px;
	text-indent:-700em;
}

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

/* Headline 1 */
#main-block h1 {
	margin-top: -14px;
	margin-left: -209px;
	margin-bottom: 15px;
	margin-right: -34px;
	/* \\border: 1px solid #777777; */
        border-bottom: 4px solid #ffe010;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 209px;
	padding-right: 0px;
	/* \\text-align: center;
	\\background: #f0f0fd; */
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:2.5em;
	line-height:1.2em; 
	color:#000;
}

#main-block .teaser h1 {
	font-size:1.4em;
	border: none;
	border-bottom: 2px solid #ffbf50;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 150px;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
}

/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	/* \\border-bottom: 5px solid #fcf0d7;
	\\border-right: none;
	\\margin-bottom: 8px;
	\\padding-left: 7px; */
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.3em;
	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:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


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

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



/*	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;
	width:100%;
        /* \\border-top: 2px solid #2d007f; */
	background: #fff;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	position: relative;
	top: 0px;
	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;
}


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

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:1.3em;
}

#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,Tahoma,Arial,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,Tahoma,Arial,sans-serif;
	font-size:1.3em;
}


/* 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:#3366cc;
	font-weight:bold;
	color:#fff;
}

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

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

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

/*******************************************
** Eigene Aenderungen folgen 
*/


.gottesdienst-table-std{
	width: 75%;
	border: 0px solid #2d007f;
	background: #B3DEFC;
	margin-bottom: 20px;
}

.gottesdienst-zeit-std{
	width: 60%;
	text-align: left;
	font-size: 1.3em;
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #2d007f;
}
.gottesdienst-link-std{
	width: 30%;
	text-align: center;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 1px solid #2d007f;
}
.gottesdienst-datei-std{
	width: 10%;
	text-align: right;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 1px solid #2d007f;
}
.gottesdienst-text-std{
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #2d007f;
}


.gottesdienst-table-big1{
	width: 75%;
	border: 0px solid #d00000;
	background: #FFE99D;
	margin-bottom: 20px;
}
.gottesdienst-zeit-big1{
	width: 60%;
	text-align: left;
	font-size: 1.3em;
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #d00000;
}
.gottesdienst-link-big1{
	width: 30%;
	text-align: center;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 0px solid #d00000;
}
.gottesdienst-datei-big1{
	width: 10%;
	text-align: right;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 1px solid #d00000;
}
.gottesdienst-text-big1{
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #2d007f;
	\\font-weight: bold;
}




.veranstaltung-table-std{
	width: 95%;
	border: 1px solid #2d007f;
	background: #B3DEFC;
	margin-bottom: 20px;
}
.veranstaltung-zeit-std{
	width: 90%;
	text-align: left;
	font-size: 1.3em;
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #2d007f;
}
.veranstaltung-link-std{
	width: 5%;
	text-align: center;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 0px solid #2d007f;
}
.veranstaltung-datei-std{
	width: 5%;
	text-align: right;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 0px solid #2d007f;
}
.veranstaltung-text-std{
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px;
	background: #fff;
}


.veranstaltung-table-big1{
	width: 95%;
	border: 3px solid #FFE010;
	background: #FFE99D;
	margin-bottom: 20px;
}
.veranstaltung-zeit-big1{
	width: 90%;
	text-align: left;
	font-size: 1.3em;
	padding: 4px;
	font-weight: bold;
	border-bottom: 0px solid #FFE010;
}
.veranstaltung-link-big1{
	width: 5%;
	text-align: center;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 0px solid #FFE010;
}
.veranstaltung-datei-big1{
	width: 5%;
	text-align: right;
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 0px solid #FFE010;
}
.veranstaltung-text-big1{
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px;
	background: #fff;
	\\font-weight: bold;
}



.category-table{
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	border: 1px solid #2d007f;
}

.category-td{ 
}

#category-div{
	display: block;
	padding: 15px 15px 15px 15px;
}

#category-div a,
#category-div a:link {
	display: block;
	padding: 7px 0px 7px 0px;
	width: 100%;
	height: 100%;
	color: #2d007f;
	text-decoration: none;
}

#category-div a:hover{
	display: block;
	padding: 7px 0px 7px 0px;
	width: 100%;
	height: 100%;
	color: #ffbf00;
	/* text-decoration: underline; */
}


/* /////////////////////////////////////////////
** Download ohne Rahmen (hjd) ....
*/

/* Download anbieten */

.list_content {
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:50%;
	margin:0px;
    line-height: 12px;
	}

.list_content2 {
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:50%;
	margin:0px;
    line-height: 12px;
	}

.list_content3 {
	font-style:italic;
        font-size:12px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:50%;
	margin:0px;
    line-height: 12px;
	}

/* /////////////////////////////////////////////
** Zweispalter mit textile (hjd) ....
*/

/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 630px; 
}

.zweispalter_1 {
  width: 280px;
}

.zweispalter_2 {
  width: 280px;
  margin-left: 50px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* /////////////////////////////////////////////
** Magazin fŸr Bilder (hjd) ....
*/

.magazine-container {
	background: #f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
     	outline; 0;
}

/* /////////////////////////////////////////////
** Textile mit Bild (hjd) ....
*/
.fllinks {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

.flrechts {
	float:right;
	padding:0px;
	margin:14px 0px 0px 14px;
}

/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    

.pleft fŸr links ausgerichtete Bilder
.pright fŸr rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder fŸr den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}

/* Listenmodul */

.table_list{
font-size:1.3em;
line-height: 1.8em
padding: 0px 5px 0px 0px;
margin: 0px;

}

.table_liste_spalte1{
padding: 0px 10px 3px 0px;
margin: 0px;
font-weight: bold;
}

.table_liste_spalte2{
padding: 0px;
margin: 0px;
}

/* 

Das Modul Bild-neu nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    

.pleft fŸr links ausgerichtete Bilder
.pright fŸr rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder fŸr den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}


 
/****  KALENDER  ****/
.kalender-table{
	width: 80%;
	border: 2px solid #2d007f;
	background: #f9f9fd;
	margin-bottom: 20px;
}

.kalender-title{
	border: 1px solid #2d007f;
	width: 14%;
	height: 20px;
	text-align: center;
	vertical-align:middle;
	font-weight: bold;
}

.kalender-td{
	border: 1px solid #2d007f;
  width: 14%;
  height: 80px;
}    