/* CSS Document */
body {
	padding: 0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
p {
	font-size:13px;;
	}
h1 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h2 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 14px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h3 {
	font-size: 13px;
	font-weight:normal;
	color: #023A5D;
	text-align:left;
	margin-bottom:0px;
	}
.klasseh1 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.klasseh2 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 14px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.klasseh3 {
	font-size: 13px;
	font-weight:normal;
	color: #023A5D;
	text-align:left;
	margin-bottom:0px;
	}
.highlight{
	background-color: #2ff32f
}
.buttonactive {
  color: #fff;
  background-color:#023A5D;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #999999;
  width: auto;
  padding: 0px 4px 2px 4px;
  height: 18px;
  margin: 2px;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border: 1px solid #778;
 border-bottom: none;
 background: #2f8bb4;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #DFE8EC;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #023A5D;
 border-bottom: 1px solid #fff;
}
/*
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}*/

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  height:500px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 /*display:none;*/
}
.tabberlive .tabbertab h3 {
 /*display:none;*/
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab1 .tabbertab {
 height:2000px;
 overflow:visible;
}

.tabberlive#tab2 .tabbertab {
 height:250px;
 overflow:visible;
}


/** old stuff **/

.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}


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

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(/images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
}


/* Joomla core stuff */
a:link, a:visited, a:active {
	color: #2F8BB4; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #b42f2f;	text-decoration: none;
	font-weight: normal;
	text-decoration:none;
}
.button {
  color: #fff;
  background-color:#2F8BB4;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #999999;
  width: auto;
  padding: 0px 4px 2px 4px;
  height: 18px;
  margin: 2px;
}

.inputbox {
	padding: 1px;
	border:solid 1px #95BECF;
	background-color: #ffffff;
	font-size:10px;
}
.inputbox:hover {
	padding: 1px;
	border:solid 1px #000000;
	background-color: #edeff4;
	font-size:10px;
}
.inputbox:focus {
	padding: 1px;
	border:solid 1px #000000;
	background-color: #edeff4;
	font-size:10px;
}
.inputsuche {
	padding-top: 1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1 px;
	margin-top:2px;
	border:solid 1px #95BECF;
	background-color: #ffffff;
	font-size:11px;
}
.inputsuche:hover {
	border:solid 1px #95BECF;
	background-color: #DFE8EC;
	font-size:11px;
	color: #023A5D;
}
.inputsuche:focus {
	border:solid 1px #95BECF;
	background-color: #DFE8EC;
	font-size:11px;
	color: #023A5D;
}

.componentheading {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	margin-top: 2px;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	margin-top: 2px;
	}

a.contentpagetitle:hover {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : normal;
  color            : #2F8BB4;
  text-align       : left;
  text-decoration:underline;
	}


.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 10px;
}
.small_dark {
	color: #023A5D;
	font-size: 10px;
}
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}


a.readon:link, a.readon:visited {
	display:block;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight      : normal;
	text-decoration  : none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cecece;
	margin-top:5px;
}

a.readon:hover {
	color            : #4C6790;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight      : normal;
	text-decoration  : underline;
}

	
/*Editor_sonderformen*/
.netzwerk_tab {
	background-color:#ffefba;
	margin:0px;
	padding: 3px;
	font-size:11px;
	border: 1px solid #e5e5e5;
}
.kontakt_tab {
	background-color:#DFE8EC;
	margin:0px;
	padding: 0px;
	font-size:10px;
	color: #000033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.bookmarks001 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	letter-spacing   : 1px;
	padding-top: 10px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.bookmarks002 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 14px;
	font-weight      : normal;
	letter-spacing   : 1px;
	color            : #023A5D;
	text-align       : left;
	text-decoration:none;
	border-bottom-color:#2F8BB4;
	border-bottom-style:dotted;
	border-bottom-width:0px;
}
