/*Grunddesign*/

body{
  font-family:Arial, Helvetica, Sans-Serif;
  /*background-color:#CCCCFF;*/
  text-align:center;
  padding:0px;
  margin:0px;

  background-image:Url('images/BackgroundRepeat.jpg');
  background-repeat:repeat-y;
  background-position:top center;
}

body * {
  text-align:left;
  color:#006931;
}

#hintergrund2
{
  background-image:Url('images/Background.jpg');
  background-repeat:no-repeat;
  background-position:top left;
  width:960px;
  height:550px;  
  margin-left:-480px;
  left:50%;
  position:absolute;
}

#hintergrund3
{
  width:380px;
  height:15px;  
  margin-left:115px;
  top:70px;
  left:50%;
  position:absolute;
  z-index:20;
  font-size:8pt;
}

#ie6hinweis
{
  width:520px;
  margin-left:-474px;
  top:5px;
  padding:4px;
  left:50%;
  position:absolute;
  z-index:20;
  border:2px ridge red;
  color:red;
  background-color:silver;
}

#ie6hinweis a {
  color:black;
}

#loginbox
{
  padding-bottom:18px;
  margin-right:10px;
  float:left;

  width:120px;
  vertical-align:top;
  line-height:1.6em;
  position:fixed;
  left:50%;
  margin-left:-480px;
  bottom:0px;
}

#loginboxie6
{
  padding-bottom:18px;
  margin-right:10px;
  float:left;

  width:120px;
  vertical-align:top;
  line-height:1.6em;
  position:absolute;
  left:50%;
  margin-left:-480px;
  bottom:5px;
}

#menu
{
  padding-bottom:18px;
  margin-right:10px;
  float:left;

  height:391px;
  width:120px;
  vertical-align:top;
  line-height:1.6em;
  position:absolute;
  left:50%;
  margin-left:-480px;
  top:100px;
}

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

#menu li.space {
  margin-bottom:25px;
}

#menu a{
  text-decoration:none;
  color:#006931;
  border:1px solid #c6d300;
  border-left-style:none;
  background-image:url('images/white.png');
  display:block;
  width:100%;
  margin-bottom:3px;
  padding-left:15px;
  font-size:11pt;
}

#menu li ul li a {
  font-size:9pt;
  line-height:1.5em;
  height:17px;
  border-style:none;
  margin-left:1px;
  background-image:url('images/whitefade.png');
  background-repeat:no-repeat;
  background-position:right center;
}

#menu a:hover,
#menu li.active ul li a:hover {
  color:#c6d300;
}

#menu li.active ul li.subactive a:hover,
#menu li.active a:hover {
  color: #006931;
}

#menu li.active ul li a,
#menu li.active ul li a:hover {
  border-style:none;
  background-image:url('images/whitefade.png');
  background-repeat:no-repeat;
  background-position:right center;
}

#menu li ul li.subactive a, 
#menu li ul li.subactive a:hover {
  border-style:none;
  background-image:url('images/greenfade.png');
  background-repeat:no-repeat;
  background-position:right center;
}

#menu li.active a, 
#menu li.active a:hover {
  border-color:#006931;
  background-image:url('images/green.png');
}

#menu li ul {
  padding-left:16px;
}

#menu li ul li {
  margin-bottom:2px;
}

#menu li ul.hide {
  display:none;
}

#menu li:hover ul.hide,
#menu li.over ul.hide{
  display:block;
}

#menu * input,
#loginbox * input,
#loginboxie6 * input{
  width:120px;
  height:19px;
  font-size:11pt;
  border-color:#c6d300;
  padding:0px;
  padding-left:15px;
  background:transparent url('images/white.png');
  border:1px solid #c6d300;
  border-left-style:none;
  margin-bottom:3px;
}

#loginbox * a.register,
#loginboxie6 * a.register{
  padding:0px;
  margin:0px;
  border-style:none;
  width:80px;
}
/*
#menu * input.button {
  width:auto;
  color:#006931;
  border-style:solid;
  margin-top:2px;
  background-image:none;
  background-color:silver;
  font-size:9pt;
}
*/

