/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#FFFFFF;
	text-align:left;
}

.outborder {
	background-color:#666666;
}

.inborder {
	background-color:#666666;
}

.out {
	background-color:#ffffff;
}

.in {
	background-color:#ffffff;
}

td {
	background-color:#ffffff;
}

.header {
	background-color:#ffffff;
}

.title {
	background-color:#ff9900;
	color:#000000;
	font-weight:bold;
}

.menu {
	background-color:#ffb400;
}

td {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#000000;
}

.small {
	font-size:10px;
	font-family:verdana,arial,geneva,sans-serif;
}

.smallgrey {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#808080;
}

a {
	color:#051254;
	text-decoration:none;
}

a:visited {
	color:#051254;
}

a:hover {
	color:#ff0000;
}


a:active {
	color:#051254;
}

.link a, .link a:visited, .link a:hover, .link a:active {
	font-weight:bold;
}

a.link {
	font-weight:bold;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

.menu a:hover {
	font-weight:normal;
	color:#FF0000;
}

.tableb {
	background-color:#ffffff;
}

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

.adsense {
	border: dashed 1px #666666;
	padding: 7;
}

/* ab hier Änderungen der Version 1.4.1 */

legend {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

fieldset {
	border:1px solid #cdcdcd;
	padding:12px;
}

.error {
	color:#990000;
    background-color:#FFFFE1;
    border:1px dashed #990000;
    margin-top:25px;
	margin-bottom:25px;
   	font-weight:bold;
}

/* ab hier Änderungen von Kay */

#mtliste  {
 	display: none
}
	
.katliste  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}	
	
/* ab hier Änderungen von Kay  Einträge */	
	
.linkeintraginborder {
	background-color:#666666;
	border: 1px solid #808080;
}

.linkeintragtitle {
	background-color:#ff9900;
	color:#000000;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	background-position: 5px 5px;
}

.linkeintragbeschreibung {
	margin: 30px 30px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #A0A0A4;
}

.linkeintragzusatzinfo {
	border-top: 1px dashed #A0A0A4;
	border-right: 1px dashed #A0A0A4;
}

.linksub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.eckelinks {
	background-image: url(../images/eckenten_re.gif);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* ab hier Änderungen von Kay Tooltip */

.tooltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FF0000;
}

.toolbeschreibung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffedab;
	border: 1px solid #ff9900;
	padding: 5px;
	overflow: auto;
}

