/* Etomite Default
---------------------------------- */

* {
  padding: 0px;
  margin: 0px;
}
acronym {
	cursor:help;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #F0F5FB;
}

#page {
  margin: 0px auto;
  width: 920px;
  background: #fff;
  position: relative;
  clear: both;
}


/* Header
---------------------------------- */
#header {
  color: #66CBFF;
  width: 920px;
  padding: 0px;
  height: 264px;
  text-align: right;
}

#mainlogo {
  float: left;
}

#header h1 {
  color: #379DFF;
  font-size: 2em;
}

#header h2 {
  color: #66CBFF
}

/* Menus
---------------------------------- */
#menu {
  background-color: #4374B9;
  color: #fff;
  clear: both;
  padding: 10px;
  overflow: hidden;
  height: 15px;
  border-bottom: 1px solid #1F6600;
}

#menu a {
  color: white;
  text-decoration: none;
}

#menu ul,
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  display: inline;
  font-size: 0.9em;
  font-weight: 900;
}

#menu li a {
  padding: 10px;
}

#menu li a:hover {
  background-color: #6394D8;
}
/* Head-Menu
----------------------------------- */
ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 4px solid #004c99;
	border-top: 1px solid #74b0c6;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
}
ul#menu li a:hover {
	background:transparent url("images/HOVER.gif") no-repeat top right;
	color: #FFFFFF;
}

#sidebar {
  float: left;
  width: 190px;
  padding: 5px;
  background: #fff;
}
#sidebar ul a,
li span#LM_youAreHere {
  display:block;
  background-color: #4374B9;
/*  margin: 2px 0; */
  margin: 0 0;
  color: #fff;
  text-decoration: none;
  padding: 2px 1px 2px 4px;
}
#sidebar ul a:hover,
li span#LM_youAreHere {
  background-color: #6394D8;
  border-bottom: 0px solid #FFFFFF;
}
ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere {
  padding-left: 10px;
  background-color: #6394D8;				/* #@# neu */
}
ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere {
  padding-left: 2em;
}

li.LM_collapsed a {
  background-image: url(images/LM_arrow-right.gif) no-repeat 99% 50%; 
  border-bottom: 0px solid #FFFFFF;					/* #@# neu */
  /* background: no-repeat 99% 50%; */
}
li.LM_expanded a,
li.LM_expanded span {
  background: url(images/LM_arrow-right.gif) no-repeat 99% 50%;
/*  border-bottom: 1px solid #FFFFFF; */ 			/* #@# neu */
}
li.LM_endPage a,
li.LM_endPage span {
  /* background-image: none !important; */ 		/* #@# */

}
#sidebar ul#LM_level_1 {
  margin-bottom: 1em;
}
#sidebar ul ul {
    margin-bottom: 1px;
}

/* ListGlobals
---------------------------------- */
ul.LGlob_list {}
ul.LGlob_list.li {}
li.LGlob_isfolder a {
  background: url(images/LM_arrow-right.gif) no-repeat 99% 50%;
}
li.LGlob_active a {
  background: #6394D8;
  border-bottom: 1px solid #FFFFFF;					/* #@# neu */
}
li.LGlob_isfolder_active a {
  background: url(images/LM_arrow-down.gif) no-repeat 99% 50%;
}

/* sideBanner
---------------------------------- */
.sideBanner {
  padding: 5px;
  border: 1px solid #4374B9;
  font-size: 12px;
  background: #FFF;
  color: #4374B9;
  margin: .5em .0em .5em .0em;
}
.sideBanner a {
/*  color: #993300 !important; */
   color: #FFFFFF !important;
}
.sideBanner a:hover {
/*  color: #000 !important; */
   color: #FFFFFF !important;
}
/* ----------- */
.sideBannerR {
  padding: 5px;
  border: 1px solid #4374B9;
  font-size: 12px;
  background: #FFFFFF;
  color: #4374B9;
  margin: .5em .0em .5em .0em;
}
.sideBannerR a {
  color: #4374B9 !important;
}
.sideBannerR a:hover {
  color: #000 !important;
}

#sidebarR {
  float: right;
  width: 190px;
  padding: 5px;
  background: #fff;
}