#menu .loginheader,
#loginbox .loginheader,
#loginboxie6 .loginheader{
  background-image:url('images/green.png');
  display:block;
  width:100%;
  /*height:13px;*/
  vertical-align:middle;
  border:1px solid #006931;
  color: #006931;
  border-left-style:none;
  margin-bottom:3px;
  margin-right:0px;
  padding-left:15px;
  padding-right:0px;
  line-height:1.3em;
  font-size:9pt;
}

#menu a.loginheader:hover,
#loginbox a.loginheader:hover,
#loginboxie6 a.loginheader:hover {
  color: #006931;
  text-decoration:none;
}

#menu input.loginheader,
#loginbox input.loginheader,
#loginboxie6 input.loginheader
{
  width:136px;
  height:17px;
}

#menu .loginbody,
#loginbox .loginbody,
#loginboxie6 .loginbody{
  line-height:1.5em;
  font-size:9pt;
}

#menu a.register {
  background:transparent;
  padding:0px;
  width:100%;
}

#content{
  width:565px;
  overflow:auto;
  position:absolute;
  left:50%;
  margin-left:-317px;
  top:100px;
  padding-right:10px;
  padding-left:5px;
  padding-bottom:10px;
}


#info
{
  margin-right:10px;
  float:left;
  width:190px;
  vertical-align:top;
  /*line-height:1.6em;*/
  position:absolute;
  left:50%;
  margin-left:279px;
  top:100px;
}

#info img {
  border-style:none;
}

#info div {
  width:100%;
}

#info div.divPopup {
  margin-top:10px;
}


/*Einzeldesigns*/

/*
h1{
  color:#4F7C48;
  font-weight:bold;
  font-size:12pt;;
  margin-left:5px;
}

h2, td.header{
  color:#555555;
  margin-top:5px;
  margin-bottom:0px;
  font-weight:bold;
  font-size:11pt;
}
*/

h1 {
  text-align:left;
  /*color:#3366CC;*/
  margin-top:0px;
  margin-bottom:7px;
  font-weight:bold;
  font-size:11pt;
}

h2 {
  text-align:left;
  /*color:#555555;*/
  margin-bottom:10px;
  font-weight:bold;
  font-size:10pt;
}

h3 {
  font-weight:bold;
  /*color:#555555;*/
  font-size:8pt;
  vertical-align:bottom;
  text-align:left;
  margin:0px;
  margin-bottom:4px;
}



h4{
   /*color:black;*/
   font-weight:bold;
   font-size:10pt;
   margin-top:15px;
   text-align:center;
}



p, td, div, span{
  font-size:10pt;
  vertical-align:top;
  margin-top:0px;
}

p {
  margin-bottom:7px;
}

div.news {
  width:100%;
  border-bottom:1px solid #006931;
  padding-bottom:15px;
  margin-bottom:25px;
}

div.news * img {
  float:right;
  border:1px solid gray;
  margin:2px;
  margin-left:8px;
}

div.news h3 * img {
  float:none;
  margin:0px;
  border-style:none;
  vertical-align:middle;
}

/*
div.news p.video {
  width:100%;
  text-align:center;
}
*/

.kommentare {
  font-size:8pt; 
  font-weight:bold;
  margin-bottom:5px;
}

div.news:after {
  content:'';
  display:block;
  clear:both;
} 

div.mapcontainer {
  display:block; 
  /*padding:2px;  
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;
  */
  border:1px solid #c6d300;

  float:right;
  margin-right:5px;
  margin-left:5px;
  margin-bottom:5px;
  /*-moz-border-radius:5px;*/
  text-align:center;
  vertical-align:bottom;
  font-size:9pt;
  background-image:url("images/white.png");
}


a, a:active, a:visited{
   /*color:#006931;*/
   color:#004824;
   text-decoration:none;
   border-style:none;
   /*border-bottom:1px solid #c6d300;*/
   cursor:pointer;
}

a:hover{
   text-decoration:underline;
   /*border-bottom:1px solid #006931;*/
}

a.goto{
  font-weight:bold;
  font-size:8pt;
  font-family:'Courier New',Courier,fixed;
}

table {
  margin-bottom:25px;
}

th{
   text-align:left;
   font-size:10pt;
   vertical-align:top;
}


table.standardinputbox
{
  /*background-color:#F0F0F0;*/
  /*border:1px solid #DDDDDD;*/
  width:400px;
  left:50%;
  margin:auto;
}

table.standardinputbox * td.links
{
  text-align:right;
  width:115px;
}

