/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html>body {
	font-size: 12px;
}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 12.5px;
  color: #000; 
  background: #d4d4d4;
  font-family: Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #272727; }

h1 { 
	font-family: Arial, sans-serif;
	font-size: 3em;

	text-transform: uppercase;
	margin-bottom: -10px;
	margin-left: 0px;
	padding: 0px;
}

h2 { 
	font: 1em  Arial, sans-serif; 
	text-transform: uppercase;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 3em;
}

h3, .h3 { 
	/*
font: 1em "Lucida Grande", Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-transform: uppercase;
	color: #00a0ae;
	line-height: 1.5em;
	margin-bottom: 1.8em;
	margin-top: 3em;
*/
	font: 1em  Arial, sans-serif; 
	text-transform: uppercase;
	color: #00a0ae;
	line-height: 1.5em;
	margin-bottom: 3em;
	font-weight: bold;
}

h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0; font-size: 1em; line-height: 1.5; word-spacing: 1.5px; }
/*
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
*/

a:focus, 
a:hover     { /* color: #000; */ }
a           { /* color: #009; */ text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { color: #272727; }
th,td       { padding: 0px; }
tr.even td  {  }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* -------------------------------------------------------------- 

   

   grid.css

   * Sets up an easy-to-use grid of 24 columns.

   

   By default, the grid is 950px wide, with 24 columns 

   spanning 30px, and a 10px margin between columns.

   

   If you need fewer or more columns, namespaces or semantic

   element names, use the compressor script (lib/compress.rb)

   

   Note: Changes made in this file will not be applied when

   using the compressor: make changes in lib/blueprint/grid.css.rb

   

-------------------------------------------------------------- */



/* A container should group all your columns. */

.container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border: 0.7em solid #ededed;
	padding-bottom: 50px;
}

.subcontainer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 10px;
	text-align: right;
	font-size: 9px;
}

.ad {
	width: 950px;}


/* Use this class on any div.span / container to see the grid. */

.showgrid { 
  background: url(src/grid.png); 
}



/* Body margin for a sensile default look. */

body {
  margin:1.5em 0;	
}





/* Columns

-------------------------------------------------------------- */



/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}



/* The last column in a row needs this class. */
div.last { margin-right: 0; }



/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin: 0; }


/* Add these to a column to append empty cols. */

.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 



/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 

/* Border on right hand side of a column. */

div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 

   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, 
.pull-4, .pull-5, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-0, .push-1, .push-2, 
.push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements

-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 

.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup

   Based on How To Clear Floats Without Structural Markup by PiE

   [http://www.positioniseverything.net/easyclearing.html] */


.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}



/* Regular clearing

   apply to column that should drop below previous ones. */



.clear { clear:both; }

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:498px;height:400px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* -------------------------------------------------------------- 

  Grundlegende Styles 

-------------------------------------------------------------- */

/*
*		Links
*/
a, a:hover {
	color: #272727;
}

a.black, a.black:hover {
	color: #000;
	}

/*
*		Error-Box
*/
.errorBox {
	display: none;
}


/*
*   Suche
*/

/* Eingabemaske */
input.searchText {
	border: 1px solid #00a0ae;
	margin-right: 4px;
	height: 14px;
	margin-top: 48px;
	
	font-family: Arial, Sans-Serif;
	font-size: 12.5px;
	
	/*width: 225px; fullsize*/
	width: 95px;
	padding: 0 0 0 5px;
}

/* Button Suche */
input.searchSubmit {
	background-color: #00a0ae;
	color: #fff;
	border-style: none;
	font: 0.85em Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	height: 16px;
	text-align: center;
	margin: 0 0 -1px 0;
	padding: 0;
	width: 40px; /* nur fr Version ohne Werbung */
}

/* Abstand vom Suchfeld */
.search {
	margin-bottom: 16px;
	clear: both;
}


/*
*   Allgemeine Styles
*/

/* Veranstaltung eintragen Button */
img.vEintragen {
	margin-bottom: 4px;
	display: inline;
}

/* Platzhalter Werbung */
img.adSpacer {
	margin-bottom: 13px;
}

/* Grüne Ecke */
.topEdge {
	background: url(../img/topEdge.gif) no-repeat;
}