/* Sidebar - right
---------------------------------- */
div#Info {
  font-size: 12px;
  float: right;
  width: 190px;
  margin: 0 5px;
  padding: 0px 0 20px 0;
  background-color: #fff;
}
div#Info strong {
  font-size: 12px;
  margin: 0.2em 0.5em;
  font-weight: bold;
}
div#Info p {
  font-size: 12px;
  margin: 0.5em;
}
/* -------------- */
div#InfoR {
  font-size: 12px;
  float: right;
  width: 190px;
  margin: 0 5px;
  padding: 0px 0 20px 0;
  color: #4374B9;
  background-color: #fff;
}
div#InfoR strong {
  font-size: 12px;
  margin: 0.2em 0.5em;
  font-weight: bold;
}
div#InfoR p {
  font-size: 12px;
  margin: 0;
}
div#InfoR a {
  font-size: 12px;
  margin: 0 0 2px 0;
  color: #4374B9;
}
.sideheader {
  background: #FFFFFF url(images/bg_footer.jpg) repeat-x top; 
  height: 25px;
}
/* Content - center
---------------------------------- */
div#Inhalt {
  width: 500px;
  margin: 0 0 20px 220px;
  padding: 0;
}
div#Inhalt h1 {
  font-size: 18px;
  margin: 0 0 0.5em;
}
div#Inhalt h2 {
  font-size: 14px;
  margin: 0.2em 0;
}
div#Inhalt p {
  font-size: 12px;
  margin: 5px 0 5px 0;
}
div#Inhalt li {
  margin: 10px;
}
#a.extern {
   background: url(./images/extlink.gif) right no-repeat;
   padding-right: 15px;
}
/*
div#Inhalt a.extern:link {
	background: url(images/extlink.gif) center right no-repeat;
	padding-right: 15px;
	text-decoration: underline;
}
div#Inhalt a.extern:visited {
	background: url(images/extlink.gif) center right no-repeat;
	padding-right: 15px;
	text-decoration: none;
}
div#Inhalt a[href^="http://"] {
	background: url(images/extlink.gif) center right no-repeat;
	padding-right: 15px;
	text-decoration: none;
}
*/
.smallText {
  font-family: Arial, Helvetica ,sans-serif;
  font-size: 9px;
}

/* General content
---------------------------------- */
#content {
  color: #000;
  background: #fff;
  padding: 5px;
  position: relative;
  border-left: 1px solid #ddd;
  min-height: 300px;
  width: 500px;
  overflow: hidden;
  clear: right;
}

a:link {
  color:#4374B9;
  background:inherit;
}

a:hover,
a:focus {
  color: #000;
  background:inherit;
  text-decoration: underline;
}

a:visited {
  color: #4374B9;
  background:inherit;
}

a img {
  border: 0;
}

h1.pagetitle {
  font-size: 14px;
  font-weight: 100;
}
h2.pagetitle {
  color: #4374B9;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  color: #4374B9;
  background:inherit;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  background:inherit;
}

h2 {
  font-size: 1.3em;
}

h3,
h4,
h5,
h6 {
  font-size: 1em;
}

p,
table {
  margin: .2em 0 1em 0;
}

table {
  max-width: 700px;
}

ol,
ul {
  margin: 0 0 1em 0em;
  padding-left: 3em;
}

ol {
  padding-left: 3.4em;
}

ul {
  list-style: disc
}

.left {
  float: left;
}

.right {
  float: right;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.small {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.em {
  font-style: italic
}

#pagetrail {
  font-size: 11px;
  color: #4374B9;
  background: #FFFFFF;
  border-bottom: 1px dashed #4374B9;
  padding: 10px 0 10px 0;
}
#pagetrail a {
  font-size: 10px;
  color: #4374B9;
  background: #FFFFFF;
  /* border-bottom: 1px dashed #4374B9; */
  text-decoration: none;
}

/* NewsListing Snippet Classes
---------------------------------- */
ul.newsList {
  list-style: none;
  padding-left: 1em;
}

li.newsLi {
  padding: .5em;
  color:inherit;
  background: #efefef;
  margin: .5em;
}

h1.newsTitle {
  /*the news story title */
  border-bottom: 1px solid #ddd;
}

p.postInfo {
  text-align: right;
  font-size: 10px;
  color: #aaa;
  background:inherit;
}

h2.oldernewsheading {}

ul.oldnews {
  font-size: 90%;
}