table.standardinputbox * td.links b
{
  color:#012569;
  font-weight:normal;
}

table.standardinputbox * td.center 
{
   vertical-align:middle;
   text-align:center;
}

table.standardinputbox * td.links div.gbhinweis
{
  font-size:10px;
}

table.antispam {
  width:300px;
  border-collapse:collapse;
  margin:1px;
  left:0px;
}

table.antispam * th {
  font-weight:normal;
  font-size:8pt;
  padding:1px;
  text-align:center;
  background-image:none;
  color:black;
}

table.antispam * td {
  border:1px solid gray;
  height:25px;
  padding:0px;
  text-align:center;
  vertical-align:middle;
}

table.antispam * td.gray {
  /*background-color:#DCDCDC;*/
  background-color:#c6d300;;
}

table.antispam * td.white {
  background-color:white;
}

table.datagrid {
  border-collapse:collapse;
}

table.datagrid * th,
table.datagrid * td{
  padding:2px;
  padding-bottom:0px;
  padding-right:3px;
  border-bottom:1px dotted #006931;
  border-top:1px dotted #006931;
  white-space:nowrap;
  vertical-align:middle;
}

table.datagrid * input {
  width:100%;
}

table.datagrid * input.calendarbox {
  width:80px;
}

table.datagrid * input.imagebutton {
  width:16px;
  height:16px;
  border-style:none;
}

table.accountform {
  width:320px;
}

table.accountform * th{
  width:100px;
  font-weight:normal;
}

table.accountform * input {
  width:100%;
}

table.accountform * input.button {
  width:auto;
}


.einsatzkopf {
  margin:0px;
  padding:2px;
  /*
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;
  -moz-border-radius: 5px;
  */
  border:1px solid #006931;
  /*background-color:#c6d300;*/
  background-image:url("images/green.png");
  width:280px;
  margin-right:5px;
}

table.einsatzkopf * ,
table.einsatzkopf *  {
  font-size:9pt;
  
}

.einsatzinfo {
  margin:0px;
  padding:2px;
  /*
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;
  -moz-border-radius: 5px;
  */
  background-image:url("images/white.png");
  border: 1px solid #c6d300;
  min-width:280px;
  margin-right:5px;
}

.einsatzinfo * td, 
.einsatzinfo * th {
  padding-right:8px;
  font-size:9pt; 
}

.einsatzanmeldung {
  margin:0px;
  padding:2px;
  /*
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;
  -moz-border-radius: 5px;
  */
  background-image:url("images/white.png");
  border: 1px solid #c6d300;
  min-width:280px;
  margin-right:5px;
}

table.einsatzanmeldung * td,
table.einsatzanmeldung * th {
  font-size:9pt;
  
}

.fotoalbum {
  margin:0px;
  padding:2px;
  /*
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;
  -moz-border-radius: 5px;
  */
  background-image:url("images/white.png");
  border: 1px solid #c6d300;
  width:100%;
  margin-right:5px;
}

.fotoalbum * td, 
.fotoalbum * th {
  padding:3px;
  font-size:9pt; 
  text-align:center;
}

.fotoalbum * img {
  /*float:right;*/
  border:1px solid gray;
}

.fotoalbum_edit * td, 
.fotoalbum_edit * th {
  padding-bottom:8px;
}

.fotoalbum_edit * img {
  margin-bottom:3px;
}

.space th{
  padding-bottom:8px;
}

table.jahresthema {
  margin:0px;
  border-collapse:collapse;
}

table.jahresthema * th,
table.jahresthema * td {
   padding-bottom:15px;
}

table.jahresthema * th {
  padding-left:0px;
  padding-right:5px;
  white-space:nowrap;
}

.hinweis {
  color:red;
  text-align:center;
  margin-bottom:3px;
}

.hinweisleft {
  color:red;
  text-align:left;
  margin-bottom:3px;
}

.newsmail {
  font-weight:normal;
}

.center {
  text-align:center;
}

.left,
.fotoalbum * td.left{
  text-align:left;
}

.right,
.fotoalbum * td.right{
  text-align:right;
}

.neu {
  border:1px solid #006931;
  background-color:#c6d300;
}

/********************
 *   KALENDER       *
 ********************/
.kalender_form * td
{
	height:25px;
}
 