/* Grner Bogen */
.bottomEdge {
	position: relative;
	bottom: 0px;
	/*margin: 300px 0 0 0;*/
}

/* HauptMenu - Mindestgr§e, falls keine Werbung */
.mainMenu {
	min-height: 400px;
}

/* wasgehtda Logo */
.logo {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 35px;
}



/* -------------------------------------------------------------- 

  Menu-Styling (FrontEnd)

-------------------------------------------------------------- */

/*
*   Main-Level
*/

/* Kasten hinter der Kategorie */
div.menuKat {
	background-color: #272727;
	color: #fff;
	margin: 2px 0;
}

/* Link der Kategorie */
a.menuKat {
	margin-left: 0.4em;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

/*
*   Sub-Level
*/

a.menuLevel_2 {
	margin: 0;
	padding: 0;
	color: #272727;
	text-decoration: none;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 1.6em;
	display: block;
	margin-left: 0.4em;
}


/* -------------------------------------------------------------- 

  Menu-Styling (BackEnd)

-------------------------------------------------------------- */


/*
*   Main-Level
*/

/* Wenn, Kategorie unsichtbar, dann rot */
div.menuKat a.visibility_0 {
  color: red;
}


/*
*   Sub-Level
*/ 

/* Umbruch des Schlüssels verhindern */
div.menuLevel_2 a {
  display: inline;
}
/* Positionierung des Schraubenschlüssels */
div.menuLevel_2 img {
  margin: 0 0 -2px 0;
}

/* Bearbeiten des Names des Menüeintrags */
input.menuItem {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ededed;
	border: none;
}


/* ------------ */




div.editBox {
    position: relative;
    width: 100px;
    height: 40px;
    border: 1px solid black;
}

ul.menu {
		margin: 0px;
		padding: 0px;
		
		list-style: none;
}

ul.content {
		margin: 0px;
		padding: 0px;
		
		list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
}

div.menuLevel_2 a.visibility_0 {   /* Link invisible */
  color: red;
}

ul.menuLevel_2 {
  list-style-type: none;
  margin: 0px;
  padding: 0 0 0 5px;
}





div.menuUnorderd {
	background-color: #FF6633;
	color: #fff;
	text-transform: uppercase;
	font: 0.85em Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.67em;
}

a.menuUnorderd {
	color: black;
	text-transform: uppercase;
	font: 1em Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.67em;
	text-decoration: none;
	margin-left: 0.2em;
}

div.contentItem {
    margin-bottom: 15px;
}

/* Contentmenu */

div.contentMenu {
	margin-bottom: 18px;
}

div.contentMenuHead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #272727;
	text-transform: uppercase;
	display: inline;
	font-weight: bold;
	border-bottom: 2px solid #ededed;
	float: left;
}

div.contentMenu a.selected {
	text-decoration: underline;
}

div.contentMenu a {
	color: #272727;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	display:inline;	
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	padding-left: 150px;
}

div.contentMenu a.visibility_0 {    /* Link invisible */
  color: red;
}

div.contentMenu a:hover {
	text-decoration: underline;
}

/* Bildergallery */

div.gallery {
	padding: 10px;
	border: 1px solid #ededed;
	margin: 18px 0;
}


