@import url(main.css);

body {
	font-family : Verdana, Arial, sans-serif;
	font-size :95%;
	background-color: white;
	color : #202020;
	margin-left: 10px;
	margin-right: 10px;
}
.top {
	width: 100%;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFD700;
	border-top-style: solid; 
	border-top-width: 2px; 
	border-top-color: #FFD700;
	background-color: white;
}
.middle {
	width: 100%;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFD700;
	background-color: #FFFFF0;
	padding: 1px;
}
.menu {
	width: 23%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFD700;
	padding:10px;
}
td.inhalt {
	vertical-align: top;
	background-color: #FFFFFF;
}
.bottom {
	width: 100%;
	background-color: white;
}
span.blue {
	border-bottom: thin dashed;
}
span.quell {
	font-size: 80%;
	font-style: normal;
}
span.quell2 {
	font-size: 75%;
	font-style: italic;
}
code {
	font-size: 100%;
}
h1, h2, h3 {
	margin-left: 10px;
}
h1 {
	font-size: 135%;
	color: black;
	font-style: italic;
}
h2 { 
	font-size: 110%;
	color: #666666;
}
h2:first-letter {
	font-size: 130%;
	font-style: italic;
	color: #666666;
}
h3 {
	font-size: 100%;
}
p {   
	font-size: 95%;
	text-align: justify;
}
.menu p {
	font-size: 90%;
}
p.inline {
	margin-left: 10px;
	margin-right: 20px;
}
.nav {
	color: #3399FF;
	text-align: left;
}
p.copy {   
	font-size: 80%;
	text-align: center;
	margin-bottom: -2px;
}
p.second {
	margin-left: 20px;
	margin-top: -12px;
	font-size: 85%;
}
p.winz {   
	font-size: x-small;
	text-align: center;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: -2px;
}
p.unten {
	font-size: x-small;
	text-align: left;
	margin-left: 25px;
}
p.suche {
	text-align: left;
	font-size: 85%;
	margin-left: 5px;
}
p.center {
	text-align: center;
	margin: 0px;
}
div.search {
	padding-top: 10px;
	text-align: center;
	border-style: solid;
	border-color: #FFD700;
	border-width: 1px;
	background-color: #FFFFFF;
}
.suchergebnis {
	font-size: 85%;
}
div.oben_l {
	font-size: 70%;
	text-align: left;
	color: #306060;
}
div.oben_r {   
	font-size: 70%;
	text-align: right;
	color: #306060;
}
.nope {
	background-image: url(../bild/aj.jpg);
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: 12px;
}
.short {
	padding: 2px;
	font-size: 80%;
	background-color: #FFFFF0;
	border-style: solid;
	border-color: #FFD700;
	border-width: 1px;
	margin: 12px;
	margin-right: -15px;
	text-align: left;
}
span.header {
    font-family: Monospace;
    font-size: 110%;
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
}
blockquote {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	font-style: italic;
}
blockquote.header {
    font-family: Monospace;
    font-size: 100%;
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
	font-style: normal;
}
p.motto {
	text-align: left;
	font-size: 85%;
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 20px;
}	
input, textarea {
	color: #0000CC;
}
ul.spektrum li {
	margin-top: 7px;
}
.list {
	margin-left: -20px;
}
a:visited {
	background-color: transparent;
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	background-color: transparent;
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	background-color: transparent;
	color: yellow;
	font-weight: bold;
	text-decoration: underline;
}