/* Footer
---------------------------------- */
#footer {
  color: #FFF;
  padding: 5px;
  margin: 0px 0px 0px 0px;
  background: #6394D8; /* url("images/bg_footer.jpg") repeat-x top left; */
  text-align: center;
  clear: both;
  font-size: 10px;
  border-top: 3px solid #004C99;
  height: 60px;
}

#footer a,
#footer a:visited,
#footer a:active {
  color: #FFF;
  background:inherit;
  text-decoration: none;  
}

#footer a:hover {
  color: #000;
  background:inherit;
  text-decoration: underline;
}

#etoNotice,
.hidden {
  display:none;
}


/* ListSiteMap Styles
---------------------------------- */
ul.LSM_0,
ul.LSM_1,
ul.LSM_2,
ul.LSM_3,
ul.LSM_4,
ul.LSM_5 {
  padding-left: 1em; margin:0;
}

.LSM_0 li,
.LSM_1 li,
.LSM_2 li,
.LSM_3 li,
.LSM_4 li,
.LSM_5 li {
  padding-top: .2em;
}

ul.LSM_0 {
  margin: 0em;
}


/* Search Styles
---------------------------------- */
.searchbox {
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #4374B9;
  background: #FFF;
  color: inherit;
}

.searchbox p {
  margin: 0;
  padding: 0;
}

/* Definition Lists
---------------------------------- */
dl.table-display {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.table-display dt {
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: bold;
}

.table-display dd {
  float: left;
  width: 80%;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
}

/* Fieldset - Legend
---------------------------------- */
fieldset {
  margin: 0em 0em 0em 0em;
  padding: .5em .5em .5em .5em;
  background: #AEDEED;
  color: #000;
  border: 1px solid #4374B9;
}

legend {
  margin: 0em 0em 0em 0em;
  padding: .25em .5em .25em .5em;
  background: #4374B9;
  color: #fff;
  border: 1px solid #4374B9;
  font-weight: bold;
}

table.varList {
  width: auto;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  background: #F2EFCE;
  color: #000;
  border: 1px solid #D5C95E;
  border-collapse: collapse;
}

table.varList td {
  height: auto;
  padding: 0em .5em 0em .5em;
  vertical-align: top;
  word-wrap: break-word;
}

table.varList td:first-child {
  font-weight: bold;
}

table.varList th {
  margin: 0em 0em 0em 0em;
  /*padding: .5em .5em .5em .5em;*/
  background: #4374B9;
  color: #fff;
  border: none;
  vertical-align: top;
  font-weight: bold;
}

/* MenuBuilding
--------------------------------- */
.navigation {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  border: 0px solid #6394D8;
  background: #FFF;
  color: #FFFFFF;
}
.navigation a {
  text-decoration: none;
  padding: 2px;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  color: #FFFFFF;
  border: 0px solid #FFFFFF; /* #@# */ 1px
  background: #6394D8 url(images/navi-a.jpg) no-repeat top;
  background-color: #6394D8;
}
.navigation a:hover {
  padding: 2px;
  text-decoration: none;
  color: #FFFFFF;
  background: #fff url(images/navi-o.jpg) no-repeat top;
  background-color: #4374B9;
  border: 0px solid #FFFFFF;
}
.highLight {
  color: #FFFFFF;
  font-weight: bold;
  border: solid 1px #FFFFFF;
  background: #fff url(images/navi-o.jpg) no-repeat top;
  margin: 2px;
}
/* ---------- */
.navigationR {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
/*  height: 100%; */
  border: 0px solid #6394D8;
  background: #FFF;
  color: #FFFFFF;
}
.navigationR a {
  text-decoration: none;
  padding: 1px;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block; 
  color: #FFFFFF;
/*  border: 1px solid #FFFFFF; */
/*  background: #6394D8 url(images/navi-ar.jpg) no-repeat top; */
  background-color: #6394D8;
}
.navigationR a:hover {
/*  padding: 2px; */
  text-decoration: none;
  color: #FFFFFF;
/*  background: #fff url(images/navi-or.jpg) no-repeat top; */
  background-color: #4374B9;
}
.highLightR {
  color: #FFFF00;
  font-weight: bold;
  border: solid 1px #FFFFFF;
/* background: #fff url(images/navi-or.jpg) no-repeat top; */
/* margin: 2px; */
}

/* Search-Box
--------------------------------- */
.search-box {
	margin: 0px 0px 0px 550px;
	padding: 10px 0 0 35px;
	background-color: transparent;
	width: 400px;
}
#search {
	border: 1px solid #a7a6aa;
	background-color: #FFFFFF;
	color: #000;
	clear: left;
	display: inline;
	font: 100% Courier New, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px 3px 2px 3px;
	vertical-align: top;
	width: 150px;
}
/* Pagination
---------------------------------- */
.pagination {
	font-size: 10px;
	padding: 4px 2px 4px 2px;
	border: 1px solid #dddddd;
	margin: 0 0 1.5em;
	background-color: #f2f2f2;
	color: #666666;
}
.pagination b {
	font-size: 10px;
	white-space: nowrap;
}
.pagination p {
	text-align: right;
	position: relative;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	padding: 2px 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
.pagination p a:hover {
	font-size: 10px;
	background-color: #cccccc;
	color: #ffffff;
}
.pagination p span {
	font-size: 10px;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #cccccc;
	text-decoration: none;
}
.pagination p span.current {
	font-size: 10px;
	background-color: #cccccc;
	color: #ffffff;
}
.pagination * {
	font-size: 10px;
	margin: 0;
}
.pagination h4 {
	margin-top: -20px;
	padding: 0 5px;
	border: none;
	font-size: 10px;
}
.success {
	color: #339900;
	background: transparent;
	font-weight: bold;
}
.caption {
	color: #999999;
	background: transparent;
	font-size: 10px;
	line-height: 100%;
}
hr {
	border: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}
span.gls_header {
	display: block;
	border-bottom: 1px solid #cdcdcd;
	color: black;
}

a.preview span {
   display:none;
}
a.preview:hover {
   background:#fff;
   text-decoration:none;
}
a.preview:hover span {
   width:500px;
   height: auto;
   position:absolute;
   margin:0 0 0 0px;
   display:block;
   z-index:666;
   padding:7px 9px;
   background-color:#FFFFFF;
   border:1px solid #cecece;
   color:#808080;
}
#preview .subgrey {
   font-size:10px;
   color:#808080;
   font-weight: normal;
   text-decoration:none;
}