.kalender_filter
{
  text-align:center;
  background-color:#F0F0F0;
  width:100%;
  border:1px solid silver;
  padding:2px;
  margin-bottom:5px;
}

table.kalender_ueberschrift 
{
   width:100%;
   /*background-color:#F0F0F0;
   border:1px solid silver;*/
   border-bottom:1px solid #006931;
   margin-bottom:15px;
   table-layout:fixed;
}

table.kalender_ueberschrift * td
{
  padding:2px;
}

table.kalender_ueberschrift * select,
table.kalender_ueberschrift * input
{
  margin:0px;
}

table.kalender_ueberschrift * td.links 
{
   vertical-align:middle;
   text-align:left;
   width:100px;
}

table.kalender_ueberschrift * td.center 
{
   vertical-align:middle;
   text-align:center;
}

table.kalender_ueberschrift * td.rechts 
{
   vertical-align:middle;
   text-align:right;
   width:100px;
}

table.kalender_rahmen 
{
   width:100%;
   table-layout:fixed;
   /*background-color:#f0f0f0;
   border:1px solid silver;*/
}

table.kalender_rahmen * th 
{
   padding-bottom:2px;
   text-align:center;
   font-size:12px;
   color:black;
   background-image:none;
   font-weight:bold;
}

table.kalender_rahmen * td 
{
   text-align:left;
   vertical-align:top;
   font-size:8pt;
   border:1px solid gray;
   color:black;
   link-color:black;
}

table.kalender_rahmen tr.kalender_spalte 
{
   height:82px;
   
}

table.kalender_rahmen * a
{
   color:#333333;
}

table.kalender_rahmen * img
{
	margin:1px;
}

td.kalender_heute
{
/*background-color:#FFBB00;*/

background-image:url("images/green.png");
}

td.kalender_feiertag
{
background-color:silver;
}

td.kalender_wochentag
{
background-image:url("images/white.png");
}

.kalender_rahmen * td.kalender_platzhalter {
	border-style:none;
}

a.kalender
{
color:#000000;
}

a.kalender:hover
{
text-decoration:none;
color:#FF0000;
cursor: help;
}

/********************
 *    GRUPPEN       *
 ********************/
 
.gruppenleft,
.gruppenright
{
   height:100px;
   background-image:url('images/white.png');
   padding-top:10px;
   padding-bottom:10px;
}

.gruppenleft,
.gruppenleft *,
.gruppenleft h1{
  text-align:left;
}

.gruppenright,
.gruppenright *,
.gruppenright h1{
  text-align:right;
}
 
.gruppenleft img,
.gruppenright img {
  border:1px solid gray;
  margin-left:10px;
  margin-right:10px;
}

/********************
 *    PERSONEN      *
 ********************/
 
.personenleft,
.personenright
{
   background-image:url('images/white.png');
   padding-top:10px;
   padding-bottom:10px;
}

.personenleft,
.personenleft *,
.personenleft h1{
  text-align:left;
}

.personenright,
.personenright *,
.personenright h1{
  text-align:right;
}
 
.personenleft img,
.personenright img {
  border:1px solid gray;
  margin-left:10px;
  margin-right:10px;
}
 
/***********************/
hr {
  border:solid #006931;
  border-width:0 0 1px 0;
  margin-bottom:20px;
  margin-top:20px;
}

object {
  left:50%
  margin:auto;
}

img 
{
   border-style:none;
}

input,
textarea,
select
{
  /*width:100%;*/
  border:1px solid gray;
  margin:0px;
  margin-bottom:1px;
  font-size:12px;
  font-family:Helvetica,Arial,sans-serif;
}

form.sif * input,
form.sif * textarea,
form.sif * select,
form.jahresthema * input,
form.jahresthema * textarea,
form.jahresthema * select 
{
  width:100%;
}

form.sif * input.date
{
  width:70px;
}

form.sif * input.time
{
  width:20px;
}

form.jahresthema table
{
  width:100%;
  border-left:1px solid #006931;
  border-bottom:1px solid #006931;
  border-top:1px solid #c6d300;
  border-right:1px solid #c6d300;

}


form.sif * input.button,
form.jahresthema * input.button
{
  width:auto;
}

input.checkbox
{
  width:auto;
  border-style:none;
}

