/* Style Sheet */
body {
  margin: 0px 0px; 
  padding: 0px;
  text-align:center;
  border: 0;	
	width: 100%; 
  height: 100%;
	background: #e2e8df url(http://www.ilmenau.de/files/background.png) repeat-y center top;	
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
body.home {
	background: #e2e8df url(http://www.ilmenau.de/files/backgroundhome.png) repeat-y center top;	
}
/* Allgemeines */

img {
	border: 0;
}
a:link, a:visited, a:active {
	color: #488b9b;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border: none;
}

/* Abmessungen */

#main {
	width: 930px;
	clear: both;
	display: block;
	border: 0;
	padding: 0 0 0 0;
	border-left: 1px solid #fff;
   margin:0px auto;
   text-align:left;
}

#logo {
  width: 210px;
  height: 150px;
  float: left;
  overflow: hidden;
  background: #fff;
}

#panorama {
  width: 720px;
  height: 150px;
  float: right;
  overflow: hidden;
  background: #fff;
}

#panoramahome {
  width: 930px;
  height: 150px;
  overflow: hidden;
  background: #fff;
}

#menu {
	height: 29px;
	clear: both;
	/*padding-left: 209px; */
	border-top: 1px solid #fff;
}
#submenu {
	clear: both;
  float: left;
  text-align: left;
  width: 205px;
  background: #fff;
  overflow: hidden;
}
#inhalt {
	display: block;
	width: 670px;
	padding: 10px 10px 0px 15px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 15px;
  background: #fff;
}
#breadcrumb {
	padding: 8px 0px 12px 0px;
	color: #555;
}
#footer {
	margin: 2px 0 0 0; 
  padding: 8px 25px 8px 0px;
	font-weight: normal;
	color: #fff;
	background: #488b9b;
	text-align: right;
	clear: both;
}
.empty {
	height: 0;
	overflow: hidden;
}
.none {
  display: none;
}
/* Farben und Schriften */

#menu, #menu ul {
	background: #488b9b;
}

#navigation li, #navigation li a  {
	color: #488b9b;
	text-decoration: none;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}

#navigation li a:hover, #navigation li a.selected {
	color: #000;
	text-decoration: none;
}

#functions li, #functions li a  {
	color: #555;
	text-decoration: none;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}

#breadcrumb a {
	color: #555;
}

#footer a {
	color: #fff;
}

/* Menu */

#menu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
}
#menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border-right: 1px solid #fff;
}
#menu ul li.first {
  border-left: 1px solid #fff;
}
body.home #menu ul li.first {
  /* margin-left: 194px; */
}
#menu ul a {
	display: block;
	margin: 0;
	padding: 7px 9px 7px 9px;
	color: #fff;
	text-decoration: none;
}
#menu ul li.current, #menu ul a:hover
 {
	color: #fff;
	background: #000;
}

/*
#menu ul li.suche {
	margin: 0 0 0 0;
	padding: 4px 5px 0 10px;
	float: right;
	border-right: 0;
	width: 120px;
}
#menu ul li.suche input {
	float: left;
	border: 1px solid #48629b;
	width: 60px;
}
#menu ul li.suche input.submit {
	background: #48629b;
	color: #fff;
	width: 50px;
}
*/
#menu ul li.suche, #footer div.suche {
	margin: 0 0 0 0;
	padding: 6px 5px 0 10px;
	border-right: 0;
	width: 194px;
}
#menu ul li.suche input, #footer div.suche input {
	font-size: 0.9em;
	float: left;
	border: 1px solid #488B9B;
	width: 120px;
}
#menu ul li.suche input.submit, #footer div.suche input.submit {
	background: #488B9B;
	color: #fff;
	width: 50px;
}

/* Navigation */

#navigation {
	clear: both;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
}
#navigation li {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style: none inside none;
	padding-left: 0;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #488b9b;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	float: left;
	width: 180px;
}
#navigation li ul {
	padding-left: 10px;
	list-style: square outside none;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
	margin-top: 5px;
	margin-left: 5px;
	clear: both;
	float: left;
	width: 170px;
}
#navigation li ul li {
	padding-left: 2px;
	list-style: square outside none;
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	clear: both;
	float: left;
	width: 170px;
}



#functions {
	clear: both;
	padding: 30px 0 0 10px;
	margin: 0 0 0 0;
}