.LR_listTitle {
   font-size:10px;
}
.LR_linksList {
   font-size:10px;
   color:#808080;
}
a.LR_linksList:hover {
   color:#808080;
   text-decoration:none;
}
pre {
   font-size:10px;
}

/* Tabellen für Terminseite
-----------------------------------------------------------*/
/* Tabelle Auswahl */
table#tabelle-termine-auswahl{
	background-color : white; 
}
table#tabelle-termine-auswahl th{
	background-color : #D7D7D7;
	padding : 4px;
	color:#00326F;
}
table#tabelle-termine-auswahl td{
	background-color : #E5E5E5;
	padding : 4px;
}
table#tabelle-termine-auswahl a{
	font-size : 11px;
}
/* Tabelle Monate */
table#tabelle-termine{
	background-color : white;
}
table#tabelle-termine th{
	background-color : #D7D7D7;
	padding : 4px;
	color:#00326F;
	vertical-align: top;
}
table#tabelle-termine td{
	background-color : #E5E5E5;
	padding : 4px;
	vertical-align: top;
}
table#tabelle-termine td a {
   text-decoration: none;
}
a {
   text-decoration: none;
	color: #A2D4E5;
}

/* ---------------------- */
.LIn_index {
  font-size: 12px;
}
.LIn_index  a {
  font-size: 12px;
  color: #000000;
}
.LIn_index  p {
  margin: 0;
  padding: 0;
}
.LIn_shortMode  {
  font-size: 12px;
  color: #FFFFFF;
}
.LIn_shortMode  a {
  font-size: 12px;
  color: #A2D4E5;
}
.LIn_shortMode a:hover,
.LIn_shortMode a:focus {
  color: #000;
  background: inherit;
  text-decoration: underline;
}
/* PBox ---------------------- */
#pbox {
z-index:3;}

#pbox a {
color:#ffffff;
background:#FFFFFF;
font:bold 12px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:0px solid #4374B9;
}

#pbox a:hover {
color:black;
background:#FFFFFF;
width:400px;
}

#pbox a span {
display:none;
}

#pbox a:hover span {
color:black;
background:#ffffff;
font:normal 12px verdana, sans-serif;
border:1px solid black;
display:block;
padding:10px;
}