input.calendarbox
{
  width:80px;
  background-color:#EEEEEE;
}

input.clock 
{
  width:16px;
  /*padding-left:2px;*/
  text-align:center;
}

input.button,
span.button
{
  width:auto;
  border:1px solid #999999;
  background-color:#DCDCDC;
  margin-top:3px;
}

input.passwort {
  background-color:#FFFFAA;
}

input.fehler,
selec.fehler,
textarea.fehler {
  border:2px solid red;
}

input.extraschmal {
	width:15px;
}

/*Specials*/
#divBlack {
  background-color:black;
  height:100%;
  width:100%;
  position:fixed;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  opacity:.7;
	-moz-opacity:.7;
  z-index:22;
  top:0px;
  left:0px;
  display:none;
}

#divPopup {
  border:1px solid black;
  padding:17px;
  background-color:white;
  position:fixed;
  top:3%;
  left:50%;
  margin-left:-8px;
  /*width:600px;*/
  /*height:80%;*/
  max-height:90%;
  overflow:auto;

  /*
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
  filter: alpha(opacity=88);
  opacity:.88;
  -moz-opacity:.88;
  */

  /*
  background-image:url('KreuzFlk.jpg');
  background-repeat:no-repeat;
  background-position:bottom right;
  */
  
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;
  text-align:center;
  
  display:none;

  z-index:23;
}

#divPopup img {
  max-width:inherit;
  max-height:inherit;
}

#divPopup table {
  margin-bottom: 17px;
  width:575px;

}

#divPopup table.scrollMenu {
  width:100%;
  margin-bottom:-4px;
}

#divPopup table.scrollMenu * td.left,
#divPopup table.scrollMenu * td.right
{
  /*padding:4px;*/
 
  font-family:'Courier New',Courier,fixed;
  font-weight:bold;
  font-size:16pt;
  width:10%;
}

#divPopup table.scrollMenu * td.left  a,
#divPopup table.scrollMenu * td.right a {
  text-decoration:none;
  color:black;
}

#divPopup table.scrollMenu * td.left {
  text-align:left;
}

#divPopup table.scrollMenu * td.title {
  text-align:center;
  vertical-align:middle;
}

#divPopup table.scrollMenu * td.right {
  text-align:right;
}


#divPopup table.termin {
  border-left:6px solid #7F9CE2;
  border-bottom:1px solid #7F9CE2;
  background-color:#DCDCFF;
  width:575px;
}

#divPopup table.termin * {
  text-align:left;
  color:black;
}

#divPopup table.legende {
  border:1px solid #7F9CE2;
  background-color:#DCDCFF;
}

#divPopup table.legende * img {
  margin-top:0px;
  margin-bottom:0px;
}

#divPopup table.legende * tr.hidden {
  display:none;
}

#divPopup table.legende * tr.visible {
  display:block;
}

#divPopup table.legende * td,
#divPopup table.legende * th {
  padding:2px;
  vertical-align:middle;
  background-image:none;
  color:black;
  font-size:12px;
  text-align:left;
}

#divPopup table.legende * td.img {
  width:35px;
}

#divPopup table.legende * td.right {
  text-align:right;
  white-space:nowrap;
}

#divPopup table.legende * td.text {
  width:257px;
}

#divPopup h1{
  /*border-top:1px solid #7F9CE2;
  border-bottom:1px solid #7F9CE2;*/
  border:1px solid #7F9CE2;
  background-color:#DCDCFF;
  margin-top:0px;
  margin-bottom:15px;
  width:565px;
  color:black;
  font-size:10pt;
  padding:2px;
  padding-left:5px;
}

/******************SWFUPLOAD*****************/

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #999999;
	background-color: white;
}

/* Complete */
.blue {
	border: solid 1px #006931;
	background-color: #F0F5FF;
	background-image:url("images/green.png");
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
	margin-top:3px;
}

/*
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}*/

#divStatus {
	margin:3px;
	margin-left:5px;
}


/******** JAT ON TOUR - ANMELDUNG ********/
.ss-q-title {
display:block;
font-weight:bold;
}

.ss-q-help{
display:block;
}

.ss-form-entry {
background-image:url('images/white.png');
padding:5px;
}

.ss-form-entry * li {
list-style-type: none;
}

ss-required-asterisk {
color:red;
}
/*****************************************/
