﻿/* importiert css für Netscape*/
@import url(skipnetscape4.css);

a:link { color: #336699; }


a:hover {
	border-bottom: 1px dashed red;
	color: red;
	text-decoration: none;
}

a.navigation { 
	color: #336699;
	font-weight: bold;
	text-decoration: none; }

html, body {
	background-color: white;
	color: #353535;
}

body {
	margin-bottom: 0;
	margin-left: 50px;
	
	margin-right: 50px;

}

body, div, th, td, form, p, li, ul, ol {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	background: #f6f6f6;
}
 
li, uk, ol{
	padding-top: 20px;
	margin-left: 50px;
	margin-right: 20px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

code { font: 1.1em monospace; }
table {
	border: 1px solid #369;
	/*
	margin-right: 50px;
	*/
	}

div.navbar {
	text-align: right;
	margin-bottom: 4px;
}

div.navbar a { 
	font-size: 11px; 
	font-weight: bold;
}

div.subhead {
	color: #336699;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: right;
	text-transform: lowercase;
}

h1 {
	font-size: 140%;
	border: 1px solid #369;	
	background-color: #e9f2f7;
	padding: 2px;
}

h1.homepage {margin-left: 150px; /* für NS4 - ansonsten kommt es zur Überlappung */ }

h2 { font-size: 130%; 
	border-bottom: 1px dashed #485E22;	
	background-color: #F2F7E9;
	padding: 1px;
}

h3 { font-size: 110%; }

h4 { font-size: 100%; }

hr { color: #369; height: 1px; }


input.button {
	background: #E9f2f7;
	/* NS4 sieht diese Grenzen nicht */

	border-bottom: 1px solid #92B6D9;
	border-left: 1px solid #92B6D9;
	border-right: 1px solid #92B6D9;
	border-top: 1px solid #92B6D9;
	color: #000000;
	cursor: hand; /* für IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0;
}

span.menucmd {
	background-color: #f6f6f6;
	font-family: "Courier New", Courier, monospace;
}

span.styleselect, .keyword { font-weight: bold; }

li {
	
	list-style-type: square;
}

ul.featurelist {
	list-style-position: inside;
	text-align: left;
	}

.Antwort {
	background: #f2f7e9;
	border: 1px dotted #336699;
	padding: 20px;
	
	margin-right: 200px
}
.beispiel {
	background: #f6f6f6;
	border: 1px dotted #336699;
	padding: 20px;
	
	margin-right: 200px
}

.copyright {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
}
.iconbeschriftung {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: left;
}
.important { color: #800000; font-weight: bold; 
cursor: help; background: #F2F7E9;}


.searchkeyword { background-color: #FFFF9D; }

.subhead {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.sidebar {
	float: left;
	
	border: 1px solid #369;
	border-right: 4px solid #369;
	border-bottom: 4px solid #369;		
	width: 140px;
	
	background-color: White; 
	margin-top: -8px;
	margin-right: 14px;
	/* padding-top macht link unclickable in NS4 */
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}
