/* DATEI: radarscope.css */
/* serifenlose schrift font-family:Verdana, Arial, Helvetica, sans-serif; ersetzt */
/* globale attribute */
body {
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	border:none;
}

h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
	font-family:Verdana,Arial,sans-serif;}

h1 { font-size: 26px;
    margin-bottom: 18px;
    }

h2 { font-size: 21px;
    margin-bottom: 18px;
    }
	
h3 { font-size: 16px;}

h4 { font-size: 13px;}

p, ul, ol, li, div, td, th, address { font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
}

li { margin-top: 3px;}

/*vorformatierter Text */
pre { font-family: "Courier New",Courier;
    font-size: 13px;
    color: rgb(0, 0, 192);
    }

code { font-family: "Courier New",Courier;
    color: rgb(0, 0, 192);
    }

blockquote, cite {
	font-style: italic;
	font-size: 10px;
	float: none;
    }


a:link { text-decoration: none;
    font-weight: bold;
    color: #FF6600;
    }

a:visited { color: rgb(238, 170, 170);
    text-decoration: none;
    font-weight: bold;
    }

a:hover { color: rgb(238, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 153);
    font-weight: bold;
    }

a:active { color: rgb(0, 0, 238);
    background-color: rgb(255, 255, 153);
    font-weight: bold;
    }

a:focus { color: rgb(0, 170, 0);
    background-color: rgb(255, 255, 119);
    font-weight: bold;
    }

.radarbilder {
	margin: 10px;
	position: relative;
}

.linksimg {
	float: left;
	border: none;
	margin-right: 10px:
	margin-bottom: 10px;
}
.kopftabelle {
	background-color: #3366CC;
	width: 100%;

}

hr {
	width: 50%;
	text-align: center;
}
.ctr {
	text-align: center;
}