/* Linkmodul */
a.hl {
	/*
	font: 1em Arial, sans-serif;
	text-transform: uppercase;
	color: #272727;
	*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #272727;
	display: inline;
	background: #ededed;
	text-decoration: none;
}

a.hl:hover {
	text-decoration: underline;
	}

p.link {
	font-family: Arial, sans-serif;
}


/* Anfrage-Modul */
div.discussionEven {
	font-family: Arial, sans-serif;
	font-size: 12.5px;
	background: #272727;
	padding: 15px;
	color: #ededed;
	margin-bottom: 30px;
}

div.discussionOdd {
	font-family: Arial, sans-serif;
	font-size: 12.5px;
	background: #ededed;/* #00a0ae; */
	color: #272727;
	padding: 15px;
	margin-bottom: 30px;
}

div.discussionInfo {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #272727;
	text-align: right;
}

label {
	display: block;
	margin-right: 15px;
/* 	width: 40px; */
	font-weight: bold;

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #272727;
	text-transform: uppercase;
}

div.discussionForm input {
	border: 1px solid #ededed;
	margin-bottom: 18px;
	width: 250px;
	font-family: Arial, Sans-Serif;
	font-size: 12.5px;
	margin: 0px;
	
}

div.discussionForm textarea {
	padding: 0;
	margin: 0;
	border: 1px solid #ededed;
	width: 510px;
	height: 150px;
	
	font-family: Arial, Sans-Serif;
	font-size: 12.5px;
}

div.discussionForm input.radio {
	width:12px;
	height: 12px;
	border: 1px solid #ededed;
	display: inline;
	float: left;

	margin: 2px 5px 0px 0px;
}

div.discussionForm label.radio {
	display:inline;
	float:left;
	margin-top: 5px;
}


/* Anfrage Modul */
div.discussionEven img, div.discussionOdd img {
	margin-bottom: -4px;
	margin-right: 2px;
}



/* Breadcrump */
.breadcrump, .breadcrump a {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #272727;
	padding-bottom: 18px;
	text-decoration: none;
}

.breadcrump a:hover {
	text-decoration: underline;
	}



/*
*
*
* ADMIN-Styles
*
*/

/* Headline */
h1 input {
	border: none;	
	font-family: Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	width: 510px;
	background: #ededed;
}

/* Subheadline */
h2 textarea {
	font: 1em  Arial, sans-serif; 
	text-transform: uppercase;
	color: #00a0ae;
	line-height: 1.5em;
	padding: 0px;
	border: none;
	width: 510px;
	height: 100px;
	background: #ededed;
}

h2 textarea:focus {
	border: none;
}

/* Mouseover fr editierbare Felder */


/* Adminbox links */
div.adminbox {
	margin-top: 5px;
	background: #ededed;
	padding-top: 5px;
}
	
div.adminbox a img {
	display: block;
	margin: 5px;
}

div.adminbox a:hover, div.adminbox a:active, div.adminbox a:visited {
	color: #ededed;
}

div.adminbox a img.meta {
	margin-bottom: 30px;
}

div.adminbox a img.logout {
	margin: 0 5px 5px 5px;
}

	
/* Linkmodul */	
div.admin:hover {
	background: #F5F5F5;
}
	
div.admin {
	border: 1px solid #ededed;
	padding: 20px 10px 40px 10px;
	margin-bottom: 18px;
	width: 488px;
}

/* Falls Modul gerade geändert wird */
div.selected {
  background: #F5F5F5;
}

div.admin input{
	width: 482px;
	border: 1px solid #ededed;
	margin-bottom: 18px;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	font-size: 12.5px;
}



div.admin textarea{
	width: 479px;
	border: 1px solid #ededed;
	margin-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	font-size: 12.5px;
	height: 100px;
}

/* Größes des HTML-Modul-Editors */
div.admin textarea.html {
  height: 500px;
}


div.admin input.submit {
	width: 110px;
	background: #272727;
	color: #ededed;
	float: left;
	}

div.admin input.del {
	float: right;
	clear: right;
	background: #ededed;
	color: #272727;
	}

/* Editierstif genau positionieren */	
div.admin img.editPencil {
  margin: 0 0 -2px 0;
}


div.admin a.newContentItem {
  float: right;
}

div.admin h2 {
  float: left;
}


/* Neues Menu Item */
a.newMainMenuItem {
  display:block;
  margin: 0 0 2px 0;
}
a.newMainMenuItem img {
  float:right;
}


/* Content Menu */
div.admin div.contentMenu img {
	margin-left: 4px;
}

div.admin div.contentMenu input {
	color: #272727;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	background: #ededed;
}

ul.contentMenu {
    list-style-type: none;
    margin: 0px;
}

li.contentMenu {
  display: inline;
  list-style-type: none;
}


/* Edit Box */
#editBox {
	padding: 4px;
	background: #ededed;
	border: 1px solid #dedede;
	/*width: 110px;*/
}

#editBox img {
	margin-bottom: -2px;
}

/* Bildergallerie */

div.adminSelected img {
	margin-right: 8px;
	margin-bottom: 18px;
}

div.imageEdit span {
	display:none;
}

div.imageEdit {
	display: inline;
}

div.imageEdit:hover span {
	display: inline;
	position: absolute;
	background: #fff;
}

div.imageEdit img {
	margin: 4.8px;
	padding: 0px;
}

/* Fehler */
p.fehler strong {
	color: red;
	}
	
