
a:link { text-decoration: none; color: #0000E0; }
a:visited { text-decoration: none; color: #0000E0; }
/* a:hover { text-decoration: none; color: #0000FF; } */
a:hover { text-decoration: none; } 

h1 {
font-size: 22px;
color: #111111;
line-height: 21px;
font-family: Verdana,Arial,Helvetica;
}

h3 {
font-size: 16px;
color: #111111;
line-height: 21px;
font-family: Verdana,Arial,Helvetica;
}

.klein_news {
font-size: 10px;
color: #999999;
line-height: 11px;
font-family: Verdana,Arial,Helvetica;
}

.klein {
font-size: 10px;
color: #333333;
line-height: 15px;
font-family: Verdana,Arial,Helvetica;
}

.mittel {
font-size: 11px;
color: #111111;
line-height: 15px;
font-family: Verdana,Arial,Helvetica;
}

pre,code {
    display: block;
    padding: 2px 6px;
    border: 1px dashed black;
    font-size: 8pt;
/* ab 15 luecken bei firefox
   bei 14 schiebt konqi die zeilen ineinander */
/*    line-height: 15px; */
    font-family: Courier New,Courier,Monaco,monospace;
    background : #C7C7C7;
    color : black;
    overflow: auto;
}

.inline_pre {
	display:inline;
	font-family: Courier New,Courier,Monaco,monospace;
}

.courier {
font-family: Courier New,Courier,Monaco,monospace;
}

.tab {
font-size: 12px;
color: #777777;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}

.lesen {
font-size: 13px;
color: #333333;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}

.lesen_emph {
font-size: 12px;
font-weight:bold;
color: #333333;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}

.news {
font-size: 11px;
color: #444444;
line-height: 16px;
font-family: Verdana,Arial,Helvetica;
}

/* nochmal so ausprobieren: http://d135-1r43.de/?p=14 */
.imglinks {
border:solid 1px black; 
margin: 2px 5px 2px 0px; 
float:left;
}

.imgsublinks {
font-size: 0.9em;
display: block;
padding: 0 5px 5px;
}

/* externer link: */
.xt {
background: url(images/externallink.png) right center no-repeat;
padding-right: 14px;
}

/* bild */
.bld {
background: url(images/picture.gif) right center no-repeat;
padding-right: 17px;
}

/* neues fenster */
.fnst {
background: url(images/window.gif) right center no-repeat;
padding-right: 16px;
}

/* pdf */
.pdf {
background: url(images/acrobat.gif) right center no-repeat;
padding-right: 16px;
}


.sb {scrollbar-3dlight-color:#666666;
           scrollbar-arrow-color:#cc3300;
           scrollbar-base-color:#ffffff;
           scrollbar-darkshadow-color:#6666666;
           scrollbar-face-color:#ffffff;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:
}



/* see http://downloads.sixrevisions.com/css-tooltips/index.html */
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
	text-decoration:none;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 200px;
	display:inline; position:absolute; 
	color: #333333;
}
/*
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
*/
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.4em 0.6em; }
.custom { padding: 0.2em 0em 0.5em 1em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; color:#555555;}
.critical { background: #FFCCAA; border: 1px solid #FF3334;}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