body.home #functions {
	margin: 0px 0 20px 10px;
}
#functions li {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style: none inside none;
	clear: both;
	float: left;
	width: 180px;
}
#functions li a img {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
}
#functions li p {
	padding-top: 5px;
	margin-top: 0;
}
/* Versionen */

#functions li.print {
 margin-top: 30px;
 margin-bottom: 30px;
}
#functions li.print a img {
 border: 1px solid #bbb;
 margin: 0 3px 0 0;
 padding: 0;
}

/* Ueberschrift */

h1 {
  padding: 0px 0 10px 0;
  margin: 0 0 0 0;
}

h2 {
  padding: 0px 0 10px 0;
  margin: 0 0 0 0;
}

/* Inhaltsbereich */
#inhalt, #inhalt p, #inhalt li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

div.galerie {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  
}

div.galerie img, div.galerie img a {
  border: 0;
}

.galerietext {
}

.galeriecopyright {
}
.mehrinfos, .fullgalerie
{
  clear: both;
  margin-top: 5px;
  padding: 5px 0 5px 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.mehrinfos, #inhalt .mehrinfos p, #inhalt .mehrinfos li {
}

div.empty {
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* Ergaenzungen */

/*  Tabellen-Modul CSV-Import */
  table.rex-table {
  	color: #000;
  	background-color: #fff;
  	border: 0;
  	margin-top: 8px;
  	border-collapse: collapse;
  }
table.rex-table td, table.rex-table th {
    padding: 3px 5px 3px 3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    text-align:left;
    margin: 0;
}

table.rex-table thead {
    background-color: #2e7181;
    color: #fff;
}
table.rex-table caption {
    text-align:left;
    font-size:1em;
    font-weight:bold;
}
table.rex-table tfoot td {
    text-align:right;
    font-size:smaller;
}
table.rex-table tr.odd {
  background-color:#dddddd;
}
table.rex-table tr.even {
  background-color:#eee;
}
table.rex-table .col1 {
}
table.rex-table tr.even td.col2
{
}

/* Ende Tabellen-Modul CSV-Import */
/* Bilder-Modul */
div.bilddesc {
  font-size: 0.8em;
  text-align: left;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #ddd;
}
div.links {
  float:left; 
  margin: 15px 20px 20px 0px;
}
div.rechts {
  float:right; 
  margin: 15px 0px 20px 20px;
}
div.linksfluss {
  float:left; 
  margin: 0px 20px 20px 0px;
}
div.rechtsfluss {
  float:right; 
  margin: 0px 0px 20px 20px;
}
div.zentriert {
  clear: both;
  text-align: center;
  margin: 0 20px 20px 20px;
}

/* Ende Bilder-Modul */

/* Suchmodul */

#suchenbox {
  background: #EEF2F4;
  border: 1px solid #CCD2D4;
  padding: 5px 5px 5px 5px;
  margin-bottom: 15px;
  width: 70%;
}

#suchergebnis {
  font-size: 0.9em;
}

#suchergebnis li {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid #bbb;
}

#suchergebnis li strong {
  color: #cc0033;
}
#suchergebnis .name {
  font-weight: bold;
}
#suchergebnis .adresse {
  font-size: 0.9em;
}

#inhalt table.liste td {
    font-size: 0.8em;
}


#inhalt table.liste ul {
    margin-left: 0;
    padding-left: 0;
    border-bottom: 2px solid #fff;
}
  #inhalt table.liste li {
  	list-style: square inside;
  	margin-left: 0;
  	padding: 4px 0 4px 3px;
  	border-top: 2px solid #fff;
  }

div.hometeaser {
    border-bottom: 1px solid #bbb; padding: 5px 0 5px 0; margin: 0;
}

div.hometeaser:hover {
    background: #ddd;
}

div.hometeaser a:link, div.hometeaser a:visited, div.hometeaser a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}



/* importierte Inhalte */

#inhalt #import table td {
    /* font-size: 0.8em; */
}

#inhalt #import table td table td{
    font-size: 1em;
}

#inhalt table td span, #inhalt table td span span, #inhalt table td span span span, #inhalt table td span span span {
    font-size: 1em;
}
#inhalt table td {
    vertical-align: top;
    text-align:left;
}
#inhalt table td p {
    padding: 0;
    margin: 0;
}

#events {
  /* font-size: 0.8em; */
}

