/*	-*- C -*-
xnch.css
 */
body {
	color:black;
/*	color:darkslategray; */
	background-color:snow;
/*	background-image:url(/pictures/weihback.jpg); */
}

td {
    vertical-align: top;
}

p, td { 
	font-family:Verdana,Helvetica,sans-serif;
	font-size:small;
    font-style:normal;
	color:darkslategray;
}

	

h1 {
	font-family:Courier,Helvetica,sans-serif;
	font-size:large;
	text-align:right;
	color:silver;
}

h5.werbe {
	font-family:Arial,Helvetica,sans-serif;
    font-size:x-small;
	color:silver;
}

p.werbe {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:small;
	text-align:left;
	color:black;
	background-color:white;
	padding:4px;
	border-color:whitesmoke;
	border-style:solid solid solid solid;
	border-width:thin thin thin thin;
}

div.navi {
	background-color:snow;
	text-align:center;
	padding:4px;
	border-color:gainsboro;
	border-width:thin thin thin thin;
	border-style:solid solid solid solid;
}



p.ncopen {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:small;
	text-align:left;
	color:black;
	background-color:snow;
	padding:4px;
	border-color:white;
	border-style:solid dashed dashed solid;
	border-width:medium medium medium medium;
}

h4 {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:small;
	text-align:center;
	color:black;
	background:whitesmoke;
	border-color:gainsboro;
	border-style:none solid solid none;
	border-width:0 thin thin 0;
}


h3.uschr { 
	font-family:Verdana,Helvetica,sans-serif;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color:snow;
	background-color:silver;
	margin:0px;
	padding:0px;
}

h4.uschr { 
	font-family:Verdana,Helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:lightblue;
}

address {
	font-family:Verdana,Times,sans-serif;
	font-size:small;
	color:blue;
}

div.chann {
	font-size:x-small;
	color:dimgray;
	background:floralwhite;
    margin:4px;
    padding:4px;
	border-color:silver;
	border-width:thin;
	border-style:dashed;
}

.box {
	font-family:Verdana,sans-serif;
	font-size:small;
	color:black;
	background:floralwhite;
    margin:4px;
    padding:4px;
	border-color:silver;
	border-style:solid dashed solid dashed;
	border-width:thin;
}

input {
    border:solid 1px #777777;
    color:#555555;
    font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
}
textarea {
    font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
    color: #555555;
}

A {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:small;
}

A.intern:link {
	color:mediumblue;
	text-decoration:none }
A.intern:visited {
	color:indianred;
	text-decoration:none }
A.intern:hover {
	color:darkblue;
	text-decoration:underline }
A.intern:active {
	color:blue;
	text-decoration:none }

A.url:link {
	color:mediumblue;
	border-bottom: 1px dashed dimgray;
	text-decoration:none }
A.url:visited {
	color:indianred;
	border-bottom: 1px dashed dimgray;
	text-decoration:none }
A.url:hover {
	color:darkblue;
	border-bottom: 1px solid black;
	text-decoration:none }
A.url:active {
	color:blue;
	border-bottom: 1px dashed dimgray;
	text-decoration:none }

A:link { 
	color:mediumblue;
	text-decoration: none;
	}
A:visited {
	color:indianred;
	text-decoration:none;
	}
A:hover {
	color:darkblue;
	text-decoration:none;
	}
A:active {
	color:blue;
	text-decoration:none;
	}


