/*ALLGEMEIN*/
body, html {
  background-color:#4B6B60;
  color:#333;
}

a {
  color:#000;
}
a:active {
  color:#4B6B60;
}
a:hover{
  color:#333;
}

h2, h2 a, h2 a:hover {
  color:#fff;
}

h4, h4 a {
  color : #505745;
}

/*FRAMEWORK*/

/*FRAMEWORK - TOPLINE*/
#start a {
  color:#333;
}

/*FRAMEWORK - HEADER*/
#header {
  background-color:#4B6B60;
  background-image:url("/styles/legend/header.jpg");
  border:1px solid #999;
}


/*PSP PSP PSP*/
#headerpsp {
  background-color:#4B6B60;
  background-image:url("/styles/legend/headerpsp.jpg");
  border:1px solid #999;
}

.pspmenu {
  margin-top:10px;
  width: 480px;
  background-color:#C6D6D9;
}
.pspmenu td {
  padding:5px;
  width:33%;
  vertical-align:top;
}

.pspmenu th {
  padding:5px;
  background-color:#4B6B60;
  background-image:url(/styles/legend/cellpic.gif);
}

.pspmenu a {
  color:#000;
  text-decoration:none;
}
/*PSP PSP PSP*/

/*FRAMEWORK - SEARCH*/


/*fehlt noch!*/

#logo {
  border:1px solid #fff;
}


/*FRAMEWORK - HEADERMENU*/
#headermenu {
  background-color:#738D8A;
  border:1px solid #fff;
}
#headermenu table {
  background-color:#738D8A;
}
#headermenu td {
  border-color:#FFF;
}
#headermenu td:hover {
  background-color:#4B6B60;
}
#headermenu td:hover a, #headermenu a:hover {
  color:#fff;
}
#headermenu a {
  color:#000;
}


/*FRAMEWORK - LINKLINE*/
h1 a:link, h1 a:active, h1 a:focus, h1 a:visited {
  color:#000;
}
.lil h1 a:hover {
  color:#001F00;
}

/*FRAMEWORK - MAINMENU*/
.menubox, .eyecatcher, .box {
  border:1px solid #FFF;
  background-color:#C6D6D9;
}
.menubox > span, .eyecatcher > span, .box > span {
  background-color:#4B6B60;
  background-image:url(/styles/legend/cellpic.gif);
  border-bottom:1px solid #FFF;
  color:#fff;
}
.menubox span > a, .eyecatcher span > a {
  color:#FFF;
}
.menubox > a:hover, .menubox > div a:hover, .eyecatcher > a:hover, .eyecatcher > div a:hover {
  background-color:#4B6B60;
  color:#FFF;
}
.menubox div:hover div {
  background-color:#B1C2C5;
}


/*FRAMEWORK - SITECONTENT*/
.sitecontent {
  border:1px solid #FFF;
  background-color:#C6D6D9;
}
.sitecontenthead {
  background-color:#4B6B60;
  background-image:url(/styles/legend/cellpic.gif);
  border-bottom:1px solid #FFF;
  color:#fff;
}


/*FRAMEWORK - FOOTER*/
#footer {
  background-color:#738D8A;
  border:1px solid #FFF;
}
#footer li, #footer a {
  color : #000;
}



/*SPECIAL - TABMENU MEMBERS AREA*/
.tabmenu li {
  border-color:#999;
  border-style:solid;
  border-width: 1px 1px 0px 1px;
  background-color:#C6D6D9;
}
.tabmenu li a {
  border : 1px solid #fff;
  background-color:#C6D6D9;
  color:#333;
}
.tabmenu li a:hover{
  background-color:#738D8A;
  color:#000;
}
.tabmenu li.activetab a, .tabmenu li.activetab a:hover {
  background-color:#738D8A;
  color:#000;
}

.subtabmenu {
  border : 1px solid #fff;
  background-image:url(/styles/legend/cellpic.gif);
}
.subtabmenu li a {
  color:#ddd;
}
.subtabmenu ul .activetab a, .subtabmenu ul li a:hover {
  background-color:#4B6B60;
  color:#fff;
  border : 1px solid #aaa;
}
.subtabmenu ul .activetab a:hover {
  background-image:url(/styles/legend/cellpic.gif);
}

.tabcontent {
  border:1px solid #fff;
  background-color:#C6D6D9;
}
.tabcontent > div {
  content:"";
  height:10px;
}

.modcontent:hover div {
  background-color:#C6D6D9;
  border : 1px solid #999;
}





fieldset {
  background-color:#B0BFC2;
  border: 1px solid #999;
  margin: 10px 0;
  padding: 5px 13px 10px 13px;
  display: block;
  margin-bottom: 10px;
}

fieldset:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

fieldset legend {
  margin: 0 0 0 -5px;
  padding: 0 5px;
  color:#000;
}

fieldset fieldset {
  background-color:#D0D5D8;
  margin-bottom: 5px;
}

fieldset p, fieldset div {
  margin: 8px 0 0 0;
  padding: 0;
}