/* HTML-Modul */
input.submit {
	font-family: Arial, Sans-Serif;
	font-size: 12.5px;

	border: 0;
	width: 110px;
	background: #272727;
	color: #ededed;
	/* float: left; */
	margin: 5px 5px 0 0;
}

input.del {
	background: #ededed;
	color: #272727;
}

input.right {
	float: right;
	margin: 5px 0 0 0;
	}

/*
.adminContentModule {
	background-color: #ededed;
	width: 95px;
	height: 20px;
	padding: 8px;
	margin-bottom: 5px;
}

.adminContentModule IMG {
	margin-right: 5px;
}

*/


div.liveSearch {
    background-color: #fff;
    border: 1px solid #ededed;
}

div.liveSearch .selected {
    background-color: #ededed;
}

div.liveSearch ul {
	list-style: none;
	margin: 0px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
}

div.liveSearch a {
	color: #272727;
	text-decoration: none;
}




/*
*	Extra Styles fr den TinyMCE
*/


/* Fr Zitate */
.zitat {
	font-style: italic;
}

/* Rot */
.red {
	color: red;
}

/* SKA GRN */
.green {
	color: #00a0ae;
}


/*
*
* Styles fr den Kalender
*
*/



/* Input und Label Felder */

div.eventForm fieldset {
	width: 470px;
	float: left;
	clear: both;
	margin: 0 0 -10px 0;
	padding: 30px 20px 60px 20px;
	border: 0;
	border-top: 4px solid #272727;
	border-bottom: 0;
	border-collapse: collapse;
}

div.eventForm legend {
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #272727;
	padding: 0 5px;
}



div.eventForm fieldset ol {
	list-style: none;
	padding: 0 5px;
	margin: 0;
}

div.eventForm label {
	white-space: nowrap;
	color: #7d7d7d;
	font-weight: normal;
	display: block;
}

div.eventForm input, div.eventForm textarea {
	width: 455px;
	margin: 0 0 10px 0;
	
	font-size: 12.5px
	font-family: Arial, Sans-Serif;
	
	padding: 2px;
}

div.eventForm textarea {
	height: 100px;
}


div.eventForm .digits2 {
  width: 18px;
  margin: 0 1px 0 1px;
}

div.eventForm .digits4 {
  width: 75px;
  margin: 0 3px 0 0;
}

div.eventForm img.eventCalendar {
	vertical-align: middle;
	margin: 0 0 2px 0;
	padding: 0px;
}

div.eventForm div.date, div.eventForm div.time, div.eventForm div.repeat {
	width: 200px;
	float: left;
	display: inline;
}

div.eventForm div.repeatOptions {
	width: 250px;
	float: left;
	display: inline;
}


div.eventForm select {
	margin:0;
	padding: 0;
}

div.eventForm select option {
	padding: 0 4px;
}

div.eventForm select.inline {
	height: 17px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 0px;	
	border: 1px solid #ededed;
	font-weight: bold;
}

div.eventForm input.submit {
	margin: 0 0 0 25px;
	width: 200px;
}

div.eventForm span.mustHave {
	color: red;
	padding: 0 2px;
}

span.hidden {
	display: none;
}

/* Lösung für Input-File */

.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url(../btn-choose-file.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}




/* Anzeigen */

div.eventEdit {
	margin-top: 2px;
	margin-bottom: 18px;
}

div.eventEdit img {
	margin-bottom: -3px;
	}

a.eventEdit {
	text-decoration: none;
	color: #c0c0c0;
}

a.eventEdit:hover {
	text-decoration: underline;
}

div.event {
}

table.eventDay {
  border-collapse: collapse;
}

.eventHead {
  border-bottom: 2px solid #272727;
  color: #272727;
  padding: 0 2px;
}

.eventRow, .eventRow a {
  padding: 0px 0px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  color: #272727;
  text-decoration: none;
}

.eventRow:hover {
  background-color: #ededed;
}

.eventRow a:hover {
  text-decoration: underline;
}

.eventRow td {
  padding: 0px;
  vertical-align: middle;
  margin: 0px;
}

td.first {
  padding: 0 0 0 2px;
}
.even {
  background-color: #F5F5F5;
}


/* Detailansicht */
span.eventInfo {
	margin: 0 15px 0 0;
	}


