

/* Style: Links */
a:link		{text-decoration: none; color: #777777}
a:visited	{text-decoration: none; color: #777777}
a:hover		{text-decoration: underline; color: #777777}
a:active	{text-decoration: none; color: #777777}

/* Style: Links in der Menüleiste */
a.menu:link		{text-decoration: none; color: #777777}
a.menu:visited	{text-decoration: none; color: #777777}
a.menu:hover	{text-decoration: none; color: black}
a.menu:active	{text-decoration: none; color: #777777}

/* Style: Mouseover */
a.mouseover:link, a.mouseover:visited { background: #000000; }
a.mouseover:hover, a.mouseover:focus, a.mouseover:active { background:#000000; }


/* Style: Texte */
.text {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textBold {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
.text2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text2Bold {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
.h1 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}


/* Style: Boxen */
/*
.box {
	border:solid 1px #999999;
	padding-left: 6px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#F3F8FC;
}


.box { width: 15em; background: #E6E9EE;}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:x-small; color:#666666;}
.box .top, .box .bottom{display:block;background: #ffffff;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #E6E9EE; border-right: solid 1px #000000; border-left: solid 1px #000000;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}
*/

/* Abgerundete Box */
.box {background: transparent; margin:0 auto;}
.box h1, .box p {margin:0 0px; font-family: Verdana, sans-serif; font-size: 10px; }
.box h1 { color:#666666; font-weight: bold; text-align: center; letter-spacing:1px; background-image:url(img/bg_header.png); padding-bottom: 5px; border-bottom:1px solid #999999; max-height:10}
.box p {padding-bottom:0.5em; padding-left:3px; padding-right:3px;}

.box .top, .box .bottom {display:block; background:transparent; font-size:1px;}
.box .b1, .box .b2, .box .b3, .box .b4 {display:block; overflow:hidden; height:1px; background-image:url(img/bg_header.png); border-left:1px solid #999999; border-right:1px solid #999999;}
.box .b1 {margin:0 5px; background:#999999;}
.box .b2 {margin:0 3px;}
.box .b3 {margin:0 2px;}
.box .b4 {margin:0 1px;}

.box .boxcontent {display:block; background:#F8F8F8; border-left:1px solid #999999; border-right:1px solid #999999;}


.boxMenu {
	border:solid 1px #BBBBBB;
	border-top: none;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(pics/bg_menu.jpg);
}
.boxMenuRed {
	border:solid 1px #BBBBBB;
	border-top: none;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(img/menu/bg_menu2.jpg);
}
.boxDashed {
	border:dashed 1px #999999;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* Style: Sonstiges */
.menu {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	display: block;
	padding-top:6px;
	padding-bottom:6px;
}
.over {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	background:url(img/bg_header.png);
}
.button {
	background-color: #E3E4EA;
	color: #5D636E;
	border: 1px solid #929BAB;
	margin: 1px;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
/*.bg {
	background-image:url(img/bg_menu.png);
	background-position:bottom;
	background-repeat:no-repeat;
}*/
.form {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;	
}


a.irgendwas:link, a.irgendwas:visited, a.irgendwas:hover, a.irgendwas:active {
  padding:2px 8px 2px 8px;
  width:100%;
  height:20px;
  text-decoration:none;
  display:block;
  background-image:url(pics/bg_menu.jpg);
}
a.irgendwas:hover {
  background-image:url(pics/bg_menu2.jpg);
  cursor:move;
}




/* box */
div#homebox{ background: #E3E4EA; width:700; margin-left:15; margin-top:54; }



/* menue */
div#menu{float:left;width: 600px;padding-top:30px;}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{padding-left: 15px}
ul#nav li{float:left;width:101px;margin-right:2px;text-align: center}
ul#nav a{float:left;width:101px;padding: 2px 0 5px;text-decoration:none; background-image:url(img/bg_header.png); color: #999}
ul#nav li.activelink a,ul#nav a:hover{color: #000; font-weight:bold}


#tabsJ {
      float:left;
      width:100%;
      font-size:10px;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
      }
    #tabsJ li {
	  display:inline;
      }
    #tabsJ a {
      float:left;
      background:url("img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