legend {
  color: #164369;
  font-size: 1em;
  margin: 0 10px;
  padding: 0 4px;
}



/*original
fieldset {
  background-color:#B0BFC2;
  border : 1px solid #999;
}
fieldset legend {
  color:#000;
}
fieldset fieldset {
  background-color:#D0D5D8;
}
fieldset {
  position: relative;
  width:100%;
}
fieldset legend {
  padding: 3px;
  position: absolute;
  top: -13px;
  left: 8px;
}
fieldset > div {
  margin:0 5px; 0 5px;
  padding:0;
}
fieldset:after {
  content: "";
  display: block;
  clear: both;
}
fieldset fieldset {
  width:95%;
}
/*original ende*/


/*ALLGEMEIN*/
body, html {
  font-family:'Trebuchet MS', Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  text-align:center;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type="file"] {
  font-size: 1em;
}

pre {
  font-family: "Courier New", Courier, monospace !important;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration:none;
}

h2 {
  font-family:'Trebuchet MS', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration:none;
  text-shadow: 2px 2px 2px #999;
}
h2 a, h2 a:hover {
  font-family:'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration:none;
  text-shadow: 2px 2px 2px #999;
}
h2 a:hover {
  text-decoration:underline;
}

h3, h3 a {
  font-family:'Trebuchet MS', Arial, sans-serif;
  font-size:14pt;
  font-weight: bold;
}

h4, h4 a {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size : .95em;
  font-weight: bold;
  margin: 15px 0 0 0;
  padding:0;
  text-align: left;
  text-decoration:none;
}

h5, h6 {
  font-size: .95em;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}




/*FRAMEWORK*/
#container {
  font-size:.90em;
  margin-left:auto;
  margin-right:auto;
  padding: 0 0 15px 0;
  text-align: left;
  max-width:97%;
  min-width:780px;
}


/*FRAMEWORK - TOPLINE*/
#start {
  clear: both;
  font-size:.85em;
  padding: 5px 0 0 2px;
}
#start:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

#date {
  float: right;
  margin: 1px 0 4px 7px;
  white-space: nowrap;
}

#user {
  float: left;
  margin: 1px 7px 4px 0;
}
#user p {
  white-space: nowrap;
}

#userMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#userMenu li {
  float: left;
  margin: 1px 7px 4px 0;

}
#userMenu a {
  text-decoration: none;
}
#userMenu span {
  text-decoration: underline;
  white-space: nowrap;
}
#userMenu a:hover span {
  text-decoration: none;
}
#userMenu .pageMenu {
  font-size: 1em;
}


/*FRAMEWORK - HEADER*/
#header {
  background-position:left top;
  background-repeat:no-repeat;
  clear: both;
  min-height: 0;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  width:100%
}
#header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}


/*FRAMEWORK - SEARCH*/


/*fehlt noch!*/



#logo {
  height:149px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 10;
}


/*FRAMEWORK - HEADERMENU*/
#headermenu table {
  height:100%;
  margin:0;
  margin-right:1px;
  padding:0;
  width:100%;
}
#headermenu td {
  border-style:solid;
  border-width: 0 1px 0 0;
  margin:0;
  padding:3px;
  width:11%;
}
#headermenu a {
  font-size:.85em;
  text-decoration:none;
}
#headermenu td span {
  display: block;
  height:100%;
  width:100%;
}