/* Eventslider
-------------------------------------------------------------- */

div.eventControl {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	float: right;
}

div.eventControl input.submit {
	clear: both;
	float: none;
	margin: 0 4px;
	padding: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	width: 65px;
	background: #ededed;
	border: 1px solid #999999;
	color: #666666;
}


div.eventControl input.text {
	width: 70px;
	border: none;
	border-bottom: 1px solid #999999;
	padding-bottom: 1px;
	cursor: pointer;
	color: #666666;
}

div.eventControl label {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
div.eventAdmin {
	float: left;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #272727;
	padding: 8px 0;
}

div.eventAdmin input {
	margin: 0;
	padding: 0;
}



/* Allgemein
----------------- */
.left {
	float: left;
	}
	
	
/* Live-Suche
----------------- */
div.liveSearch {
	position: absolute;
	z-index: 999;
	background-color: #ededed;
	
	width: 150px;
	border: 0px;
}

div.liveSearch div.titel {
	background-color: #272727;
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	padding: 0 2px 0 2px;
	text-transform: uppercase;
}

div.liveSearch strong {
	display: block;
	}

div.liveSearch div.item {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	padding: 0 5px;
	margin: 2px 0px;
	}
	
div.liveSearch a:hover div.item {
	background-color: #e0e0e0;
	}

	
/* Suche
----------------- */
hr.searchTop, hr.searchBottom {
	background: #272727;
}

hr.searchTop {
	margin: 0 0 40px 0;
}

hr.searchBottom {
	margin: 40px 0 0 0;
}

div.searchNavigation {
	margin: 5px 0;
	text-align:center;
}

a.searchNextPage {
	color: #272727;
	text-decoration: none;
}

a.searchNextPage:hover {
	text-decoration: underline;
	}

a.searchPage {
	color: #272727;
	text-decoration: none;
}

a.searchPage:hover {
	text-decoration: underline;
	}

a.searchPage strong {
	color: #00a0ae;
	font-weight: bold;
}


/* Papierkorb
----------------- */
img.restore {
	margin: 2px;
	width: 12px;
	height: 12px;
	}
	
	
/* Tabellen mit Rand
----------------- */

TABLE.withBorder, TABLE.withBorder td {
	border: 1px solid #272727;
	padding: 2px;
	border-collapse: collapse;
}
	
/* Tabellen ohne Rand
----------------- */

TABLE.noBorder {
	border: 0px;
}


/* Werbung
----------------- */
div.adBtn {
	border: 1px solid #ededed;
	background: #ededed;
	color: #666666;
	width: 150px;
	text-align: center;
}

div.adBtn a {
	color: #666666;
	text-decoration: none;
}

div.adBtn a:hover {
	text-decoration: underline;
}

input.advertiseDelete {
	border: none;
	background: #ededed;
	color: #666666;
	width: 150px;
}
	
div.adSpacer {
    width: 150px;
    height: 150px;
    background-color: lightgrey;
    margin-bottom: 5px;
}

input.advertiseApply {
	border: none;
	background: #272727;
	color: #fff;
	width: 55px;
	float: right;
	display: inline;
	margin-top: 3px;
	margin-bottom: 20px;
}


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

.dhonishow {
	overflow: hidden;
	width: 490px;
	font-family: Verdana, sans-serif;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 490px;
	height: 392px;
	text-align: left;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {
	text-align: right;  
	margin-bottom: 2px;
	color: #272727;
	overflow: hidden;
	width: 490px;
	padding: 5px 0 5px 0;
}
                  
.dhonishow-picture-alt {
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
}          


.dhonishow-navi p {
	display: inline;
}

.dhonishow-navi a img{
	vertical-align: middle;
}

.dhonishow-navi a:hover {
	cursor: pointer;
}


.dhonishow-navi .paging {
	font-size: 11px;
	line-height:  20px;
	margin: 0 5px;
}



/* Subcontainer */

.subcontainer a{
	color: #272727;
	text-decoration: none;
	font-weight: bold;
}

.subcontainer a:hover {
	text-decoration: underline;
}

.subcontainer div.links {
	display: inline;
	padding-left: 20px;
}

/* Umfluss für Bild */
IMG.umfluss {
	float: left;
}


#contentBox {
}

#advertisement {
	margin-top: 45px;
}