#touribox fieldset {
  margin-top: 10px;
  margin-left: 4px;
  padding: 0px 3px 3px 3px;
  font-family: Arial, sans-serif;
  margin-bottom: -40px;
  background: #e2e8df;
}
#touribox legend, #touribox div {
  font-size: 0.8em;
}
#touribox input, #touribox select {
  font-size: 0.8em;
}
#touribox option {
  padding-bottom: 2px;
  padding-right: 3px;
}
#touribox legend {
  font-weight: bold;
  color: #000;
}
#touribox div.label {
  clear: both;
  padding-top: 4px;
  float: left;
  width: 50px;
  font-weight: bold;
  color: #02542b;
}
#touribox div.wert {
  margin-top: 4px;
  float: left;
  width: 130px;
}
#touribox div.clear {
  clear: both;
  height: 7px;
  overflow: hidden;
}


div.tableitem table {
  	border-collapse: collapse;
  	border-bottom: 1px solid #aaa;
  	border-top: 1px solid #aaa;	
  	width: 99%;
    
  }
div.tableitem table tr td {
  	border-bottom: 1px solid #aaa;	
  	padding: 5px 20px 5px 0;
  	
  }

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 99%;
	margin-bottom: 15px;
	background-color: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	border: 0;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 100px;
	margin-left: 4px;
	border: 1px solid #aaa;
	background-color: #ddd;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #eee;
	border: 1px solid #aaa;
	margin-bottom: 2px;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color:  #ddd;
}



/* Label */
.formgen label {
	clear: left;
	float: left;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
	width: 170px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #eee;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 250px;
	text-align: center;
	background-color: #488b9e;
	border: 0;
	float: left;
	margin-left: 185px;
	color: #FFFFFF;
}
.formgen .formsubmit:hover
{
	background-color: #3f505f;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: red;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #000;
}

.formgen .formheadline {
	color: #000;
	background-color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

#form-module-thanks {
  border: 1px solid #000;
  background: #ddd;
  padding: 10px 10px 10px 10px;
  margin: 10px 0 10px 0;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

#inhalt.stadtplan table td {
  vertical-align: middle;
  text-align: center;
}

#submenu.stadtplan {
  font-size: 0.8em;
  padding-left: 20px;
  width: 185px;
}

#submenu.stadtplan hr {
  border: 0;
  border-top: 1px solid #666;
  padding: 0;
  margin: 0;
}

#inhalt.stadtplan table.beschreibung td {
  vertical-align: top;
  text-align: left;
}

/* Kalenderdarstellung */

#inhalt table.cal_style td { border-left: 1px solid #fff; border-bottom: 1px solid #fff; text-align: right; padding: 1px 5px 1px 5px; font-size: 0.95em;}

.cal_border { background-color: #fff; }	
	
.cal_style { background-color:white; vertical-align: top; }
.cal_head_style  { background-color:#2E7181; color:#ffffff; vertical-align: top; }
#inhalt table td.cal_head_style  { text-align: center; }
A.cal_head_style  { color:#ffffff !important; vertical-align: top; }

.cal_dayname      { background-color:#ddd; color:#000000; font-weight: bold;   vertical-align: top; }
.cal_other_month  {
	background-color: #F5F5F5;
	color: #7f7f7f;
	font-weight: normal;
	vertical-align: top;
}


.cal_today, A.cal_today       { background-color:#ddd; color:#000000; font-weight: normal; vertical-align: top; font-style: italic; }
.cal_selected, A.cal_selected {
	background-color: #F0E68C;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}
.cal_normal, A.cal_normal { background-color:#eee; color:#000000; font-weight: normal; vertical-align: top; }

 

ul.pagination {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	color: #000;
	clear: both;
}
ul.pagination li {
	margin: 0 0 0 0;
	padding: 0 3px 0 3px;
	float: left;
	border-right: 1px solid #000;
}

/* Unterseiten-Liste */

ul.seitenliste {
	line-height: 2em;
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
  border-top: 1px solid #aaaaaa;
}

ul.seitenliste li {
  border-bottom: 1px solid #aaaaaa;
	margin-left: 0;
  padding: 3px 0 3px 39px;
}

ul.seitenliste li a:link {
  /* text-decoration: none; */
}

h2.listentitel {
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  padding: 4px 4px 4px 4px;
  background: #e0e0e0;
  font-size: 1em;
  color: #000;
  margin-bottom: 0;
}