/*FRAMEWORK - LINKLINE*/
.lil {
  font-size: .95em;
  font-style: italic;
  font-weight:normal;
  line-height:1.5;
  margin: 0;
  padding: 0;
}
ul.lil {
  line-height:1.5;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.lil li {
  display: inline;
  font-style: italic;
  margin-right:1px;
}
.lil h1 {
  font-size: 1em;
  font-style: italic;
  font-weight:normal;
  line-height:1.5;
  margin: 0;
  padding: 0;
  display:inline;
}
.lil h1 a {
  text-decoration:underline;
}
.lil h1 {
  margin-right:5px;
}
.lil h1 a.nou {
  text-decoration:none;
}
.lil h1 a:hover {
  text-decoration:none;
}


/*FRAMEWORK - HEADLINE*/
.headline div h2, .headline div h2 a {
  font-size: 1.40em;
  font-weight:bold;
  overflow: hidden;
}
.headline {
  clear: both;
  display: block;
  min-height: 50px;
  margin: 3px 0 7px 0;
  padding: 0;
  width: 100%;
}
.headline img {
  float: left;
}
.headline div {
  min-height: 48px;
  margin: 7px 0 7px 60px;
}
.headline div p {
  margin: 0;
  padding: 0;
}

/*MAINMENU*/
.mainbody {
  margin:0;
  padding:0;
  white-space:nobreak;
  width:100%;
}

.mainbodymenu {
  position:absolute;
  left:1.5%;
  width:200px;

}

.mainbodycontent {
  margin-left:200px;
  min-height:1240px;
  height:auto !important;  /* für alle */
  height:1240px;  /*für IE */
}

/*FRAMEWORK - MAINMENU*/
.menubox {
  margin-bottom:10px;
  padding-bottom:5px;
  text-align:center;
  min-width:190px;
  max-width:97%;
}
.eyecatcher {
  margin-bottom:10px;
  padding-bottom:5px;
  text-align:center;
  width:200px;
}
.box {
  padding:0 0 5px 0;
  margin: 0 0 10px 0;
  text-align:center;
}
.menubox > span, .eyecatcher > span, .box > span {
  background-repeat:repeat-x;
  display: block;
  font-weight:bold;
  height:17px;
  margin-bottom:5px;
  padding:3px;
  text-align:center;
}
.menubox span > a, .eyecatcher span > a, .box span > a {
  text-decoration:none;
}
.menubox span > a:hover, .eyecatcher span > a:hover, .box span > a:hover {
  text-decoration:underline;
}
.menubox > a, .menubox > div a, .eyecatcher > a {
  font-size: .85em;
  text-decoration:none;
}
.eyecatcher > div a {
  text-decoration:none;
}
.menubox a:hover, .eyecatcher a:hover {
  text-decoration:none;
}
.menubox div div {
  display:none;
}
.menubox div:hover div {
  display:block;
  margin: 5px 0 5px 0;
}
.eyecatcher img {
  margin-top:-5px;
}
.eyecatcher div {
  text-align:justify;
  font-size:9pt;
  padding:3px 5px 0 5px;
}


/*FRAMEWORK - SITECONTENT*/
.sitecontent {
  margin-bottom:10px;
  margin-left:3px;
  padding:0 10px 5px 10px;
  text-align:justify;
}
.sitecontenthead {
  background-repeat:repeat-x;
  font-weight:bold;
  margin:0 -10px 5px -10px;
  padding:5px;
  text-align:center;
}


/*FRAMEWORK - FOOTER*/
#footer {
  clear:both;
  min-height:115px;
  margin : 5px 0 0 0;
  padding : 5px;
}
#footer div {
  text-align:center;
}
#footer li {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size:8pt;
}
#footer a {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size:8pt;
  font-weight:bold;
  text-decoration : none;
}



/*INFO*/
.info {
  background-color: #def;
  background-image: url(/styles/info.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border : 1px solid #06f;
  width:90%;
  color: #000000;
  margin-bottom: 20px;
  padding: 7px 10px 7px 60px;
}
.info legend {
  color:#f00;
}
.info a {
  color: #333;
}
.info a:hover {
  color:#000;
}



/*SPECIAL - TABMENU MEMBERS AREA*/
.tabmenu {
  margin-top: 5px;
  width: 100%;
}
.tabmenu:after {
  content: "";
  clear: left;
  display: block;
  height: 0;
}
.tabmenu ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.tabmenu li {
  list-style: none;
  margin: 0 3px 0 0;
  float: left;
}
.tabmenu li a {
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 5px 0 5px;
  display: block;
  position: relative;
  z-index: 10;
  min-height: 23px;
}
.tabmenu li.activetab a, .tabmenu li.activetab a:hover {
  border-bottom: none;
  padding-bottom: 3px;
  position: relative;
  z-index: 0;
  min-height: 23px;
}

.subtabmenu {
  margin-bottom: -1px;
  margin-top: -2px;
  padding: 1px;
  position: relative;
  z-index: 0;
  background-repeat:repeat-x;
  height:25px;
}
.subtabmenu:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.subtabmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subtabmenu li {
  float: left;
}
.subtabmenu li a {
  text-decoration: none;
  white-space: nowrap;
  font-size:9pt;
  margin: 1px;
  padding: 2px 6px;
  display: block;
}
.subtabmenu li.activetab a {
  border-width: 1px;
  padding: 1px 5px;
}
.subtabmenu ul .activetab a, .subtabmenu ul li a:hover {
  padding: 1px 5px;
}
.subtabmenu ul .activetab a:hover {
  background-repeat:repeat-x;
}

.tabcontent {
  clear:both;
  padding:7px 50px 5px 25px;
}
.tabcontent > div {
  content:"";
  height:10px;
}

.modcontent div {
  display:none;
}
.modcontent:hover div {
  position:absolute;
  padding: 5px;
  display:block;
}



/* COPYRIGHT */
#copy {
  clear: both;
  margin-top:15px;
  padding: 5px;
  border-top:1px solid #FFF;
  text-align:justify;
  font-size:0.85em;
}
#copy a {
  text-decoration:none;
}



form {
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-size: .95em;
}


textarea {
  padding-left: 3px;
  border-width: 1px;
  width: 99.5%;
}

select {
  border-width: 1px;
  padding: 2px;
  }

input[type="text"], input[type="password"] {
  padding: 3px 0px 3px 2px;
}

input[type="file"] {
  padding: 2px 3px;
}

select[multiple="multiple"] {
  padding: 0 !important;
}



input[type="radio"] {
  margin-left: 0;
}

input[type="file"], select[multiple="multiple"] {
  width: 100%;
}

input[type="image"] {
  margin: 0 3px -3px 0;
}