/*Menü*/

/* JS disabled styles */
.no-js nav li:hover ul { display:block; }

/* base nav styles */
nav { display:block; margin:0 auto 20px; border:1px solid #222; position:relative; background-color:#6a6a6a; font:16px Tahoma, Sans-serif; z-index: 1000;}
nav ul { padding:0; margin:0; }
nav li { position:relative; float:left; list-style-type:none; }
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; padding:10px 10px; border-left:1px solid #999; border-right:1px solid #222; color:#eee; text-decoration:none; }
nav li a:focus { outline:none; text-decoration:underline; }
nav li:first-child a { border-left:none; }
nav li.last a { border-right:none; }
nav a span { display:block; float:right; margin-left:5px; }
nav ul ul { display:none; width:100%; position:absolute; left:0; background:#6a6a6a; }
nav ul ul li { float:none; }
nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:14px; }
nav ul ul a:hover { background-color:#555; }

/* CSS3 */
.borderradius nav { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.cssgradients nav { background-image:-moz-linear-gradient(0% 22px 90deg, #222, #999); background-image:-webkit-gradient(linear, 0% 0%, 0% 70%, from(#999), to(#222)); }
.boxshadow.rgba nav { -moz-box-shadow:2px 2px 2px rgba(0,0,0,.75); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.75); box-shadow:2px 2px 2px rgba(0,0,0,.75); }
.cssgradients nav li:hover { background-image:-moz-linear-gradient(0% 100px 90deg, #999, #222); background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#555)); }
.borderradius nav ul ul { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; }
.boxshadow.rgba nav ul ul { background-color:rgba(0,0,0,0.8); -moz-box-shadow:2px 2px 2px rgba(0,0,0,.8); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.8); box-shadow:2px 2px 2px rgba(0,0,0,.8); }
.rgba nav ul ul li { border-left:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); }
.rgba nav ul ul a:hover { background-color:rgba(85,85,85,.9); }
.borderradius.rgba nav ul ul li.last { border-left:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1); -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; }
.csstransforms ul a span { -moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg); }

/* fallbacks */
.no-cssgradients nav, .no-js nav { padding-bottom:4px; border:none; background:url(../fallback/navBG.gif) repeat-x 0 0; }
.no-borderradius nav ul, .no-js nav ul { background:url(../fallback/navRight.gif) no-repeat 100% 0; }
.no-borderradius nav ul ul, .no-js nav ul ul { background:none; }
.no-borderradius nav li, .no-js nav li { height:44px; }
.no-cssgradients nav li:hover, .no-js nav li:hover { background:url(../fallback/navOverBG.gif) repeat-x 0 0; }
.no-borderradius nav li li, .no-js nav li li { height:auto; width:98%; left:-2px; }
.no-borderradius nav li:first-child, .no-js nav li:first-child { background:url(../fallback/navLeft.gif) no-repeat 0 0; }
.no-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover { background:url(../fallback/navOverLeft.gif) no-repeat 0 0; }
.no-borderradius nav li li:first-child, .no-js nav li li:first-child { background:none; }
.no-rgba nav ul ul, .no-js nav ul ul { left:1px; padding-left:2px; background:url(../fallback/subnavBG.png) no-repeat 100% 100%; }
.no-rgba nav ul ul a, .no-js nav ul ul a { left:3px; }
.no-rgba nav ul ul a:hover { background:url(../fallback/subOverBG.png) repeat 0 0; }
.no-csstransforms ul a span { height:7px; width:12px; margin-top:8px; text-indent:-5000px; overflow:hidden; background:url(../fallback/indicator.png) no-repeat 0 0; }
.no-borderradius ul ul li.last { margin-bottom:10px; }
.no-cssgradients.boxshadow nav { box-shadow:none; }



/*Tabelle*/

.domaintabelle {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
.domaintabelle td, #table-3 th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.domaintabelle th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	font-weight: bold;
	padding: 7px 7px 8px;
	text-align: right;
	line-height: 1.3em;
	font-size: 12px;
        border-bottom: 1px solid;
}
.domaintabelle td {
	font-size: 12px;
	padding: 5px 7px 5px;
	vertical-align: top;
}
.domaintabelle .sortactive {
	color: #1C94C4;
}






#dnstabelle td {
	font-size: 12px;
	padding: 5px 7px 5px;
	vertical-align: top;
        text-align: left;
}
#dnstabelle th {
	font-weight: bold;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
        border-bottom: 1px solid;
}

#dnstabelle  {
	border: 1px solid #000;
}

#dnstabelle .blue  {
	background: #1C94C4;
	color: #fff !important;
	font-weight: bold;
}
#dnstabelle .blue a  {
	color: #fff;
	text-decoration: underline;
}





#dnstabelle2 td {
	font-size: 12px;
	padding: 5px 7px 5px;
	vertical-align: top;
        text-align: right;
}
#dnstabelle2 th {
	font-weight: bold;
	padding: 7px 7px 8px;
	text-align: right;
	line-height: 1.3em;
        border-bottom: 1px solid;
}

#dnstabelle2  {
	border: 1px solid #000;
}

#dnstabelle2 .blue  {
	background: #1C94C4;
	color: #fff !important;
	font-weight: bold;
}
#dnstabelle2 .blue a  {
	color: #fff;
	text-decoration: underline;
}



p {
	margin-bottom: 30px !important;
}


.l {
    text-align: left !important;   
}
.c {
    text-align: center !important;   
}
.r {
    text-align: right !important;   
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	padding-right: 25px !important;
}
.pl {
	padding-left: 25px !important;
}
.small {
	font-size: 9px;
}
.b {
	font-weight: bold;
}
.active {
	background-color: green;
	color: white;
}
.active label {
	color: white !important;
}
#filterbox {
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	/*width: 250px;*/
/*	height: 750px;*/
	float: left;
	padding: 10px 10px 10px 10px;
}

#filterboxgt {
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	/*width: 250px;*/
	height: 500px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#filterbox input[type="radio"] {
	margin-left: 5px;
}
#filterbox input[type="text"] {
	text-align: right;
	height: 1em !important;
}

#filterbox.fixed, #filterboxgt.fixed  {
  position: fixed;
  top: 70px;
}

#filterbox p, #filterboxgt p {
	margin-bottom: 12px !important;
}

#results {
	margin-left: 300px;
	width: 1300px;
}

#toggle {
	width: 20px;
}
.ui-button-text {
	padding: 5px 8px 5px 8px !important;
	line-height: 14px !important;
}
.sort {
	cursor: pointer;
	cursor: hand;
}
.ajaxbg {
	background-image: url('/images/ajax.gif');
}
.error {
	background-color: orange !important;
}
.smallbutton {
    height: 20px;
    width: 25px;
	padding: 0px;
}
.smallbutton label {
	font-size: 10px;
	line-height: 14px;
	color: #1C94C4;
	font-weight: bold;
}

.detailtable td, th {
	padding: 1px 10px 1px 5px;
	vertical-align: top;
}
.detailtable input[type="button"] {
	width: 120px;
	text-align: right;
}
.patable td, th {
	padding: 1px 10px 1px 5px;
	vertical-align: top;
}
.patable tr {
	border-bottom: 1px dotted;
}
.yellowshadow {
  border-color: rgba(255, 255, 85, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 85, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 85, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 85, 0.6);
}
.greenshadow {
  border-color: rgba(85, 255, 85, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 255, 85, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 255, 85, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 255, 85, 0.6);
}
.redshadow {
  border-color: rgba(255, 0, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#content {
	margin-left: 10px;
}
