/* === styles === */

html { overflow-x: auto }
#topbar a {
	float: right;
	display: block;
	text-indent: -5000em;
	width: 110px;
	height: 25px;
	text-decoration: none;
	/*background: url(../images/logo.gif) no-repeat;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	/*
	scrollbar-face-color: #67717A;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #E7E7DF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-arrow-color: #FFFFFF;
	*/
	background-color: #EFEFEF;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

th a:link, th a:hover, th a:active, th a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

th a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.tablecss  { border-collapse:collapse; }
.tdcss     { border: 1px dashed Black;  }

hr {
	border-top: 1px dotted #333333;
	border-bottom: 0px dotted #333333;
}

h1 {
	color: #5F0000;
	background: transparent;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2, h3 {
	color: #5F0000;
	background: transparent;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
	color: #333333;
	background: transparent;
	margin: 0px;
} /* color: #015484; font-size: 11px; background: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; */

input      {
	color: #333333; background: transparent;
	background-color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px;
	border-left-color: #dddddd;
	border-right-color: #efefef;
	border-top-color: #dddddd;
	border-bottom-color: #efefef;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;

}

input[type="text"].readonly, input[type="text"].readonly:hover, input[type="text"].focus {
	color: #FF0000; background: #FAE8BA;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	/*padding: 1px 1px 0px 0px;*/
}

.submit {
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	color: #333333;
	background: #FFFFFF;
	margin: 1px;
}

.submit:hover, .submit:focus {
	background: #EFEFEF;
}

.radio     { color: #333333; background: transparent; }
.checkbox  { color: #333333; background: transparent; }

option     { color:#333333; background: transparent; background-color: #FFFFFF; }
select     { color:#333333; background: transparent; background-color: #FFFFFF;
             font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px;
           }
select:hover, select:focus {
	border: 1px solid #5580DD;
}

textarea   { color:#333333; background: transparent; background-color: #FFFFFF;
             font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px;
             border-top-color: #efefef;
             border-left-color: #efefef;
             border-right-color: #dddddd;
             border-bottom-color: #dddddd;
             border-top-width: 1px;
             border-left-width: 1px;
             border-bottom-width: 0px;
             border-right-width: 0px;
           }
textarea:hover, textarea:focus {
	border: 1px solid #DDDDDD;
	border-top: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.checkbox:hover, .checkbox:focus, .radio:hover, .radio:focus, textarea:hover, textarea:focus, input:hover, input:focus, .submit:hover, .submit:focus, option:hover, option:focus
{
	background: #EFEFEF;
	color:#333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	margin:10px 0px 5px;
}


.input.alnumbutton, .alnumbutton {
	width:16px; height:16px; font-family:sans; font-size:9px; margin: 0px; padding:0px;
	border-top-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.input.alnumbuttonselected, .alnumbuttonselected {
	color:Red;
	background-color: #FFF7DF;
	width:18px;
	height:16px;
	font-family:sans;
	font-size:9px;
	margin: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}


a:link, a:visited { text-decoration: underline; color: #015484;  background: transparent;  }
a:active { text-decoration: underline; color: #FF7F00; background: transparent; }
a:hover { text-decoration: underline; color: #FF7F00; background: transparent; POSITION: relative; TOP: 0px; LEFT: 0px; }

a.rating:link, a.rating:visited { text-decoration: underline; background: transparent;  background-color: transparent;  }
a.rating:hover { text-decoration: underline; background: transparent; background-color: #F7FDF5; }

/* for blocks */
div.sitebox .boxcontent ul li.menue {
	list-style-position:inside;
	list-style-image:none;
	list-style-type: disc;
	margin:3px;
}
div.sitebox .boxcontent ul li.menue a:link, div.sitebox .boxcontent ul li.menue a:visited  {
	color: #015484; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background: transparent;

	}
div.sitebox .boxcontent ul li.menue a:hover {color: #FF7F00; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background: transparent; }

A.bblink:link, A.bblink:visited { text-decoration: none; color: #015484;  background: transparent;  }
A.bblink:active { text-decoration: underline; color: #FF7F00; background: transparent; }
A.bblink:hover { text-decoration: underline; background: transparent;  }

/*
.boxtitle   { color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold;  }
.boxcontent { color:#67717A; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal;  }
a.boxtitle:link, a.boxtitle:visited {color:#FFFFFF; background: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; text-decoration: none; }
a.boxtitle:hover {color:#FF7F00; background: transparent; text-decoration: underline; POSITION: relative; TOP: 0px; LEFT: 0px; }
*/
/* div box (new) sitebox */
div.sitebox {
	width: 150px;
	padding:0px;
	margin: 0px 0px 0px 0px;
	border:1px solid #CCCCCC;
	background:#EFEEED
}
/* div boxtitle (new) */
div.sitebox .boxtitle {
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background:#67717A;
}
/* div boxcontent (new) */
div.sitebox .boxcontent {
	padding:2px;
	color:#67717A;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
}
div.sitebox .boxtitle a:link, div.sitebox .boxtitle a:visited {color:#FFFFFF; background: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; text-decoration: none; }
div.sitebox .boxtitle a:hover {color:#FF7F00; background: transparent; text-decoration: underline; POSITION: relative; TOP: 0px; LEFT: 0px; }
/* div.boxcontent a:link {} */
div.sitebox .boxcontent ul, div.centerbox .boxcontent ul {
	margin: 0px;
	padding: 0px;
}
div.sitebox .boxcontent li, div.centerbox .boxcontent li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}

/* div box (new) centerbox */
div.centerbox {
	text-align:left;
	padding:0px;
	margin: 0px 0px 0px 0px;
	border:1px solid #CCCCCC;
	background:#EFEEED
}
div.centerbox .boxtitle {
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background:#67717A;
}
div.centerbox .boxcontent {
	padding:2px;
	color:#67717A;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
}

/* div box (new) titlebox */
div.titlebox {
	text-align:left;
	padding:0px;
	margin: 0px 0px 0px 0px;
	border:1px solid #CCCCCC;
	background:#EFEEED;
}
div.titlebox .boxtitle {
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background:#67717A;
}
div.titlebox .boxcontent {
	padding:2px;
	color:#67717A;
	font-size: 10px;
	font-weight: normal;
	background:#FFFFFF;
}

/* div.sitebox .boxcontent boxwhoisonline */
div.sitebox .boxcontent #boxwhoisonline li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;/*decimal-leading-zero;*/
}
div.sitebox .boxcontent #boxwhoisonline li:hover {
	background: #cccccc;
}
/* modul navigation ============ */
A.modnavi:link, A.modnavi:visited { color: #666666; text-decoration: none; }
A.modnavi:active { text-decoration: none; color: #FF7F00; background: transparent; background-color: #F7FDF5; }
A.modnavi:hover {color:#FF7F00; text-decoration: none; POSITION: relative; TOP: 1px; LEFT: 1px; }
TABLE.modnavi {
		border-collapse:collapse;
}

TD.modnavi  { /* border: 1px dashed Black; */
                  padding: 1px;
        	  border-top: 1px solid #DDDDDD;
        	  border-left: 1px solid #DDDDDD;
        	  border-bottom: 2px solid #EFEFEF;
        	  border-right: 2px solid #EFEFEF;
        	  width: 20%;
        	  white-space: nowrap;
            }

TD.modnavispace  {
              height: 3px;
              margin: 0px;
              padding: 0px;
              background: transparent;
            }
/* ============================= */


/* --- mkprevnextnavi ---------------------------------------------- */
.pnnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: transparent;
}
/*.pnnavi_suma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: transparent;
}*/


.conthead   { color:#800000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold;  }
.content    { color:#333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  font-weight: normal;  }

.title, .headline  { color:#333333; background: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;  font-weight: bold;  }


.red, .error {
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green     { color:#009F00; font-family: Verdana, Arial, Helvetica, sans-serif; }
.warning   { color:#FF7F00; font-family: Verdana, Arial, Helvetica, sans-serif; }
.tiny      { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.mkerrorlist {
	color:#FF7F00;
	font-family: Courier, Courier New, Verdana, Arial;
	font-size: 10px;
	color:#FF7F00;
	background-color: #FAFCFE;
	border: 1px solid #666666;
}

.sourcecode {
            font-family: Courier, Courier New, Verdana, Arial;
            font-size: 11px;
            padding-top: 2px;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 2px;
            color: #4D6C3A;
            background-color: #FAFCFE;
            border: 1px solid #666666
           }
.loaderinfo {
            font-family: Courier, Courier New, Verdana, Arial;
            font-size: 11px;
            font-weight: bold;
            color:red;
            border:2px;
            padding:8px;
            background-color: #FAFCFE;
            border: 1px solid #666666
}
.sourcecode:hover, .sourcecode:focus {
	background-color: #FAFCFE;
}


code, .code {
	color: #4D6C3A;
}

.copyright { color:#333333; background: transparent; font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px }

.ToolTipHideCont {position:absolute;  width:300px; visibility:hidden;/*layer-background-color:#cccccc;*/z-index:500;}


/* web-directory */
div.wdcategory {
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
div.wdcategory .desc {
	font-size: 11px;
	font-weight: normal;
}

div.wdcategories .item {
	float:left;
	width:150px;
	height:60px;
	overflow:hidden;
	border: none;
	margin:5px;
}
div.wditems {
	margin: 0px 5px 0px 5px;
}
div.wditems .item {
	margin-bottom: 5px;
	border-top:1px dashed #999999;
	padding-top:3px;
}
div.wditems .item td {
	padding-right: 2px;
	vertical-align:top;
}
div.wditems .item fieldset {
	margin:0px;
	padding:4px;
	border:solid 0px #000;
}
div.wditems .item fieldset label {
	float:left;
	width:120px;

}
div.wditems .item fieldset textarea {
	/*vertical-align:top;*/
}