a {
        color: #0000FF;
    text-decoration: none;
}

a:hover {
        /* background-color: #E7BEAD; */
        color: #0000FF;
    text-decoration: underline;
}
#nl a.hover {
        color: #FFFFD4;
        background-color: red;
        text-decoration: none;
        display: block;
}

div#nl {
	text-align: right;
}
#nl a {
        
        padding: 1px;
        padding-left: 3px;
		  padding-right: 3px;
        margin: 5px;
        border-left: 1px solid #FCF9ED;
        border-top: 1px solid #FCF9ED;
        border-right: 1px solid #6B3C2A;
        border-bottom: 1px solid #6B3C2A;
        color: #cae3ee;
        background-color: #ba642f;
        text-decoration: none;
        font-variant: small-caps;
}

#nl a:active {
        border-left: 1px solid #6B3C2A;
        border-top: 1px solid #6B3C2A;
        border-right: 1px solid #FCF9ED;
        border-bottom: 1px solid #FCF9ED;
}

#nl a:hover {
        color: white;
        background-color: #d89f7c;
        text-decoration: none;
}

/*#nl a:visited { color: #646464; }*/

body {
        background-color: #E7DBAC;
        color: #000000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100.01%;
}

div.ads {
        float: left;
        width: 80px;
}

.ads a:hover {
        background-color: transparent;
}

div.box {
        left: 0px;
        position: relative;
        top: 0px;
        width: 100%;
}

div.head {
        height: auto;
        margin-bottom: 10px;
        min-height: 120px;
        padding-bottom: 10px;
        width: 100%;
}

div.news {
        background-color: #F7F7E5;
        border: medium solid #4169E1;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        max-width: 42em;
        padding: 12px; /*        border: medium solid #E5EEF7;*/
        position: relative; /*width 85%;*/
}

div.text {
        left: 90px;
        position: absolute;
        top: 10px;
        max-width: 52em;
}

h1 {
        margin-top: 0px;
}

h1, h2, h3, h4 {
        color: #BA642F;
}

h4 { margin-bottom: 0px; }

img.logo {
        float: left;
        padding-right: 30px;
} 

p.pljump {
        background-color: #F7F7E5;
        color: #000000;
        display: block;
        font-size: 85%; /*border-top: thin dotted #BA642F;
        border-bottom: thin dotted #BA642F;*/
        margin-bottom: 2px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
}

p.update {
        background-color: transparent;
        color: #666666;
        font-size: 80%;
        margin-bottom: 30px;
        margin-right: 15px;
        margin-top: -30px;
        text-align: right;
}

table.plist {
        margin-right: 15px;
}

.gpreis {
        font-size: 80%;
}

.head img {
        border: 0;
}

.highlight {
        background-color: #FF4500;
        color: #FFD700;
        font-weight: bold;
        margin: 2px;
        margin-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-top: 2px;
}

.news h2 {
        color: #4169E1;
        font-size: 120%;
        margin-bottom: 0px;
        margin-top: 0px;
}

.news h3 {
        color: #4169E1;
        font-size: 110%;
        margin-bottom: 0px;
        margin-top: 0px;
}

.plist h2 {
	/*border-bottom: thin solid #BA642F;
        border-left: thin solid #BA642F;*/
	border-bottom: medium solid #cd853f;
	border-right: medium solid #cd853f;
	background-color: #BA642F;
	color: #E7DBAC;
	margin-bottom: 0px;
	margin-top: 18px;
	padding: 4px;
	padding-left: 8px;
}

.plist h3 {
	border-bottom: medium solid #BA642F;
	border-left: medium solid #BA642F;
	margin-bottom: 0px;
	margin-top: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}

.plist td {
        padding-bottom: 5px;
}

.plist td+td {
        text-align: right;
        vertical-align: top;
}

.plist tr:hover {
        color: #804000;
}

.pljump a {
        font-weight: bold;
        text-decoration: none; /*margin-top: 1px;
        margin-bottom: 1px;
        background-color: #BA642F;
        color: #E7DBAC;*/
}

.pljump a:hover {
        background-color: transparent;
        text-decoration: underline;
}

.simple {
        text-decoration: none;
        background-color: transparent;
        border: none;
        padding: 0px;
        margin: 0px;
        color: inherit;
}

div.desc {
	background-color: #ede8c5;
	color: #2c2c2c;
	margin-top: 1ex;
	margin-left: 3em;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 90%;
}

blockquote {
  border-right: thin solid #BA642F;
  border-bottom: thin solid #BA642F;
  background-color: #f2efd5;
  padding: 1em;
  margin-bottom: 5ex
}